#include <vtkSMFieldDataDomain.h>
Inheritance diagram for vtkSMFieldDataDomain:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMFieldDataDomain, vtkSMEnumerationDomain) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Update (vtkSMProperty *prop) |
Static Public Member Functions | |
vtkSMFieldDataDomain * | New () |
Protected Member Functions | |
vtkSMFieldDataDomain () | |
~vtkSMFieldDataDomain () |
vtkSMFieldDataDomain is a sub-class vtkSMEnumerationDomain that looks at the input in Update() and populates the entry list based on whether there are valid arrays in point or cell data. At most it consists of two entries: ("Point Data", vtkDataSet::POINT_DATA_FIELD) and ("Cell Data", vtkDataSet::CELL_DATA_FIELD). It requires Input (vtkSMProxyProperty) property.
Definition at line 38 of file vtkSMFieldDataDomain.h.
|
|
|
|
|
Reimplemented from vtkSMEnumerationDomain. |
|
|
|
Reimplemented from vtkSMEnumerationDomain. |
|
Check the input and appropriate fields (point data or cell data) to the enumeration. This uses the Input property with a vtkSMInputArrayDomain. Reimplemented from vtkSMDomain. |