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);
97 vtkSetMacro(ComputeNormals,
int);
98 vtkGetMacro(ComputeNormals,
int);
99 vtkBooleanMacro(ComputeNormals,
int);
109 vtkSetMacro(ComputeGradients,
int);
110 vtkGetMacro(ComputeGradients,
int);
111 vtkBooleanMacro(ComputeGradients,
int);
116 vtkSetMacro(ComputeScalars,
int);
117 vtkGetMacro(ComputeScalars,
int);
118 vtkBooleanMacro(ComputeScalars,
int);
123 vtkSetMacro(UseScalarTree,
int);
124 vtkGetMacro(UseScalarTree,
int);
125 vtkBooleanMacro(UseScalarTree,
int);
137 void CreateDefaultLocator();
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkIncrementalPointLocator * Locator
abstract class to specify dataset behavior
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.
vtkScalarTree * ScalarTree
void SetNumberOfContours(int number)
void GenerateValues(int numContours, double range[2])
int GetNumberOfContours()
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
virtual unsigned long GetMTime()
a simple class to control print indentation
generate isosurfaces/isolines from scalar values
#define VTKFILTERSGENERAL_EXPORT
organize data according to scalar values (used to accelerate contouring operations) ...
vtkContourValues * ContourValues
void SetValue(int i, double value)
int GetNumberOfContours()
void SetValue(int i, double value)