Go to the documentation of this file.
33 #ifndef vtkSynchronizedTemplates3D_h
34 #define vtkSynchronizedTemplates3D_h
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);}
GLsizei GLsizei GLenum GLenum const GLvoid * data
void SetInputMemoryLimit(unsigned long limit)
void PrintSelf(ostream &os, vtkIndent indent)
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkSynchronizedTemplates3D * New()
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
vtkContourValues * ContourValues
virtual int FillInputPortInformation(int port, vtkInformation *info)
~vtkSynchronizedTemplates3D()
GLsizei const GLfloat * value
void GenerateValues(int numContours, double range[2])
helper object to manage setting and generating contour values
#define VTKFILTERSCORE_EXPORT
topologically and geometrically regular array of data
a simple class to control print indentation
int VTKFILTERSCORE_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_1[]
unsigned long GetInputMemoryLimit()
void SetValue(int i, double value)
#define vtkGetMacro(name, type)
int VTKFILTERSCORE_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_2[]
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
int GetNumberOfContours()
vtkSynchronizedTemplates3D()
generate isosurface from structured points
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void GetValues(double *contourValues)
unsigned long int GetMTime()
void SetNumberOfContours(int number)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.