29 #ifndef __vtkGridSynchronizedTemplates3D_h
30 #define __vtkGridSynchronizedTemplates3D_h
35 class vtkKitwareContourFilter;
53 vtkSetMacro(ComputeNormals,
int);
54 vtkGetMacro(ComputeNormals,
int);
55 vtkBooleanMacro(ComputeNormals,
int);
65 vtkSetMacro(ComputeGradients,
int);
66 vtkGetMacro(ComputeGradients,
int);
67 vtkBooleanMacro(ComputeGradients,
int);
72 vtkSetMacro(ComputeScalars,
int);
73 vtkGetMacro(ComputeScalars,
int);
74 vtkBooleanMacro(ComputeScalars,
int);
79 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
82 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
86 double *
GetValues() {
return this->ContourValues->GetValues();}
93 this->ContourValues->GetValues(contourValues);}
101 this->ContourValues->SetNumberOfContours(number);}
107 return this->ContourValues->GetNumberOfContours();}
114 this->ContourValues->GenerateValues(numContours, range);}
121 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
134 void SetInputMemoryLimit(
long limit);
149 int MinimumPieceSize[3];
150 int ExecuteExtent[6];