33 #ifndef vtkRectilinearSynchronizedTemplates_h
34 #define vtkRectilinearSynchronizedTemplates_h
59 vtkSetMacro(ComputeNormals,
int);
60 vtkGetMacro(ComputeNormals,
int);
61 vtkBooleanMacro(ComputeNormals,
int);
71 vtkSetMacro(ComputeGradients,
int);
72 vtkGetMacro(ComputeGradients,
int);
73 vtkBooleanMacro(ComputeGradients,
int);
78 vtkSetMacro(ComputeScalars,
int);
79 vtkGetMacro(ComputeScalars,
int);
80 vtkBooleanMacro(ComputeScalars,
int);
85 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
88 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
92 double *
GetValues() {
return this->ContourValues->GetValues();}
99 this->ContourValues->GetValues(contourValues);}
107 this->ContourValues->SetNumberOfContours(number);}
113 return this->ContourValues->GetNumberOfContours();}
120 this->ContourValues->GenerateValues(numContours, range);}
127 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
133 vtkSetMacro(ArrayComponent,
int);
134 vtkGetMacro(ArrayComponent,
int);
140 vtkSetMacro(GenerateTriangles,
int);
141 vtkGetMacro(GenerateTriangles,
int);
142 vtkBooleanMacro(GenerateTriangles,
int);
helper object to manage setting and generating contour values
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
virtual int FillInputPortInformation(int port, vtkInformation *info)
int VTK_RECTILINEAR_SYNCHONIZED_TEMPLATES_TABLE_1[]
int VTK_RECTILINEAR_SYNCHONIZED_TEMPLATES_TABLE_2[]
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
vtkContourValues * ContourValues
void SetValue(int i, double value)
void GetValues(double *contourValues)
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
int GetNumberOfContours()
abstract superclass for arrays of numeric data
void SetNumberOfContours(int number)
generate isosurface from rectilinear grid
void GenerateValues(int numContours, double range[2])