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];