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

adds all strings from information property More...

#include <vtkSMArraySelectionDomain.h>

Inheritance diagram for vtkSMArraySelectionDomain:
Inheritance graph
[legend]
Collaboration diagram for vtkSMArraySelectionDomain:
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 void Update (vtkSMProperty *)
virtual int SetDefaultValues (vtkSMProperty *)

Static Public Member Functions

static vtkSMArraySelectionDomainNew ()
static int IsTypeOf (const char *type)
static vtkSMArraySelectionDomainSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMArraySelectionDomain ()
 ~vtkSMArraySelectionDomain ()

Detailed Description

adds all strings from information property

vtkSMArraySelectionDomain overwrites vtkSMStringListRangeDomain's Update in which it adds all strings from a required information property to the domain. The information property must have been populated by an vtkSMArraySelectionInformationHelper. It also sets the IntDomainMode to BOOLEAN.

See also:
vtkSMStringListRangeDomain vtkSMStringVectorProperty vtkSMArraySelectionInformationHelper

Definition at line 33 of file vtkSMArraySelectionDomain.h.


Constructor & Destructor Documentation

vtkSMArraySelectionDomain::vtkSMArraySelectionDomain ( ) [protected]
vtkSMArraySelectionDomain::~vtkSMArraySelectionDomain ( ) [protected]

Member Function Documentation

static vtkSMArraySelectionDomain* vtkSMArraySelectionDomain::New ( ) [static]

Reimplemented from vtkSMStringListRangeDomain.

Reimplemented in vtkSMSILDomain.

virtual const char* vtkSMArraySelectionDomain::GetClassName ( ) [virtual]

Reimplemented from vtkSMStringListRangeDomain.

Reimplemented in vtkSMSILDomain.

static int vtkSMArraySelectionDomain::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMStringListRangeDomain.

Reimplemented in vtkSMSILDomain.

virtual int vtkSMArraySelectionDomain::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMStringListRangeDomain.

Reimplemented in vtkSMSILDomain.

static vtkSMArraySelectionDomain* vtkSMArraySelectionDomain::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMStringListRangeDomain.

Reimplemented in vtkSMSILDomain.

void vtkSMArraySelectionDomain::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMStringListRangeDomain.

Reimplemented in vtkSMSILDomain.

virtual void vtkSMArraySelectionDomain::Update ( vtkSMProperty ) [virtual]

Populate the values of the domain from the given information property.

Reimplemented from vtkSMDomain.

virtual int vtkSMArraySelectionDomain::SetDefaultValues ( vtkSMProperty ) [virtual]

A vtkSMProperty is often defined with a default value in the XML itself. However, many times, the default value must be determined at run time. To facilitate this, domains can override this method to compute and set the default value for the property. Note that unlike the compile-time default values, the application must explicitly call this method to initialize the property. Returns 1 if the domain updated the property.

Reimplemented from vtkSMDomain.


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