ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSMBooleanDomain Class Reference

a domain with two values: true or false More...

#include <vtkSMBooleanDomain.h>

Inheritance diagram for vtkSMBooleanDomain:
Inheritance graph
[legend]
Collaboration diagram for vtkSMBooleanDomain:
Collaboration graph
[legend]

List of all members.

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 vtkSMBooleanDomainNew ()
static int IsTypeOf (const char *type)
static vtkSMBooleanDomainSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMBooleanDomain ()
 ~vtkSMBooleanDomain ()

Detailed Description

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.

See also:
vtkSMDomain vtkSMIntVectorProperty

Definition at line 31 of file vtkSMBooleanDomain.h.


Constructor & Destructor Documentation

vtkSMBooleanDomain::vtkSMBooleanDomain ( ) [protected]
vtkSMBooleanDomain::~vtkSMBooleanDomain ( ) [protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file: