Go to the documentation of this file.
29 #ifndef vtkSynchronizedTemplates2D_h
30 #define vtkSynchronizedTemplates2D_h
54 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
58 double *
GetValues() {
return this->ContourValues->GetValues();}
65 this->ContourValues->GetValues(contourValues);}
73 this->ContourValues->SetNumberOfContours(number);}
79 return this->ContourValues->GetNumberOfContours();}
86 this->ContourValues->GenerateValues(numContours,
range);}
93 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
unsigned long int GetMTime()
vtkContourValues * ContourValues
void PrintSelf(ostream &os, vtkIndent indent)
~vtkSynchronizedTemplates2D()
void SetValue(int i, double value)
void GenerateValues(int numContours, double range[2])
#define vtkTypeMacro(thisClass, superclass)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
generate isoline(s) from a structured points set
virtual int FillInputPortInformation(int port, vtkInformation *info)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
GLsizei const GLfloat * value
helper object to manage setting and generating contour values
#define VTKFILTERSCORE_EXPORT
topologically and geometrically regular array of data
a simple class to control print indentation
int GetNumberOfContours()
void GetValues(double *contourValues)
vtkSynchronizedTemplates2D()
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkSynchronizedTemplates2D * New()
void SetNumberOfContours(int number)
Superclass for algorithms that produce only polydata as output.