Interactively draw a lasso in normalized screen space. More...
#include <Inventor/drawers/SoLassoScreenDrawer.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoLassoScreenDrawer () | |
virtual void | reset () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
This class can be used to interactively draw a lasso (freeform shape) on screen.
When the lasso is finished, an event is raised to notify the application (see SoPolyLineScreenDrawer::onFinish ). Points are returned as normalized coordinates in the range -1..1, which is conveniently the default view volume for an SoOrthographicCamera node.
The line color and simplification threshold are specified by fields in the parent class SoPolyLineScreenDrawer.
Please see SoPolyLineScreenDrawer for general notes and code example.
Lasso specific notes:
[C++]
Screen drawer classes must be initialized by calling SoInteraction::init(). High level viewer init methods, like SoWin::init(), automatically do this. However, if the application is calling SoDB::init() directly, then it is usually necessary to also call SoInteraction::init() before using the screen drawer classes.
point | [] |
color | 1 0 0 |
simplificationThreshold | 5 |
isClosed | TRUE |
SoEllipseScreenDrawer, SoPolyLineScreenDrawer, SoPolygonScreenDrawer, SoRectangleScreenDrawer
CustomScreenDrawer, MedicalFreeHandCutting, CSGClippingGroup, EditingExtrusion, Editing
SoLassoScreenDrawer::SoLassoScreenDrawer | ( | ) |
Constructor.
static SoType SoLassoScreenDrawer::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoPolyLineScreenDrawer.
virtual SoType SoLassoScreenDrawer::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoPolyLineScreenDrawer.
virtual void SoLassoScreenDrawer::reset | ( | ) | [virtual] |
Clears the points in the line and resets internal state to initial values. This cancels any current drawing. Since Open Inventor 10.7.3
Reimplemented from SoPolyLineScreenDrawer.