ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkBlockDeliveryPreprocessor Class Reference

filter used by block-delivery representation for pre-processing data. More...

#include <vtkBlockDeliveryPreprocessor.h>

Inheritance diagram for vtkBlockDeliveryPreprocessor:
Inheritance graph
[legend]
Collaboration diagram for vtkBlockDeliveryPreprocessor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetCompositeDataSetIndex (unsigned int)
virtual unsigned int GetCompositeDataSetIndex ()
void SetCompositeDataSetIndex ()
virtual void SetFieldAssociation (int)
virtual int GetFieldAssociation ()
virtual void SetFlattenTable (int)
virtual int GetFlattenTable ()
virtual void SetGenerateOriginalIds (bool)
virtual bool GetGenerateOriginalIds ()

Static Public Member Functions

static
vtkBlockDeliveryPreprocessor
New ()
static int IsTypeOf (const char *type)
static
vtkBlockDeliveryPreprocessor
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkBlockDeliveryPreprocessor ()
 ~vtkBlockDeliveryPreprocessor ()
virtual vtkExecutiveCreateDefaultExecutive ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int FieldAssociation
unsigned int CompositeDataSetIndex
int FlattenTable
bool GenerateOriginalIds

Detailed Description

filter used by block-delivery representation for pre-processing data.

vtkBlockDeliveryPreprocessor is a filter used by block-delivery representation for pre-processing data. It internally uses vtkAttributeDataToTableFilter.

Definition at line 29 of file vtkBlockDeliveryPreprocessor.h.


Constructor & Destructor Documentation

vtkBlockDeliveryPreprocessor::vtkBlockDeliveryPreprocessor ( ) [protected]
vtkBlockDeliveryPreprocessor::~vtkBlockDeliveryPreprocessor ( ) [protected]

Member Function Documentation

static vtkBlockDeliveryPreprocessor* vtkBlockDeliveryPreprocessor::New ( ) [static]

Reimplemented from vtkDataObjectAlgorithm.

virtual const char* vtkBlockDeliveryPreprocessor::GetClassName ( ) [virtual]

Reimplemented from vtkDataObjectAlgorithm.

static int vtkBlockDeliveryPreprocessor::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkDataObjectAlgorithm.

virtual int vtkBlockDeliveryPreprocessor::IsA ( const char *  type) [virtual]

Reimplemented from vtkDataObjectAlgorithm.

static vtkBlockDeliveryPreprocessor* vtkBlockDeliveryPreprocessor::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkDataObjectAlgorithm.

void vtkBlockDeliveryPreprocessor::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkDataObjectAlgorithm.

virtual void vtkBlockDeliveryPreprocessor::SetCompositeDataSetIndex ( unsigned  int) [virtual]

In case of Composite datasets, set the flat index of the subtree to pass. Default is 0 which results in passing the entire composite tree.

virtual unsigned int vtkBlockDeliveryPreprocessor::GetCompositeDataSetIndex ( ) [virtual]

In case of Composite datasets, set the flat index of the subtree to pass. Default is 0 which results in passing the entire composite tree.

void vtkBlockDeliveryPreprocessor::SetCompositeDataSetIndex ( ) [inline]

In case of Composite datasets, set the flat index of the subtree to pass. Default is 0 which results in passing the entire composite tree.

Definition at line 42 of file vtkBlockDeliveryPreprocessor.h.

virtual void vtkBlockDeliveryPreprocessor::SetFieldAssociation ( int  ) [virtual]
virtual int vtkBlockDeliveryPreprocessor::GetFieldAssociation ( ) [virtual]
virtual void vtkBlockDeliveryPreprocessor::SetFlattenTable ( int  ) [virtual]

Flatten the table, i.e. split any multicomponent columns into separate components, internally the vtkSplitColumnComponents filter is used.

virtual int vtkBlockDeliveryPreprocessor::GetFlattenTable ( ) [virtual]

Flatten the table, i.e. split any multicomponent columns into separate components, internally the vtkSplitColumnComponents filter is used.

virtual void vtkBlockDeliveryPreprocessor::SetGenerateOriginalIds ( bool  ) [virtual]

When set (default) the vtkOriginalIndices array will be added to the output. Can be overridden by setting this flag to 0. This is only respected when AddMetaData is true.

virtual bool vtkBlockDeliveryPreprocessor::GetGenerateOriginalIds ( ) [virtual]

When set (default) the vtkOriginalIndices array will be added to the output. Can be overridden by setting this flag to 0. This is only respected when AddMetaData is true.

virtual vtkExecutive* vtkBlockDeliveryPreprocessor::CreateDefaultExecutive ( ) [protected, virtual]

Reimplemented from vtkAlgorithm.

virtual int vtkBlockDeliveryPreprocessor::RequestDataObject ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkDataObjectAlgorithm.

virtual int vtkBlockDeliveryPreprocessor::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.


Member Data Documentation

Definition at line 94 of file vtkBlockDeliveryPreprocessor.h.

Definition at line 95 of file vtkBlockDeliveryPreprocessor.h.

Definition at line 96 of file vtkBlockDeliveryPreprocessor.h.

Definition at line 97 of file vtkBlockDeliveryPreprocessor.h.


The documentation for this class was generated from the following file: