33 #ifndef __vtkSynchronizedTemplates3D_h
34 #define __vtkSynchronizedTemplates3D_h
57 vtkSetMacro(ComputeNormals,
int);
58 vtkGetMacro(ComputeNormals,
int);
59 vtkBooleanMacro(ComputeNormals,
int);
69 vtkSetMacro(ComputeGradients,
int);
70 vtkGetMacro(ComputeGradients,
int);
71 vtkBooleanMacro(ComputeGradients,
int);
76 vtkSetMacro(ComputeScalars,
int);
77 vtkGetMacro(ComputeScalars,
int);
78 vtkBooleanMacro(ComputeScalars,
int);
83 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
86 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
90 double *
GetValues() {
return this->ContourValues->GetValues();}
97 this->ContourValues->GetValues(contourValues);}
105 this->ContourValues->SetNumberOfContours(number);}
111 return this->ContourValues->GetNumberOfContours();}
118 this->ContourValues->GenerateValues(numContours, range);}
125 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
140 void SetInputMemoryLimit(
unsigned long limit);
141 unsigned long GetInputMemoryLimit();
147 vtkSetMacro(ArrayComponent,
int);
148 vtkGetMacro(ArrayComponent,
int);
164 int ExecuteExtent[6];
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetNumberOfContours(int number)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetValue(int i, double value)
int VTK_GRAPHICS_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_1[]
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
abstract superclass for arrays of numeric data
void GetValues(double *contourValues)
void GenerateValues(int numContours, double range[2])
vtkContourValues * ContourValues
int VTK_GRAPHICS_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_2[]
int GetNumberOfContours()
void GenerateValues(int numContours, double rangeStart, double rangeEnd)