52 #ifndef __vtkContourFilter_h
53 #define __vtkContourFilter_h
80 void SetValue(
int i,
double value);
81 double GetValue(
int i);
83 void GetValues(
double *contourValues);
84 void SetNumberOfContours(
int number);
85 int GetNumberOfContours();
86 void GenerateValues(
int numContours,
double range[2]);
87 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
148 void CreateDefaultLocator();
154 void SetArrayComponent(
int );
155 int GetArrayComponent();
181 void SetOutputPointsPrecision(
int precision);
182 int GetOutputPointsPrecision()
const;
215 static void InternalProgressCallbackFunction(
vtkObject *caller,
278 rangeStart,
double rangeEnd)
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
abstract base class for most VTK objects
vtkContourValues * ContourValues
vtkIncrementalPointLocator * Locator
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generate isosurface from structured grids
void SetNumberOfContours(const int number)
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
void SetNumberOfContours(int number)
Abstract class in support of both point location and point insertion.
vtkCallbackCommand * InternalProgressCallbackCommand
GLsizei const GLfloat * value
void GenerateValues(int numContours, double range[2])
#define vtkTypeMacro(thisClass, superclass)
Detect and break reference loops.
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 *)
supports function callbacks
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
generate isosurfaces/isolines from scalar values
virtual unsigned long GetMTime()
a simple class to control print indentation
int GetNumberOfContours()
vtkScalarTree * ScalarTree
organize data according to scalar values (used to accelerate contouring operations) ...
#define vtkGetObjectMacro(name, type)
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
generate isosurface from rectilinear grid
vtkSynchronizedTemplates2D * SynchronizedTemplates2D
int OutputPointsPrecision
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
#define vtkBooleanMacro(name, type)
int GetNumberOfContours()
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
generate isoline(s) from a structured points set
void SetValue(int i, double value)
GLenum GLint GLint * precision
#define vtkSetMacro(name, type)