#include <vtkDataSetAttributes.h>
Definition at line 629 of file vtkDataSetAttributes.h.
◆ FieldList()
vtkDataSetAttributes::FieldList::FieldList |
( |
int |
numInputs | ) |
|
◆ ~FieldList()
vtkDataSetAttributes::FieldList::~FieldList |
( |
| ) |
|
◆ PrintSelf()
void vtkDataSetAttributes::FieldList::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ InitializeFieldList()
◆ IntersectFieldList()
◆ UnionFieldList()
Similar to IntersectFieldList() except that it builds a union of the array list.
To determine the active attributes, it still, however, takes an intersection. WARNING!!!-IntersectFieldList() and UnionFieldList() should not be intermixed.
◆ IsAttributePresent()
int vtkDataSetAttributes::FieldList::IsAttributePresent |
( |
int |
attrType | ) |
|
◆ GetNumberOfFields()
int vtkDataSetAttributes::FieldList::GetNumberOfFields |
( |
| ) |
|
|
inline |
◆ GetFieldIndex()
int vtkDataSetAttributes::FieldList::GetFieldIndex |
( |
int |
i | ) |
|
|
inline |
◆ GetFieldName()
const char * vtkDataSetAttributes::FieldList::GetFieldName |
( |
int |
i | ) |
|
|
inline |
◆ GetFieldComponents()
int vtkDataSetAttributes::FieldList::GetFieldComponents |
( |
int |
i | ) |
|
|
inline |
◆ GetDSAIndex()
int vtkDataSetAttributes::FieldList::GetDSAIndex |
( |
int |
index, |
|
|
int |
i |
|
) |
| |
|
inline |
◆ SetFieldIndex()
void vtkDataSetAttributes::FieldList::SetFieldIndex |
( |
int |
i, |
|
|
int |
index |
|
) |
| |
|
inlineprotected |
◆ vtkDataSetAttributes
The documentation for this class was generated from the following file: