Go to the documentation of this file.
31 #ifndef vtkOrientedGlyphContourRepresentation_h
32 #define vtkOrientedGlyphContourRepresentation_h
34 #include "vtkInteractionWidgetsModule.h"
193 double LastPickPosition[3];
194 double LastEventPosition[2];
214 double InteractionOffset[2];
map vtkPolyData to graphics primitives
represent and manipulate 3D points
vtkProperty * ActiveProperty
static vtkOrientedGlyphContourRepresentation * New()
Instantiate this class.
vtkPoints * ActiveFocalPoint
void SetLineColor(double r, double g, double b)
Convenience method to set the line color.
vtkPolyData * SelectedNodesData
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkProperty * LinesProperty
double * GetBounds() override
Return the bounds of the representation.
vtkPolyData * GetCursorShape()
void CreateDefaultProperties()
represent the vtkContourWidget
vtkPolyData * ActiveFocalData
void GetActors(vtkPropCollection *) override
Methods to make this class behave as a vtkProp.
void BuildLines() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
vtkPolyDataMapper * SelectedNodesMapper
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
void CreateSelectedNodesRepresentation()
window superclass for vtkRenderWindow
void SetShowSelectedNodes(vtkTypeBool) override
A flag to indicate whether to show the Selected nodes Default is to set it to false.
void SetRenderer(vtkRenderer *ren) override
Subclasses of vtkOrientedGlyphContourRepresentation must implement these methods.
int ComputeInteractionState(int X, int Y, int modified=0) override
void ReleaseGraphicsResources(vtkWindow *) override
Methods required by vtkProp superclass.
vtkPolyData * SelectedNodesCursorShape
void WidgetInteraction(double eventPos[2]) override
void SetActiveCursorShape(vtkPolyData *activeShape)
Specify the shape of the cursor (handle) when it is active.
vtkPolyDataMapper * Mapper
vtkPolyDataMapper * LinesMapper
void StartWidgetInteraction(double eventPos[2]) override
void ComputeCentroid(double *ioCentroid)
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
vtkPolyData * GetContourRepresentationAsPolyData() override
Get the points in this contour as a vtkPolyData.
void Translate(double eventPos[2])
vtkPolyData * ActiveCursorShape
Default representation for the contour widget.
abstract specification for Viewports
copy oriented and scaled glyph geometry to every input point
vtkPoints * SelectedNodesPoints
void ShiftContour(double eventPos[2])
vtkPolyDataMapper * ActiveMapper
vtkPolyData * GetActiveCursorShape()
vtkGlyph3D * ActiveGlypher
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetCursorShape(vtkPolyData *cursorShape)
Specify the cursor shape.
int RenderOverlay(vtkViewport *viewport) override
vtkActor * SelectedNodesActor
void ScaleContour(double eventPos[2])
vtkOrientedGlyphContourRepresentation()
represent surface properties of a geometric object
~vtkOrientedGlyphContourRepresentation() override
vtkGlyph3D * SelectedNodesGlypher
void Scale(double eventPos[2])
vtkPolyData * CursorShape