![]() |
Maria GDK 5.0.0.935
Documentation of native code in develop branch
|
#include <MPolylineGeometry.h>
Public Member Functions | |
| void | addPosition (const STK::Vector3d &pos) |
| void | setPosition (int i, const STK::Vector3d &pos) |
| const std::vector< STK::Vector3d > & | getPositions () const |
| const STK::Vector3d & | getPosition (int i) |
| int | getNumPositions () const |
| BasicGeoTypes::GeoRect | getBounds () override |
| virtual BasicGeoTypes::GeoRect | getBounds ()=0 |
Protected Member Functions | |
| virtual void | recalcBounds () |
Protected Attributes | |
| std::vector< STK::Vector3d > | _positions |
| bool | _boundsDirty = false |
| BasicGeoTypes::GeoRect | _bounds |
PolyLine - Short description. Detailed description.
|
inlineoverridevirtual |
Implements Maria::Geometry.