31 #ifndef __vtkPolygonalSurfacePointPlacer_h
32 #define __vtkPolygonalSurfacePointPlacer_h
38 class vtkPolygonalSurfacePointPlacerInternals;
83 double worldOrient[9] );
92 double refWorldPos[3],
94 double worldOrient[9] );
108 double worldOrient[9] );
126 vtkSetMacro( DistanceOffset,
double );
127 vtkGetMacro( DistanceOffset,
double );
134 Node *GetNodeAtWorldPosition(
double worldPos[3] );
vtkPolyDataCollection * Polys
abstract superclass for all actors, volumes and annotations
virtual void RemoveAllProps()
vtkPolygonalSurfacePointPlacerNode Node
virtual int ValidateDisplayPosition(vtkRenderer *, double displayPos[2])
vtkPolygonalSurfacePointPlacerInternals * Internals
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int ValidateWorldPosition(double worldPos[3])
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Base class to place points given constraints on polygonal data.
virtual void AddProp(vtkProp *)
double ParametricCoords[3]
vtkCellPicker * CellPicker
static vtkPolyDataPointPlacer * New()
ray-cast cell picker for all kinds of Prop3Ds
virtual void RemoveViewProp(vtkProp *prop)
maintain a list of polygonal data objects
double SurfaceWorldPosition[3]
virtual int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9])