33 #ifndef vtkRectilinearSynchronizedTemplates_h 34 #define vtkRectilinearSynchronizedTemplates_h 85 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
88 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
92 double *
GetValues() {
return this->ContourValues->GetValues();}
99 this->ContourValues->GetValues(contourValues);}
107 this->ContourValues->SetNumberOfContours(number);}
113 return this->ContourValues->GetNumberOfContours();}
120 this->ContourValues->GenerateValues(numContours, range);}
127 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
170 void* GetScalarsForExtent(
vtkDataArray *array,
int extent[6],
GLsizei GLsizei GLenum GLenum const GLvoid * data
helper object to manage setting and generating contour values
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
virtual int FillInputPortInformation(int port, vtkInformation *info)
int VTK_RECTILINEAR_SYNCHONIZED_TEMPLATES_TABLE_1[]
int VTK_RECTILINEAR_SYNCHONIZED_TEMPLATES_TABLE_2[]
GLenum GLenum GLenum input
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
vtkContourValues * ContourValues
void SetValue(int i, double value)
GLsizei const GLfloat * value
#define vtkTypeMacro(thisClass, superclass)
void GetValues(double *contourValues)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
int GetNumberOfContours()
abstract superclass for arrays of numeric data
void SetNumberOfContours(int number)
generate isosurface from rectilinear grid
#define vtkBooleanMacro(name, type)
void GenerateValues(int numContours, double range[2])
#define vtkSetMacro(name, type)