Go to the documentation of this file.
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);
178 rangeStart,
double rangeEnd)
generate isosurface(s) from volume
#define vtkGetObjectMacro(name, type)
int GetNumberOfContours()
int GetNumberOfContours()
#define vtkTypeMacro(thisClass, superclass)
static vtkMarchingCubes * New()
vtkContourValues * ContourValues
void SetNumberOfContours(int number)
vtkIncrementalPointLocator * Locator
void PrintSelf(ostream &os, vtkIndent indent)
void SetValue(int i, double value)
void GenerateValues(int numContours, double range[2])
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
unsigned long int GetMTime()
GLsizei const GLfloat * value
void CreateDefaultLocator()
helper object to manage setting and generating contour values
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
void GenerateValues(int numContours, double range[2])
Abstract class in support of both point location and point insertion.
void SetValue(int i, double value)
#define vtkGetMacro(name, type)
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetLocator(vtkIncrementalPointLocator *locator)
void SetNumberOfContours(const int number)
Superclass for algorithms that produce only polydata as output.