45#ifndef vtkMarchingContourFilter_h 
   46#define vtkMarchingContourFilter_h 
   48#include "vtkFiltersGeneralModule.h"  
   53VTK_ABI_NAMESPACE_BEGIN
 
   73  void SetValue(
int i, 
double value);
 
   74  double GetValue(
int i);
 
   76  void GetValues(
double* contourValues);
 
   77  void SetNumberOfContours(
int number);
 
   79  void GenerateValues(
int numContours, 
double range[2]);
 
   80  void GenerateValues(
int numContours, 
double rangeStart, 
double rangeEnd);
 
  242  int numContours, 
double rangeStart, 
double rangeEnd)
 
helper object to manage setting and generating contour values
 
double * GetValues()
Return a pointer to a list of contour values.
 
int GetNumberOfContours()
Return the number of contours in the.
 
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
 
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
 
void SetValue(int i, double value)
Set the ith contour value.
 
double GetValue(int i)
Get the ith contour value.
 
abstract class to specify dataset behavior
 
Abstract class in support of both point location and point insertion.
 
a simple class to control print indentation
 
generate isosurfaces/isolines from scalar values
 
vtkContourValues * ContourValues
 
vtkTypeBool ComputeGradients
 
vtkMTimeType GetMTime() override
Modified GetMTime Because we delegate to vtkContourValues.
 
vtkIncrementalPointLocator * Locator
 
void CreateDefaultLocator()
Create default locator.
 
vtkIdType GetNumberOfContours()
Get the number of contours in the list of contour values.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
vtkMarchingContourFilter()
 
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
 
~vtkMarchingContourFilter() override
 
vtkTypeBool UseScalarTree
 
vtkScalarTree * ScalarTree
 
double GetValue(int i)
Get the ith contour value.
 
vtkTypeBool ComputeScalars
 
void SetValue(int i, double value)
Methods to set / get contour values.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
 
double * GetValues()
Get a pointer to an array of contour values.
 
void ImageContour(int dim, vtkDataSet *input, vtkPolyData *output)
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void StructuredPointsContour(int dim, vtkDataSet *input, vtkPolyData *output)
 
vtkTypeBool ComputeNormals
 
void DataSetContour(vtkDataSet *input, vtkPolyData *output)
 
static vtkMarchingContourFilter * New()
Construct object with initial range (0,1) and single contour value of 0.0.
 
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
 
Superclass for algorithms that produce only polydata as output.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
organize data according to scalar values (used to accelerate contouring operations)
 
vtkTypeUInt32 vtkMTimeType