filter used by block-delivery representation for pre-processing data.
More...
#include <vtkBlockDeliveryPreprocessor.h>
Inherits vtkDataObjectAlgorithm.
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 31 of file vtkBlockDeliveryPreprocessor.h.
§ Superclass
§ vtkBlockDeliveryPreprocessor()
vtkBlockDeliveryPreprocessor::vtkBlockDeliveryPreprocessor |
( |
| ) |
|
|
protected |
§ ~vtkBlockDeliveryPreprocessor()
vtkBlockDeliveryPreprocessor::~vtkBlockDeliveryPreprocessor |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkBlockDeliveryPreprocessor::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkBlockDeliveryPreprocessor::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkBlockDeliveryPreprocessor::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkBlockDeliveryPreprocessor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ AddCompositeDataSetIndex()
void vtkBlockDeliveryPreprocessor::AddCompositeDataSetIndex |
( |
unsigned int |
index | ) |
|
In case of Composite datasets, set the flat index of the subtree to pass.
Default or empty results in passing the entire composite tree.
§ RemoveAllCompositeDataSetIndices()
void vtkBlockDeliveryPreprocessor::RemoveAllCompositeDataSetIndices |
( |
| ) |
|
In case of Composite datasets, set the flat index of the subtree to pass.
Default or empty results in passing the entire composite tree.
§ SetGenerateCellConnectivity()
virtual void vtkBlockDeliveryPreprocessor::SetGenerateCellConnectivity |
( |
bool |
| ) |
|
|
virtual |
Allow user to enable/disable cell connectivity generation in the datamodel.
§ GetGenerateCellConnectivity()
virtual bool vtkBlockDeliveryPreprocessor::GetGenerateCellConnectivity |
( |
| ) |
|
|
virtual |
Allow user to enable/disable cell connectivity generation in the datamodel.
§ SetFieldAssociation()
virtual void vtkBlockDeliveryPreprocessor::SetFieldAssociation |
( |
int |
| ) |
|
|
virtual |
Select the attribute type.
Accepted values are
- vtkDataObject::FIELD_ASSOCIATION_POINTS,
- vtkDataObject::FIELD_ASSOCIATION_CELLS,
- vtkDataObject::FIELD_ASSOCIATION_NONE,
- vtkDataObject::FIELD_ASSOCIATION_VERTICES,
- vtkDataObject::FIELD_ASSOCIATION_EDGES,
- vtkDataObject::FIELD_ASSOCIATION_ROWS If value is vtkDataObject::FIELD_ASSOCIATION_NONE, then FieldData associated with the input dataobject is extracted.
§ GetFieldAssociation()
virtual int vtkBlockDeliveryPreprocessor::GetFieldAssociation |
( |
| ) |
|
|
virtual |
Select the attribute type.
Accepted values are
- vtkDataObject::FIELD_ASSOCIATION_POINTS,
- vtkDataObject::FIELD_ASSOCIATION_CELLS,
- vtkDataObject::FIELD_ASSOCIATION_NONE,
- vtkDataObject::FIELD_ASSOCIATION_VERTICES,
- vtkDataObject::FIELD_ASSOCIATION_EDGES,
- vtkDataObject::FIELD_ASSOCIATION_ROWS If value is vtkDataObject::FIELD_ASSOCIATION_NONE, then FieldData associated with the input dataobject is extracted.
§ SetFlattenTable()
virtual void vtkBlockDeliveryPreprocessor::SetFlattenTable |
( |
int |
| ) |
|
|
virtual |
Flatten the table, i.e.
split any multicomponent columns into separate components, internally the vtkSplitColumnComponents filter is used.
§ GetFlattenTable()
virtual int vtkBlockDeliveryPreprocessor::GetFlattenTable |
( |
| ) |
|
|
virtual |
Flatten the table, i.e.
split any multicomponent columns into separate components, internally the vtkSplitColumnComponents filter is used.
§ SetGenerateOriginalIds()
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.
§ GetGenerateOriginalIds()
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.
§ CreateDefaultExecutive()
virtual vtkExecutive* vtkBlockDeliveryPreprocessor::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
§ RequestDataObject()
virtual int vtkBlockDeliveryPreprocessor::RequestDataObject |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
This is called by the superclass.
This is the method you should override.
§ RequestData()
virtual int vtkBlockDeliveryPreprocessor::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ FieldAssociation
int vtkBlockDeliveryPreprocessor::FieldAssociation |
|
protected |
§ FlattenTable
int vtkBlockDeliveryPreprocessor::FlattenTable |
|
protected |
§ GenerateOriginalIds
bool vtkBlockDeliveryPreprocessor::GenerateOriginalIds |
|
protected |
§ GenerateCellConnectivity
bool vtkBlockDeliveryPreprocessor::GenerateCellConnectivity |
|
protected |
The documentation for this class was generated from the following file: