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