vtkPVInputArrayRequirement Class Reference
Further restricts input by attributes.
More...
#include <vtkPVInputArrayRequirement.h>
Inheritance diagram for vtkPVInputArrayRequirement:
[legend]Collaboration diagram for vtkPVInputArrayRequirement:
[legend]List of all members.
Detailed Description
Further restricts input by attributes.
Some filters should not accept inputs without specific attributes. An example is Contour requires point scalars. This class holds the description of one attribute. If you do not set one ivar, then it is not restricted: i.e. Type not set means attribute can have any type. The vtkPVInput property is sort of an input restriction too (excpet for name). We might generalize and have boolean combiniations ...
Properties for UI (Properties Page) is an unfortunate KW naming convention.
Definition at line 38 of file vtkPVInputArrayRequirement.h.
Constructor & Destructor Documentation
vtkPVInputArrayRequirement::vtkPVInputArrayRequirement |
( |
|
) |
[protected] |
|
Member Function Documentation
void vtkPVInputArrayRequirement::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
|
|
|
This are used by the field menu to determine is a field should be selectable.
Reimplemented from vtkPVInputRequirement. |
virtual int vtkPVInputArrayRequirement::GetAttribute |
( |
|
) |
[virtual] |
|
|
Possible values are: vtkDataSet::POINT_DATA, vtkDataSet::CELL_DATA, vtkDataSet::DATA_OBJECT_FIELD This method is only used for debugging. |
virtual void vtkPVInputArrayRequirement::SetNumberOfComponents |
( |
int |
|
) |
[virtual] |
|
|
Set the number of components. |
virtual int vtkPVInputArrayRequirement::GetNumberOfComponents |
( |
|
) |
[virtual] |
|
|
Set the number of components. |
virtual int vtkPVInputArrayRequirement::GetDataType |
( |
|
) |
[virtual] |
|
|
Possible values are VTK_FLOAT, .... This method is only used for debugging. |
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue May 30 12:39:01 2006 for ParaView by
1.3.5