|
| SelectionArea () |
|
| SelectionArea (const SelectionArea &area) |
|
| SelectionArea (const Vertex< t_dims, t_type > &point) |
|
| SelectionArea (const LineSegment< t_dims, t_type > &segment) |
|
| SelectionArea (const Polygon< t_type > &poly) |
|
| SelectionArea (Polygon< t_type > &&poly) |
|
| SelectionArea (const Bounds< t_dims, t_type > &bounds) |
|
| SelectionArea (const Plane< t_dims, t_type > &plane) |
|
SelectionArea & | operator= (const SelectionArea &area) |
|
| ~SelectionArea () |
|
void | setSelection (const Vertex< t_dims, t_type > &point) |
|
void | setSelection (const LineSegment< t_dims, t_type > &segment) |
|
void | setSelection (const Polygon< t_type > &poly) |
|
void | setSelection (Polygon< t_type > &&poly) |
|
void | setSelection (const Bounds< t_dims, t_type > &bounds) |
|
void | setSelection (const Plane< t_dims, t_type > &plane) |
|
SelectionMode | mode () const |
|
const Vertex< t_dims, t_type > & | point () const |
|
Vertex< t_dims, t_type > & | point () |
|
const LineSegment< t_dims, t_type > & | line () const |
|
LineSegment< t_dims, t_type > & | line () |
|
const Bounds< t_dims, t_type > & | bounds () const |
|
Bounds< t_dims, t_type > & | bounds () |
|
const Polygon< t_type > & | polygon () const |
|
Polygon< t_type > & | polygon () |
|
const Plane< t_dims, t_type > & | plane () const |
|
Plane< t_dims, t_type > & | plane () |
|
void | setTransform (const Matrix< t_type > &matrix) |
|
void | setProjectionMatrix (const Matrix< t_type > &matrix) |
|
const Matrix< t_type > & | transform () const |
|
const Matrix< t_type > & | projectionTransform () const |
|
const Matrix< t_type > & | inverseTransform () const |
|
const Matrix< t_type > & | inversePerspectiveTransform () const |
|
Bounds< t_dims, t_type > | selectionBounds () const |
|
template<uint01 t_new_dims, class t_new_type > |
SelectionArea< t_new_dims, t_new_type > | as () const |
|
bool | isPreTransformed () const |
|
template<uint01 t_new_dims, class t_new_type > |
SelectionArea< t_new_dims, t_new_type > | preTransformed () const |
|
void | preTransform (const Matrix< t_type > &mat) |
|
bool | isInverse () const |
|
void | setIsInverse (bool is_inverse) |
|
bool | isEnabled () const |
|
void | setIsEnabled (bool is_enabled) |
|
bool | operator== (const SelectionArea &area) const |
|
bool | operator!= (const SelectionArea &area) const |
|