#include <vtkSMBooleanDomain.h>
Inheritance diagram for vtkSMBooleanDomain:
Public Member Functions | |
vtkTypeRevisionMacro (vtkSMBooleanDomain, vtkSMDomain) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | IsInDomain (vtkSMProperty *property) |
virtual void | SetAnimationValue (vtkSMProperty *property, int idx, double value) |
Static Public Member Functions | |
vtkSMBooleanDomain * | New () |
Protected Member Functions | |
vtkSMBooleanDomain () | |
~vtkSMBooleanDomain () |
vtkSMBooleanDomain does not really restrict the values of the property that contains it. All integer values are valid. Rather, it is used to specified that the property represents a true/false state. This domains works with only vtkSMIntVectorProperty.
Definition at line 31 of file vtkSMBooleanDomain.h.
|
|
|
|
|
Reimplemented from vtkSMObject. |
|
|
|
Reimplemented from vtkSMDomain. |
|
Returns true if the propery is a vtkSMIntVectorProperty. Return 0 otherwise. Implements vtkSMDomain. |
|
Set the value of an element of a property from the animation editor. Reimplemented from vtkSMDomain. |