54 #ifndef vtkFitToHeightMapFilter_h
55 #define vtkFitToHeightMapFilter_h
57 #include "vtkFiltersModelingModule.h"
60 VTK_ABI_NAMESPACE_BEGIN
101 POINT_PROJECTION = 0,
102 POINT_MINIMUM_HEIGHT = 1,
103 POINT_MAXIMUM_HEIGHT = 2,
104 POINT_AVERAGE_HEIGHT = 3,
105 CELL_MINIMUM_HEIGHT = 4,
106 CELL_MAXIMUM_HEIGHT = 5,
107 CELL_AVERAGE_HEIGHT = 6,
123 vtkSetMacro(FittingStrategy,
int);
124 vtkGetMacro(FittingStrategy,
int);
166 VTK_ABI_NAMESPACE_END
vtkTypeBool UseHeightMapOffset
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
void SetFittingStrategyToCellMaximumHeight()
Specify a strategy for fitting, or projecting, the polydata to the height field.
void SetFittingStrategyToCellAverageHeight()
Specify a strategy for fitting, or projecting, the polydata to the height field.
void SetFittingStrategyToPointMaximumHeight()
Specify a strategy for fitting, or projecting, the polydata to the height field.
Superclass for algorithms that produce only polydata as output.
void SetFittingStrategyToPointMinimumHeight()
Specify a strategy for fitting, or projecting, the polydata to the height field.
a simple class to control print indentation
topologically and geometrically regular array of data
void SetFittingStrategyToAverageHeight()
Specify a strategy for fitting, or projecting, the polydata to the height field.
void SetFittingStrategyToPointProjection()
Specify a strategy for fitting, or projecting, the polydata to the height field.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
adjust polydata to fit image height map
represent and manipulate 3D points
void SetFittingStrategyToCellMinimumHeight()
Specify a strategy for fitting, or projecting, the polydata to the height field.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.