34#ifndef vtkGenericContourFilter_h 
   35#define vtkGenericContourFilter_h 
   37#include "vtkFiltersGenericModule.h"  
   40VTK_ABI_NAMESPACE_BEGIN
 
   59  typedef double PointType[3]; 
 
  136  vtkGetStringMacro(InputScalarsSelection);
 
  155  vtkSetStringMacro(InputScalarsSelection);
 
represent and manipulate cell attribute data
 
helper object to manage setting and generating contour values
 
generate isocontours from input dataset
 
vtkContourValues * ContourValues
 
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Methods to set / get contour values.
 
vtkPointData * SecondaryPD
 
void CreateDefaultLocator()
Create default locator.
 
void GetValues(double *contourValues)
Methods to set / get contour values.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void SetNumberOfContours(int number)
Methods to set / get contour values.
 
vtkTypeBool ComputeNormals
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
 
~vtkGenericContourFilter() override
 
double * GetValues()
Methods to set / get contour values.
 
double GetValue(int i)
Methods to set / get contour values.
 
vtkTypeBool ComputeGradients
 
vtkTypeBool ComputeScalars
 
vtkIncrementalPointLocator * Locator
 
vtkMTimeType GetMTime() override
Modified GetMTime Because we delegate to vtkContourValues.
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
vtkIdType GetNumberOfContours()
Methods to set / get contour values.
 
virtual void SelectInputScalars(const char *fieldName)
If you want to contour by an arbitrary scalar attribute, then set its name here.
 
vtkPointData * InternalPD
 
void SetValue(int i, float value)
Methods to set / get contour values.
 
static vtkGenericContourFilter * New()
Construct object with initial range (0,1) and single contour value of 0.0.
 
char * InputScalarsSelection
 
void GenerateValues(int numContours, double range[2])
Methods to set / get contour values.
 
vtkGenericContourFilter()
 
vtkCellData * SecondaryCD
 
Abstract class in support of both point location and point insertion.
 
a simple class to control print indentation
 
represent and manipulate point attribute data
 
Superclass for algorithms that produce only polydata as output.
 
vtkTypeUInt32 vtkMTimeType