Go to the documentation of this file.
29 #ifndef vtkGridSynchronizedTemplates3D_h
30 #define vtkGridSynchronizedTemplates3D_h
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);}
166 int MinimumPieceSize[3];
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkContourValues * ContourValues
vtkGridSynchronizedTemplates3D()
#define vtkTypeMacro(thisClass, superclass)
topologically regular array of data
int GetNumberOfContours()
generate isosurface from structured grids
GLenum GLenum GLenum input
~vtkGridSynchronizedTemplates3D()
void GenerateValues(int numContours, double range[2])
#define vtkSetClampMacro(name, type, min, max)
void SetNumberOfContours(int number)
GLsizei const GLfloat * value
helper object to manage setting and generating contour values
unsigned long int GetMTime()
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void SetInputMemoryLimit(long limit)
int OutputPointsPrecision
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkGridSynchronizedTemplates3D * New()
void GetValues(double *contourValues)
void ThreadedExecute(vtkStructuredGrid *input, vtkInformationVector **inVec, vtkInformation *outInfo)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetValue(int i, double value)
Superclass for algorithms that produce only polydata as output.