56 #ifndef __vtkMarchingContourFilter_h
57 #define __vtkMarchingContourFilter_h
59 #include "vtkFiltersGeneralModule.h"
71 void PrintSelf(ostream& os, vtkIndent indent);
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);
90 unsigned long GetMTime();
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();
143 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
155 void StructuredPointsContour(
int dim, vtkDataSet *input,
vtkPolyData *output);
157 void ImageContour(
int dim, vtkDataSet *input,
vtkPolyData *output);
159 void DataSetContour(vtkDataSet *input,
vtkPolyData *output);
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkIncrementalPointLocator * Locator
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])
generate isosurfaces/isolines from scalar values
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)