59 #ifndef vtkProjectedTerrainPath_h
60 #define vtkProjectedTerrainPath_h
62 #include "vtkFiltersHybridModule.h"
65 VTK_ABI_NAMESPACE_BEGIN
106 SIMPLE_PROJECTION = 0,
120 vtkSetClampMacro(ProjectionMode,
int, SIMPLE_PROJECTION, HUG_PROJECTION);
121 vtkGetMacro(ProjectionMode,
int);
133 vtkSetMacro(HeightOffset,
double);
134 vtkGetMacro(HeightOffset,
double);
143 vtkSetClampMacro(HeightTolerance,
double, 0.0,
VTK_FLOAT_MAX);
144 vtkGetMacro(HeightTolerance,
double);
154 vtkGetMacro(MaximumNumberOfLines,
vtkIdType);
165 void GetImageIndex(
double x[3],
double loc[2],
int ij[2]);
166 double GetHeight(
double loc[2],
int ij[2]);
168 void RemoveOcclusions();
200 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
project a polyline onto a terrain
void SetProjectionModeToSimple()
Determine how to control the projection process.
Proxy object to connect input/output ports.
a list of ids arranged in priority order
vtkPriorityQueue * NegativeLineError
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
topologically and geometrically regular array of data
abstract superclass for arrays of numeric data
vtkIdType MaximumNumberOfLines
void SetProjectionModeToNonOccluded()
Determine how to control the projection process.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkPriorityQueue * PositiveLineError
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetProjectionModeToHug()
Determine how to control the projection process.