63 #ifndef vtkFlyingEdges3D_h
64 #define vtkFlyingEdges3D_h
87 vtkSetMacro(ComputeNormals,
int);
88 vtkGetMacro(ComputeNormals,
int);
89 vtkBooleanMacro(ComputeNormals,
int);
99 vtkSetMacro(ComputeGradients,
int);
100 vtkGetMacro(ComputeGradients,
int);
101 vtkBooleanMacro(ComputeGradients,
int);
106 vtkSetMacro(ComputeScalars,
int);
107 vtkGetMacro(ComputeScalars,
int);
108 vtkBooleanMacro(ComputeScalars,
int);
113 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
116 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
120 double *
GetValues() {
return this->ContourValues->GetValues();}
127 this->ContourValues->GetValues(contourValues);}
135 this->ContourValues->SetNumberOfContours(number);}
141 return this->ContourValues->GetNumberOfContours();}
148 this->ContourValues->GenerateValues(numContours, range);}
155 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
161 vtkSetMacro(ArrayComponent,
int);
162 vtkGetMacro(ArrayComponent,
int);
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
generate isosurface from 3D image data (volume)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
void GenerateValues(int numContours, double range[2])
int GetNumberOfContours()
void SetValue(int i, double value)
vtkContourValues * 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
topologically and geometrically regular array of data
void SetNumberOfContours(int number)
void GetValues(double *contourValues)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)