|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   63 #ifndef vtkFitToHeightMapFilter_h 
   64 #define vtkFitToHeightMapFilter_h 
   66 #include "vtkFiltersModelingModule.h"  
  109     POINT_PROJECTION = 0,
 
  110     POINT_MINIMUM_HEIGHT = 1,
 
  111     POINT_MAXIMUM_HEIGHT = 2,
 
  112     POINT_AVERAGE_HEIGHT = 3,
 
  113     CELL_MINIMUM_HEIGHT = 4,
 
  114     CELL_MAXIMUM_HEIGHT = 5,
 
  115     CELL_AVERAGE_HEIGHT = 6,
 
  131   vtkSetMacro(FittingStrategy, 
int);
 
  132   vtkGetMacro(FittingStrategy, 
int);
 
  
represent and manipulate 3D points
void SetFittingStrategyToCellMinimumHeight()
adjust polydata to fit image height map
vtkTypeBool UseHeightMapOffset
void SetFittingStrategyToCellMaximumHeight()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetFittingStrategyToPointMaximumHeight()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
topologically and geometrically regular array of data
a simple class to control print indentation
void SetFittingStrategyToCellAverageHeight()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetFittingStrategyToPointMinimumHeight()
void SetFittingStrategyToAverageHeight()
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetFittingStrategyToPointProjection()
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.