33 #ifndef __vtkSynchronizedTemplates3D_h
34 #define __vtkSynchronizedTemplates3D_h
92 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
95 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
99 double *
GetValues() {
return this->ContourValues->GetValues();}
106 this->ContourValues->GetValues(contourValues);}
114 this->ContourValues->SetNumberOfContours(number);}
120 return this->ContourValues->GetNumberOfContours();}
127 this->ContourValues->GenerateValues(numContours, range);}
134 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
145 void SetInputMemoryLimit(
unsigned long limit);
146 unsigned long GetInputMemoryLimit();
GLsizei GLsizei GLenum GLenum const GLvoid * data
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetNumberOfContours(int number)
int VTKFILTERSCORE_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_2[]
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
void SetValue(int i, double value)
GLsizei const GLfloat * value
#define vtkTypeMacro(thisClass, superclass)
generate isosurface from structured points
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
topologically and geometrically regular array of data
int VTKFILTERSCORE_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_1[]
abstract superclass for arrays of numeric data
void GetValues(double *contourValues)
void GenerateValues(int numContours, double range[2])
vtkContourValues * ContourValues
#define vtkBooleanMacro(name, type)
int GetNumberOfContours()
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
#define vtkSetMacro(name, type)