|
ParaView
|
filter used by block-delivery representation for pre-processing data. More...
#include <vtkBlockDeliveryPreprocessor.h>


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.
| vtkBlockDeliveryPreprocessor::vtkBlockDeliveryPreprocessor | ( | ) | [protected] |
| vtkBlockDeliveryPreprocessor::~vtkBlockDeliveryPreprocessor | ( | ) | [protected] |
| 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] |
Select the attribute type. Accepted values are
| virtual int vtkBlockDeliveryPreprocessor::GetFieldAssociation | ( | ) | [virtual] |
Select the attribute type. Accepted values are
| 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.
int vtkBlockDeliveryPreprocessor::FieldAssociation [protected] |
Definition at line 94 of file vtkBlockDeliveryPreprocessor.h.
unsigned int vtkBlockDeliveryPreprocessor::CompositeDataSetIndex [protected] |
Definition at line 95 of file vtkBlockDeliveryPreprocessor.h.
int vtkBlockDeliveryPreprocessor::FlattenTable [protected] |
Definition at line 96 of file vtkBlockDeliveryPreprocessor.h.
bool vtkBlockDeliveryPreprocessor::GenerateOriginalIds [protected] |
Definition at line 97 of file vtkBlockDeliveryPreprocessor.h.
1.7.5.1