|
ParaView
|
this filter produces a vtkTable from the chosen attribute in the input data object. More...
#include <vtkAttributeDataToTableFilter.h>


this filter produces a vtkTable from the chosen attribute in the input data object.
vtkAttributeDataToTableFilter is a filter that produces a vtkTable from the chosen attribute in the input dataobject. This filter can accept composite datasets. If the input is a composite dataset, the output is a multiblock with vtkTable leaves.
Definition at line 32 of file vtkAttributeDataToTableFilter.h.
| vtkAttributeDataToTableFilter::vtkAttributeDataToTableFilter | ( | ) | [protected] |
| vtkAttributeDataToTableFilter::~vtkAttributeDataToTableFilter | ( | ) | [protected] |
| static vtkAttributeDataToTableFilter* vtkAttributeDataToTableFilter::New | ( | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual const char* vtkAttributeDataToTableFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static int vtkAttributeDataToTableFilter::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkAttributeDataToTableFilter::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static vtkAttributeDataToTableFilter* vtkAttributeDataToTableFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| void vtkAttributeDataToTableFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual void vtkAttributeDataToTableFilter::SetFieldAssociation | ( | int | ) | [virtual] |
Select the attribute type. Accepted values are
| virtual int vtkAttributeDataToTableFilter::GetFieldAssociation | ( | ) | [virtual] |
Select the attribute type. Accepted values are
| virtual void vtkAttributeDataToTableFilter::SetAddMetaData | ( | bool | ) | [virtual] |
It is possible for this filter to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. To enable this addition of extra information, turn this flag on. Off by default.
| virtual bool vtkAttributeDataToTableFilter::GetAddMetaData | ( | ) | [virtual] |
It is possible for this filter to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. To enable this addition of extra information, turn this flag on. Off by default.
| virtual void vtkAttributeDataToTableFilter::AddMetaDataOn | ( | ) | [virtual] |
It is possible for this filter to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. To enable this addition of extra information, turn this flag on. Off by default.
| virtual void vtkAttributeDataToTableFilter::AddMetaDataOff | ( | ) | [virtual] |
It is possible for this filter to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. To enable this addition of extra information, turn this flag on. Off by default.
| virtual void vtkAttributeDataToTableFilter::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 vtkAttributeDataToTableFilter::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 int vtkAttributeDataToTableFilter::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkAttributeDataToTableFilter::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Perform the data processing
Reimplemented from vtkTableAlgorithm.
| virtual vtkExecutive* vtkAttributeDataToTableFilter::CreateDefaultExecutive | ( | ) | [protected, virtual] |
Create a default executive.
Reimplemented from vtkAlgorithm.
| vtkFieldData* vtkAttributeDataToTableFilter::GetSelectedField | ( | vtkDataObject * | input | ) | [protected] |
Internal method to return the chosen field from the input. May return 0 is the chosen field is not applicable for the current data object or not present.
| void vtkAttributeDataToTableFilter::Decorate | ( | vtkTable * | output, |
| vtkDataObject * | input | ||
| ) | [protected] |
Called when AddMetaData is true. Adds meta-data to the output.
| void vtkAttributeDataToTableFilter::PassFieldData | ( | vtkFieldData * | output, |
| vtkFieldData * | input | ||
| ) | [protected] |
int vtkAttributeDataToTableFilter::FieldAssociation [protected] |
Definition at line 102 of file vtkAttributeDataToTableFilter.h.
bool vtkAttributeDataToTableFilter::AddMetaData [protected] |
Definition at line 103 of file vtkAttributeDataToTableFilter.h.
bool vtkAttributeDataToTableFilter::GenerateOriginalIds [protected] |
Definition at line 104 of file vtkAttributeDataToTableFilter.h.
1.7.5.1