33 #ifndef __vtkThreadedSynchronizedTemplates3D_h 34 #define __vtkThreadedSynchronizedTemplates3D_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);}
146 void SetInputMemoryLimit(
unsigned long limit);
147 unsigned long GetInputMemoryLimit();
GLsizei GLsizei GLenum GLenum const GLvoid * data
helper object to manage setting and generating contour values
int VTKFILTERSSMP_EXPORT VTK_TSYNCHRONIZED_TEMPLATES_3D_TABLE_1[]
#define vtkGetMacro(name, type)
int VTKFILTERSSMP_EXPORT VTK_TSYNCHRONIZED_TEMPLATES_3D_TABLE_2[]
int GetNumberOfContours()
GLsizei const GLfloat * value
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
generate isosurface from structured points
#define vtkTypeMacro(thisClass, superclass)
static vtkMultiBlockDataSetAlgorithm * New()
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
vtkContourValues * ContourValues
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual unsigned long GetMTime()
a simple class to control print indentation
topologically and geometrically regular array of data
void SetValue(int i, double value)
abstract superclass for arrays of numeric data
void GetValues(double *contourValues)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
void SetNumberOfContours(int number)
#define vtkBooleanMacro(name, type)
void GenerateValues(int numContours, double range[2])
#define vtkSetMacro(name, type)