33 #ifndef vtkSynchronizedTemplates3D_h
34 #define vtkSynchronizedTemplates3D_h
58 vtkSetMacro(ComputeNormals,
int);
59 vtkGetMacro(ComputeNormals,
int);
60 vtkBooleanMacro(ComputeNormals,
int);
70 vtkSetMacro(ComputeGradients,
int);
71 vtkGetMacro(ComputeGradients,
int);
72 vtkBooleanMacro(ComputeGradients,
int);
77 vtkSetMacro(ComputeScalars,
int);
78 vtkGetMacro(ComputeScalars,
int);
79 vtkBooleanMacro(ComputeScalars,
int);
85 vtkSetMacro(GenerateTriangles,
int);
86 vtkGetMacro(GenerateTriangles,
int);
87 vtkBooleanMacro(GenerateTriangles,
int);
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();
153 vtkSetMacro(ArrayComponent,
int);
154 vtkGetMacro(ArrayComponent,
int);
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
void SetValue(int i, double value)
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
int GetNumberOfContours()
void GenerateValues(int numContours, double rangeStart, double rangeEnd)