29 #ifndef __vtkGridSynchronizedTemplates3D_h
30 #define __vtkGridSynchronizedTemplates3D_h
87 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
90 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
94 double *
GetValues() {
return this->ContourValues->GetValues();}
101 this->ContourValues->GetValues(contourValues);}
109 this->ContourValues->SetNumberOfContours(number);}
115 return this->ContourValues->GetNumberOfContours();}
122 this->ContourValues->GenerateValues(numContours, range);}
129 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
142 void SetInputMemoryLimit(
long limit);
148 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
167 int MinimumPieceSize[3];
168 int ExecuteExtent[6];
void SetNumberOfContours(int number)
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
int GetNumberOfContours()
GLenum GLenum GLenum input
void GenerateValues(int numContours, double range[2])
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generate isosurface from structured grids
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
#define vtkSetClampMacro(name, type, min, max)
GLsizei const GLfloat * value
void GetValues(double *contourValues)
#define vtkTypeMacro(thisClass, superclass)
void SetValue(int i, double value)
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
vtkContourValues * ContourValues
int OutputPointsPrecision
topologically regular array of data
#define vtkBooleanMacro(name, type)
#define vtkSetMacro(name, type)