|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   43 #ifndef vtkGenericContourFilter_h 
   44 #define vtkGenericContourFilter_h 
   46 #include "vtkFiltersGenericModule.h"  
   67   typedef double PointType[3]; 
 
   73   void SetValue(
int i, 
float 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);
 
  136   void CreateDefaultLocator();
 
  144   vtkGetStringMacro(InputScalarsSelection);
 
  145   virtual void SelectInputScalars(
const char* fieldName);
 
  163   vtkSetStringMacro(InputScalarsSelection);
 
  
generate isocontours from input dataset
vtkTypeBool ComputeGradients
represent and manipulate point attribute data
vtkContourValues * ContourValues
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPointData * InternalPD
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkIncrementalPointLocator * Locator
helper object to manage setting and generating contour values
represent and manipulate cell attribute data
a simple class to control print indentation
vtkCellData * SecondaryCD
Abstract class in support of both point location and point insertion.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
char * InputScalarsSelection
vtkTypeBool ComputeScalars
vtkPointData * SecondaryPD
static vtkPolyDataAlgorithm * New()
vtkTypeBool ComputeNormals
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.