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