|
ParaView
|
adds all strings from information property More...
#include <vtkSMArraySelectionDomain.h>


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 vtkSMArraySelectionDomain * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMArraySelectionDomain * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMArraySelectionDomain () | |
| ~vtkSMArraySelectionDomain () | |
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.
Definition at line 33 of file vtkSMArraySelectionDomain.h.
| vtkSMArraySelectionDomain::vtkSMArraySelectionDomain | ( | ) | [protected] |
| vtkSMArraySelectionDomain::~vtkSMArraySelectionDomain | ( | ) | [protected] |
| 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.
1.7.5.1