Go to the documentation of this file.
33 #ifndef vtkRectilinearSynchronizedTemplates_h
34 #define vtkRectilinearSynchronizedTemplates_h
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);}
void GenerateValues(int numContours, double range[2])
GLsizei GLsizei GLenum GLenum const GLvoid * data
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void SetValue(int i, double value)
vtkContourValues * ContourValues
a dataset that is topologically regular with variable spacing in the three coordinate directions
static vtkRectilinearSynchronizedTemplates * New()
void PrintSelf(ostream &os, vtkIndent indent)
unsigned long int GetMTime()
void GetValues(double *contourValues)
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
GLenum GLenum GLenum input
int VTK_RECTILINEAR_SYNCHONIZED_TEMPLATES_TABLE_2[]
generate isosurface from rectilinear grid
GLsizei const GLfloat * value
int GetNumberOfContours()
int VTK_RECTILINEAR_SYNCHONIZED_TEMPLATES_TABLE_1[]
~vtkRectilinearSynchronizedTemplates()
helper object to manage setting and generating contour values
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkRectilinearSynchronizedTemplates()
#define vtkGetMacro(name, type)
void SetNumberOfContours(int number)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void ComputeSpacing(vtkRectilinearGrid *data, int i, int j, int k, int extent[6], double spacing[6])
void * GetScalarsForExtent(vtkDataArray *array, int extent[6], vtkRectilinearGrid *input)
Superclass for algorithms that produce only polydata as output.
virtual int FillInputPortInformation(int port, vtkInformation *info)