33 #ifndef __vtkSynchronizedTemplates3D_h
34 #define __vtkSynchronizedTemplates3D_h
36 #include "vtkFiltersCoreModule.h"
37 #include "vtkPolyDataAlgorithm.h"
38 #include "vtkContourValues.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
51 unsigned long int GetMTime();
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);}
140 void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo,
141 vtkInformation *outInfo,
142 int *exExt, vtkDataArray *inScalars);
149 void SetInputMemoryLimit(
unsigned long limit);
150 unsigned long GetInputMemoryLimit();
156 vtkSetMacro(ArrayComponent,
int);
157 vtkGetMacro(ArrayComponent,
int);
169 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
170 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
171 virtual int FillInputPortInformation(
int port, vtkInformation *info);
173 int ExecuteExtent[6];
void SetNumberOfContours(int number)
int VTKFILTERSCORE_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_2[]
void SetValue(int i, double value)
generate isosurface from structured points
int VTKFILTERSCORE_EXPORT VTK_SYNCHRONIZED_TEMPLATES_3D_TABLE_1[]
void GetValues(double *contourValues)
void GenerateValues(int numContours, double range[2])
vtkContourValues * ContourValues
int GetNumberOfContours()
void GenerateValues(int numContours, double rangeStart, double rangeEnd)