#include <vtkDataSetAttributes.h>

Definition at line 568 of file vtkDataSetAttributes.h.
Public Member Functions | |
| FieldList (int numInputs) | |
| ~FieldList () | |
| void | InitializeFieldList (vtkDataSetAttributes *dsa) |
| void | IntersectFieldList (vtkDataSetAttributes *dsa) |
| int | IsAttributePresent (int attrType) |
| int | GetNumberOfFields () |
| int | GetFieldIndex (int i) |
| int | GetDSAIndex (int index, int i) |
Protected Member Functions | |
| FieldList (const FieldList &) | |
| void | operator= (const FieldList &) |
Friends | |
| class | vtkDataSetAttributes |
| vtkDataSetAttributes::FieldList::FieldList | ( | int | numInputs | ) |
| vtkDataSetAttributes::FieldList::~FieldList | ( | ) |
| vtkDataSetAttributes::FieldList::FieldList | ( | const FieldList & | ) | [inline, protected] |
Definition at line 588 of file vtkDataSetAttributes.h.
| void vtkDataSetAttributes::FieldList::InitializeFieldList | ( | vtkDataSetAttributes * | dsa | ) |
| void vtkDataSetAttributes::FieldList::IntersectFieldList | ( | vtkDataSetAttributes * | dsa | ) |
| int vtkDataSetAttributes::FieldList::IsAttributePresent | ( | int | attrType | ) |
| int vtkDataSetAttributes::FieldList::GetNumberOfFields | ( | ) | [inline] |
Definition at line 581 of file vtkDataSetAttributes.h.
| int vtkDataSetAttributes::FieldList::GetFieldIndex | ( | int | i | ) | [inline] |
Definition at line 582 of file vtkDataSetAttributes.h.
| int vtkDataSetAttributes::FieldList::GetDSAIndex | ( | int | index, | |
| int | i | |||
| ) | [inline] |
Definition at line 583 of file vtkDataSetAttributes.h.
| void vtkDataSetAttributes::FieldList::operator= | ( | const FieldList & | ) | [inline, protected] |
Definition at line 589 of file vtkDataSetAttributes.h.
friend class vtkDataSetAttributes [friend] |
Definition at line 585 of file vtkDataSetAttributes.h.
1.5.6