|
ParaView
|
double range domain based on data set bounds More...
#include <vtkSMBoundsDomain.h>


double range domain based on data set bounds
vtkSMBoundsDomain is a subclass of vtkSMDoubleRangeDomain. In its Update method, it determines the minimum and maximum coordinates of each dimension of the bounding box of the data set with which it is associated. It requires a vtkSMSourceProxy to do this.
Definition at line 34 of file vtkSMBoundsDomain.h.
SCALED_EXTENT: is used for vtkPVScaleFactorEntry.
Definition at line 63 of file vtkSMBoundsDomain.h.
Definition at line 72 of file vtkSMBoundsDomain.h.
| vtkSMBoundsDomain::vtkSMBoundsDomain | ( | ) | [protected] |
| vtkSMBoundsDomain::~vtkSMBoundsDomain | ( | ) | [protected] |
| static vtkSMBoundsDomain* vtkSMBoundsDomain::New | ( | ) | [static] |
Reimplemented from vtkSMDoubleRangeDomain.
| virtual const char* vtkSMBoundsDomain::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMDoubleRangeDomain.
| static int vtkSMBoundsDomain::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMDoubleRangeDomain.
| virtual int vtkSMBoundsDomain::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMDoubleRangeDomain.
| static vtkSMBoundsDomain* vtkSMBoundsDomain::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMDoubleRangeDomain.
| void vtkSMBoundsDomain::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMDoubleRangeDomain.
| virtual void vtkSMBoundsDomain::Update | ( | vtkSMProperty * | ) | [virtual] |
Update self checking the "unchecked" values of all required properties. Overwritten by sub-classes.
Reimplemented from vtkSMDoubleRangeDomain.
| virtual int vtkSMBoundsDomain::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.
Reimplemented from vtkSMDomain.
| virtual void vtkSMBoundsDomain::SetMode | ( | int | ) | [virtual] |
| virtual int vtkSMBoundsDomain::GetMode | ( | ) | [virtual] |
| void vtkSMBoundsDomain::SetInputInformation | ( | vtkPVDataInformation * | input | ) |
| virtual void vtkSMBoundsDomain::SetScaleFactor | ( | double | ) | [virtual] |
| virtual double vtkSMBoundsDomain::GetScaleFactor | ( | ) | [virtual] |
| virtual void vtkSMBoundsDomain::SetDefaultMode | ( | int | ) | [virtual] |
| virtual int vtkSMBoundsDomain::GetDefaultMode | ( | ) | [virtual] |
| void vtkSMBoundsDomain::Update | ( | vtkSMProxyProperty * | pp | ) | [protected] |
| virtual void vtkSMBoundsDomain::UpdateFromInformation | ( | vtkPVDataInformation * | information | ) | [protected, virtual] |
| void vtkSMBoundsDomain::UpdateOriented | ( | ) | [protected] |
| virtual int vtkSMBoundsDomain::ReadXMLAttributes | ( | vtkSMProperty * | prop, |
| vtkPVXMLElement * | element | ||
| ) | [protected, virtual] |
Set the appropriate ivars from the xml element. Should be overwritten by subclass if adding ivars.
Reimplemented from vtkSMDoubleRangeDomain.
| vtkPVDataInformation* vtkSMBoundsDomain::GetInputInformation | ( | ) | [protected] |
int vtkSMBoundsDomain::Mode [protected] |
Definition at line 97 of file vtkSMBoundsDomain.h.
int vtkSMBoundsDomain::DefaultMode [protected] |
Definition at line 98 of file vtkSMBoundsDomain.h.
vtkPVDataInformation* vtkSMBoundsDomain::InputInformation [protected] |
Definition at line 100 of file vtkSMBoundsDomain.h.
double vtkSMBoundsDomain::ScaleFactor [protected] |
Definition at line 102 of file vtkSMBoundsDomain.h.
1.7.5.1