38 #ifndef __vtkMarchingCubes_h
39 #define __vtkMarchingCubes_h
41 #include "vtkFiltersCoreModule.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
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);
66 unsigned long int GetMTime();
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();
112 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
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)
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.
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