Go to the documentation of this file.
56 #ifndef vtkMarchingContourFilter_h
57 #define vtkMarchingContourFilter_h
79 void SetValue(
int i,
double value);
80 double GetValue(
int i);
82 void GetValues(
double *contourValues);
83 void SetNumberOfContours(
int number);
84 int GetNumberOfContours();
85 void GenerateValues(
int numContours,
double range[2]);
86 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
void GenerateValues(int numContours, double range[2])
#define vtkGetObjectMacro(name, type)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetValue(int i, double value)
int GetNumberOfContours()
void StructuredPointsContour(int dim, vtkDataSet *input, vtkPolyData *output)
vtkContourValues * ContourValues
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
vtkMarchingContourFilter()
int GetNumberOfContours()
void SetLocator(vtkIncrementalPointLocator *locator)
generate isosurfaces/isolines from scalar values
GLenum GLenum GLenum input
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetNumberOfContours(int number)
GLsizei const GLfloat * value
helper object to manage setting and generating contour values
static vtkMarchingContourFilter * New()
a simple class to control print indentation
void DataSetContour(vtkDataSet *input, vtkPolyData *output)
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 VTKFILTERSGENERAL_EXPORT
void CreateDefaultLocator()
#define vtkGetMacro(name, type)
vtkScalarTree * ScalarTree
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
concrete dataset represents vertices, lines, polygons, and triangle strips
void ImageContour(int dim, vtkDataSet *input, vtkPolyData *output)
vtkIncrementalPointLocator * Locator
organize data according to scalar values (used to accelerate contouring operations)
void SetNumberOfContours(const int number)
~vtkMarchingContourFilter()
Superclass for algorithms that produce only polydata as output.