53 #ifndef vtkContourFilter_h 54 #define vtkContourFilter_h 56 #include "vtkFiltersCoreModule.h" 85 void SetValue(
int i,
double value);
86 double GetValue(
int i);
88 void GetValues(
double *contourValues);
89 void SetNumberOfContours(
int number);
90 int GetNumberOfContours();
91 void GenerateValues(
int numContours,
double range[2]);
92 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
112 vtkGetMacro(ComputeNormals,
int);
126 vtkGetMacro(ComputeGradients,
int);
135 vtkGetMacro(ComputeScalars,
int);
144 vtkGetMacro(UseScalarTree,
int);
169 void CreateDefaultLocator();
176 void SetArrayComponent(
int );
177 int GetArrayComponent();
190 vtkGetMacro(GenerateTriangles,
int);
200 void SetOutputPointsPrecision(
int precision);
201 int GetOutputPointsPrecision()
const;
234 static void InternalProgressCallbackFunction(
vtkObject *caller,
298 rangeStart,
double rangeEnd)
helper object to manage setting and generating contour values
abstract base class for most VTK objects
vtkContourValues * ContourValues
vtkIncrementalPointLocator * Locator
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
generate isosurface from structured grids
void SetNumberOfContours(const int number)
Set the number of contours to place into the list.
void ReportReferences(vtkGarbageCollector *) override
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
Abstract class in support of both point location and point insertion.
vtkCallbackCommand * InternalProgressCallbackCommand
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
double GetValue(int i)
Get the ith contour value.
Detect and break reference loops.
generate isosurface from structured points
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetValue(int i, double value)
Methods to set / get contour values.
double * GetValues()
Return a pointer to a list of contour values.
supports function callbacks
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
generate isosurfaces/isolines from scalar values
a simple class to control print indentation
int GetNumberOfContours()
Get the number of contours in the list of contour values.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkScalarTree * ScalarTree
organize data according to scalar values (used to accelerate contouring operations)
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
generate isosurface from rectilinear grid
vtkSynchronizedTemplates2D * SynchronizedTemplates2D
double GetValue(int i)
Get the ith contour value.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int OutputPointsPrecision
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
int GetNumberOfContours()
Return the number of contours in the.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
generate isoline(s) from a structured points set
void SetValue(int i, double value)
Set the ith contour value.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double * GetValues()
Get a pointer to an array of contour values.