#include <vtkDataSetAttributes.h>
Definition at line 645 of file vtkDataSetAttributes.h.
§ FieldList() [1/2]
vtkDataSetAttributes::FieldList::FieldList |
( |
int |
numInputs | ) |
|
§ ~FieldList()
vtkDataSetAttributes::FieldList::~FieldList |
( |
| ) |
|
§ FieldList() [2/2]
vtkDataSetAttributes::FieldList::FieldList |
( |
const FieldList & |
| ) |
|
|
inlineprotected |
§ 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 |
§ operator=()
void vtkDataSetAttributes::FieldList::operator= |
( |
const FieldList & |
| ) |
|
|
inlineprotected |
§ SetFieldIndex()
void vtkDataSetAttributes::FieldList::SetFieldIndex |
( |
int |
i, |
|
|
int |
index |
|
) |
| |
|
inlineprotected |
§ vtkDataSetAttributes
The documentation for this class was generated from the following file: