|
ParaView
|
a domain with two values: true or false More...
#include <vtkSMBooleanDomain.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | IsInDomain (vtkSMProperty *property) |
| virtual void | SetAnimationValue (vtkSMProperty *property, int idx, double value) |
Static Public Member Functions | |
| static vtkSMBooleanDomain * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMBooleanDomain * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMBooleanDomain () | |
| ~vtkSMBooleanDomain () | |
a domain with two values: true or false
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.
| vtkSMBooleanDomain::vtkSMBooleanDomain | ( | ) | [protected] |
| vtkSMBooleanDomain::~vtkSMBooleanDomain | ( | ) | [protected] |
| static vtkSMBooleanDomain* vtkSMBooleanDomain::New | ( | ) | [static] |
Reimplemented from vtkSMSessionObject.
| virtual const char* vtkSMBooleanDomain::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMDomain.
| static int vtkSMBooleanDomain::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMDomain.
| virtual int vtkSMBooleanDomain::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMDomain.
| static vtkSMBooleanDomain* vtkSMBooleanDomain::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMDomain.
| void vtkSMBooleanDomain::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMDomain.
| virtual int vtkSMBooleanDomain::IsInDomain | ( | vtkSMProperty * | property | ) | [virtual] |
Returns true if the propery is a vtkSMIntVectorProperty. Return 0 otherwise.
Implements vtkSMDomain.
| virtual void vtkSMBooleanDomain::SetAnimationValue | ( | vtkSMProperty * | property, |
| int | idx, | ||
| double | value | ||
| ) | [virtual] |
Set the value of an element of a property from the animation editor.
Reimplemented from vtkSMDomain.
1.7.5.1