Contains Data on the current selection. More...
#include <EditGraphOrthoLayer.h>
Public Member Functions | |
SelectionData () | |
Creates a new SelectionData. | |
SelectionData (EditGraphOrthoLayer *e) | |
Creates a new TWEditBarDara. | |
Public Attributes | |
std::string | selectedCurve |
Displayed name of the selected Curve. | |
int | selectedPoint |
Current selected point. | |
int | selectedSegment |
Current selected segment. | |
Curve * | c |
Current selected Curve. | |
EditGraphOrthoLayer * | editor |
The EditGraphOrthoLayer that needs this Data. | |
vector< VertexData > | points |
List of Datas for each Vertex of the current selected Curve. | |
vec3d | mousePosition |
Current mouse position. |
Contains Data on the current selection.
Creates a link between TweakBar and the edited Curve.
proland::EditGraphOrthoLayer::SelectionData::SelectionData | ( | ) | [inline] |
Creates a new SelectionData.
proland::EditGraphOrthoLayer::SelectionData::SelectionData | ( | EditGraphOrthoLayer * | e | ) | [inline] |
Creates a new TWEditBarDara.
e | the EditGraphOrthoLayer that needs this Data. |
Current selected Curve.
The EditGraphOrthoLayer that needs this Data.
Current mouse position.
List of Datas for each Vertex of the current selected Curve.
Displayed name of the selected Curve.
Current selected point.
Current selected segment.