#include <vtkDataSetAttributes.h>

Definition at line 580 of file vtkDataSetAttributes.h.
Public Member Functions | |
| FieldList (int numInputs) | |
| ~FieldList () | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| 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 601 of file vtkDataSetAttributes.h.
| void vtkDataSetAttributes::FieldList::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
| 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 594 of file vtkDataSetAttributes.h.
| int vtkDataSetAttributes::FieldList::GetFieldIndex | ( | int | i | ) | [inline] |
Definition at line 595 of file vtkDataSetAttributes.h.
| int vtkDataSetAttributes::FieldList::GetDSAIndex | ( | int | index, | |
| int | i | |||
| ) | [inline] |
Definition at line 596 of file vtkDataSetAttributes.h.
| void vtkDataSetAttributes::FieldList::operator= | ( | const FieldList & | ) | [inline, protected] |
Definition at line 602 of file vtkDataSetAttributes.h.
friend class vtkDataSetAttributes [friend] |
Definition at line 598 of file vtkDataSetAttributes.h.
1.5.6