type specific extension to vtkSMRangeDomainTemplate for doubles.
virtual double GetMaximum(unsigned int idx)
virtual double GetMaximum(unsigned int idx, int &exists)
Return a max.
virtual double GetMinimum(unsigned int idx, int &exists)
Return a min.
void PrintSelf(ostream &os, vtkIndent indent) override
superclass for type-specific range domains i.e. domains that constrain a value within a min and max.
represents the possible values a property can have
static vtkSMDomain * New()
virtual int GetResolution()
Returns the resolution.
virtual int GetMaximumExists(unsigned int idx)
virtual double GetMinimum(unsigned int idx)
Returns the minimum/maximum value, is exists, otherwise 0 is returned.
virtual int GetMinimumExists(unsigned int idx)
Returns if minimum/maximum bound is set for the domain.