38 #ifndef __vtkMarchingCubes_h
39 #define __vtkMarchingCubes_h
55 void SetValue(
int i,
double value);
56 double GetValue(
int i);
58 void GetValues(
double *contourValues);
59 void SetNumberOfContours(
int number);
60 int GetNumberOfContours();
61 void GenerateValues(
int numContours,
double range[2]);
62 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
72 vtkSetMacro(ComputeNormals,
int);
73 vtkGetMacro(ComputeNormals,
int);
74 vtkBooleanMacro(ComputeNormals,
int);
84 vtkSetMacro(ComputeGradients,
int);
85 vtkGetMacro(ComputeGradients,
int);
86 vtkBooleanMacro(ComputeGradients,
int);
91 vtkSetMacro(ComputeScalars,
int);
92 vtkGetMacro(ComputeScalars,
int);
93 vtkBooleanMacro(ComputeScalars,
int);
105 void CreateDefaultLocator();
177 rangeStart,
double rangeEnd)
int GetNumberOfContours()
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetValue(int i, double value)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetNumberOfContours(const int number)
Abstract class in support of both point location and point insertion.
void GenerateValues(int numContours, double range[2])
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkIncrementalPointLocator * Locator
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
generate isosurface(s) from volume
void SetNumberOfContours(int number)
void GenerateValues(int numContours, double range[2])
int GetNumberOfContours()
void SetValue(int i, double value)
vtkContourValues * ContourValues