#include <polyline_ROI.h>
Inherits ROIBase.
Inheritance diagram for PolylineROI:
Public Member Functions | |
PolylineROI (SoSeparator *root) | |
virtual | ~PolylineROI () |
void | addPoint (SbVec3f point) |
void | drawROI () |
void | autoCloseROI () |
Protected Attributes | |
SoLineSet * | polyline_set_ |
SbVec3f | start_point_ |
SoCoordinate3 * | point_set_ |
int | total_point_count_ |
int | point_index_ |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 37 of file polyline_ROI.h.
|
Constructor
Definition at line 18 of file polyline_ROI.cpp. References PolylineROI::point_set_, PolylineROI::polyline_set_, and ROIBase::root_. |
|
Virtual Desturctor Definition at line 33 of file polyline_ROI.cpp. |
|
Add a point to the point set that defines the ROI
Reimplemented from ROIBase. Definition at line 39 of file polyline_ROI.cpp. References ROIBase::addPoint(), PolylineROI::point_index_, PolylineROI::point_set_, X_DIMENSION, and Y_DIMENSION. Referenced by PolylineROI::autoCloseROI(). Here is the call graph for this function: |
|
Takes the start point of the ROI for automatically closing of the ROI Definition at line 81 of file polyline_ROI.cpp. References PolylineROI::addPoint(), ROIBase::current_ROI_, and ROIBase::finishROI(). Here is the call graph for this function: |