38 #ifndef vtkMarchingCubes_h 
   39 #define vtkMarchingCubes_h 
   56   void SetValue(
int i, 
double value);
 
   57   double GetValue(
int i);
 
   59   void GetValues(
double *contourValues);
 
   60   void SetNumberOfContours(
int number);
 
   61   int GetNumberOfContours();
 
   62   void GenerateValues(
int numContours, 
double range[2]);
 
   63   void GenerateValues(
int numContours, 
double rangeStart, 
double rangeEnd);
 
   73   vtkSetMacro(ComputeNormals,
int);
 
   74   vtkGetMacro(ComputeNormals,
int);
 
   75   vtkBooleanMacro(ComputeNormals,
int);
 
   85   vtkSetMacro(ComputeGradients,
int);
 
   86   vtkGetMacro(ComputeGradients,
int);
 
   87   vtkBooleanMacro(ComputeGradients,
int);
 
   92   vtkSetMacro(ComputeScalars,
int);
 
   93   vtkGetMacro(ComputeScalars,
int);
 
   94   vtkBooleanMacro(ComputeScalars,
int);
 
  106   void CreateDefaultLocator();
 
  178                                              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)
#define VTKFILTERSCORE_EXPORT
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