52 #ifndef __vtkContourFilter_h
53 #define __vtkContourFilter_h
55 #include "vtkFiltersCoreModule.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);
143 void CreateDefaultLocator();
149 void SetArrayComponent(
int );
150 int GetArrayComponent();
160 vtkSetMacro(GenerateTriangles,
int);
161 vtkGetMacro(GenerateTriangles,
int);
162 vtkBooleanMacro(GenerateTriangles,
int);
168 vtkInformationVector**,
169 vtkInformationVector*);
176 void SetOutputPointsPrecision(
int precision);
177 int GetOutputPointsPrecision()
const;
187 vtkInformationVector** inputVector,
188 vtkInformationVector* outputVector);
190 vtkInformationVector**,
191 vtkInformationVector*);
267 rangeStart,
double rangeEnd)
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkContourValues * ContourValues
vtkIncrementalPointLocator * Locator
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generate isosurface from structured grids
void SetNumberOfContours(const int number)
void SetNumberOfContours(int number)
Abstract class in support of both point location and point insertion.
void GenerateValues(int numContours, double range[2])
generate isosurface from structured points
static vtkPolyDataAlgorithm * New()
virtual void ReportReferences(vtkGarbageCollector *)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetValue(int i, double value)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
generate isosurfaces/isolines from scalar values
int GetNumberOfContours()
vtkScalarTree * ScalarTree
organize data according to scalar values (used to accelerate contouring operations) ...
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
generate isosurface from rectilinear grid
vtkSynchronizedTemplates2D * SynchronizedTemplates2D
int OutputPointsPrecision
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
int GetNumberOfContours()
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
generate isoline(s) from a structured points set
void SetValue(int i, double value)