this filter produces a vtkTable from the chosen attribute in the input data object.
More...
#include <vtkAttributeDataToTableFilter.h>
Inherits vtkTableAlgorithm.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
virtual void | SetFieldAssociation (int) |
| Select the attribute type. More...
|
|
virtual int | GetFieldAssociation () |
| Select the attribute type. More...
|
|
|
virtual void | SetAddMetaData (bool) |
| 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. More...
|
|
virtual bool | GetAddMetaData () |
| 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. More...
|
|
virtual void | AddMetaDataOn () |
| 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. More...
|
|
virtual void | AddMetaDataOff () |
| 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. More...
|
|
|
virtual void | SetGenerateOriginalIds (bool) |
| When set (default) the vtkOriginalIndices array will be added to the output. More...
|
|
virtual bool | GetGenerateOriginalIds () |
| When set (default) the vtkOriginalIndices array will be added to the output. More...
|
|
|
virtual void | SetGenerateCellConnectivity (bool) |
| When set (not the default) the connectivity of each cell will be added by adding a new column for each point. More...
|
|
virtual bool | GetGenerateCellConnectivity () |
| When set (not the default) the connectivity of each cell will be added by adding a new column for each point. More...
|
|
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 34 of file vtkAttributeDataToTableFilter.h.
§ Superclass
§ vtkAttributeDataToTableFilter()
vtkAttributeDataToTableFilter::vtkAttributeDataToTableFilter |
( |
| ) |
|
|
protected |
§ ~vtkAttributeDataToTableFilter()
vtkAttributeDataToTableFilter::~vtkAttributeDataToTableFilter |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkAttributeDataToTableFilter::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkAttributeDataToTableFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkAttributeDataToTableFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkAttributeDataToTableFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetFieldAssociation()
virtual void vtkAttributeDataToTableFilter::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 vtkAttributeDataToTableFilter::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.
§ SetAddMetaData()
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.
§ GetAddMetaData()
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.
§ AddMetaDataOn()
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.
§ AddMetaDataOff()
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.
§ SetGenerateOriginalIds()
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.
§ GetGenerateOriginalIds()
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.
§ SetGenerateCellConnectivity()
virtual void vtkAttributeDataToTableFilter::SetGenerateCellConnectivity |
( |
bool |
| ) |
|
|
virtual |
When set (not the default) the connectivity of each cell will be added by adding a new column for each point.
§ GetGenerateCellConnectivity()
virtual bool vtkAttributeDataToTableFilter::GetGenerateCellConnectivity |
( |
| ) |
|
|
virtual |
When set (not the default) the connectivity of each cell will be added by adding a new column for each point.
§ FillInputPortInformation()
virtual int vtkAttributeDataToTableFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ RequestData()
virtual int vtkAttributeDataToTableFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
Perform the data processing.
§ CreateDefaultExecutive()
virtual vtkExecutive* vtkAttributeDataToTableFilter::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
Create a default executive.
§ GetSelectedField()
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.
§ Decorate()
void vtkAttributeDataToTableFilter::Decorate |
( |
vtkTable * |
output, |
|
|
vtkDataObject * |
input |
|
) |
| |
|
protected |
Called when AddMetaData is true.
Adds meta-data to the output.
§ PassFieldData()
void vtkAttributeDataToTableFilter::PassFieldData |
( |
vtkFieldData * |
output, |
|
|
vtkFieldData * |
input |
|
) |
| |
|
protected |
§ FieldAssociation
int vtkAttributeDataToTableFilter::FieldAssociation |
|
protected |
§ AddMetaData
bool vtkAttributeDataToTableFilter::AddMetaData |
|
protected |
§ GenerateOriginalIds
bool vtkAttributeDataToTableFilter::GenerateOriginalIds |
|
protected |
§ GenerateCellConnectivity
bool vtkAttributeDataToTableFilter::GenerateCellConnectivity |
|
protected |
The documentation for this class was generated from the following file: