|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   68 #ifndef vtkProjectedTerrainPath_h 
   69 #define vtkProjectedTerrainPath_h 
   71 #include "vtkFiltersHybridModule.h"  
  114     SIMPLE_PROJECTION = 0,
 
  128   vtkSetClampMacro(ProjectionMode, 
int, SIMPLE_PROJECTION, HUG_PROJECTION);
 
  129   vtkGetMacro(ProjectionMode, 
int);
 
  141   vtkSetMacro(HeightOffset, 
double);
 
  142   vtkGetMacro(HeightOffset, 
double);
 
  151   vtkSetClampMacro(HeightTolerance, 
double, 0.0, 
VTK_FLOAT_MAX);
 
  152   vtkGetMacro(HeightTolerance, 
double);
 
  162   vtkGetMacro(MaximumNumberOfLines, 
vtkIdType);
 
  173   void GetImageIndex(
double x[3], 
double loc[2], 
int ij[2]);
 
  174   double GetHeight(
double loc[2], 
int ij[2]);
 
  176   void RemoveOcclusions();
 
  
represent and manipulate 3D points
a list of ids arranged in priority order
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetProjectionModeToNonOccluded()
vtkPriorityQueue * NegativeLineError
vtkPriorityQueue * PositiveLineError
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetProjectionModeToSimple()
topologically and geometrically regular array of data
a simple class to control print indentation
vtkIdType MaximumNumberOfLines
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetProjectionModeToHug()
Proxy object to connect input/output ports.
project a polyline onto a terrain
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.