|
VTK
|
#include <vtkDataSetAttributes.h>
Public Member Functions | |
| FieldList (int numInputs) | |
| ~FieldList () | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | InitializeFieldList (vtkDataSetAttributes *dsa) |
| void | IntersectFieldList (vtkDataSetAttributes *dsa) |
| void | UnionFieldList (vtkDataSetAttributes *dsa) |
| int | IsAttributePresent (int attrType) |
| int | GetNumberOfFields () |
| int | GetFieldIndex (int i) |
| const char * | GetFieldName (int i) |
| int | GetFieldComponents (int i) |
| int | GetDSAIndex (int index, int i) |
Protected Member Functions | |
| FieldList (const FieldList &) | |
| void | operator= (const FieldList &) |
| void | SetFieldIndex (int i, int index) |
Friends | |
| class | vtkDataSetAttributes |
Definition at line 593 of file vtkDataSetAttributes.h.
| vtkDataSetAttributes::FieldList::FieldList | ( | int | numInputs | ) |
| vtkDataSetAttributes::FieldList::FieldList | ( | const FieldList & | ) | [inline, protected] |
Definition at line 622 of file vtkDataSetAttributes.h.
| void vtkDataSetAttributes::FieldList::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
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.
| int vtkDataSetAttributes::FieldList::GetNumberOfFields | ( | ) | [inline] |
Definition at line 613 of file vtkDataSetAttributes.h.
| int vtkDataSetAttributes::FieldList::GetFieldIndex | ( | int | i | ) | [inline] |
Definition at line 614 of file vtkDataSetAttributes.h.
| const char* vtkDataSetAttributes::FieldList::GetFieldName | ( | int | i | ) | [inline] |
Definition at line 615 of file vtkDataSetAttributes.h.
| int vtkDataSetAttributes::FieldList::GetFieldComponents | ( | int | i | ) | [inline] |
Definition at line 616 of file vtkDataSetAttributes.h.
| int vtkDataSetAttributes::FieldList::GetDSAIndex | ( | int | index, |
| int | i | ||
| ) | [inline] |
Definition at line 617 of file vtkDataSetAttributes.h.
| void vtkDataSetAttributes::FieldList::operator= | ( | const FieldList & | ) | [inline, protected] |
Definition at line 623 of file vtkDataSetAttributes.h.
| void vtkDataSetAttributes::FieldList::SetFieldIndex | ( | int | i, |
| int | index | ||
| ) | [inline, protected] |
Definition at line 625 of file vtkDataSetAttributes.h.
friend class vtkDataSetAttributes [friend] |
Definition at line 619 of file vtkDataSetAttributes.h.
1.8.0