![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ccMPlanePoint.h>
Public Member Functions | |
| ccMPlanePoint (cc2DLabel *label) | |
| unsigned int | getIndex () const |
| const CCVector3 & | getCoordinates () const |
| cc2DLabel * | getLabel () |
| QString | getName () const |
| void | setName (const QString &newName) |
| float | getDistance () const |
| void | setDistance (float) |
Definition at line 13 of file ccMPlanePoint.h.
|
inlineexplicit |
Definition at line 15 of file ccMPlanePoint.h.
| const CCVector3 & ccMPlanePoint::getCoordinates | ( | ) | const |
Definition at line 17 of file ccMPlanePoint.cpp.
References cc2DLabel::PickedPoint::cloudOrVertices(), getIndex(), cc2DLabel::getPickedPoint(), and cloudViewer::GenericIndexedCloud::getPoint().
| float ccMPlanePoint::getDistance | ( | ) | const |
Definition at line 29 of file ccMPlanePoint.cpp.
| unsigned int ccMPlanePoint::getIndex | ( | ) | const |
Definition at line 13 of file ccMPlanePoint.cpp.
References cc2DLabel::getPickedPoint(), and cc2DLabel::PickedPoint::index.
Referenced by getCoordinates().
| cc2DLabel * ccMPlanePoint::getLabel | ( | ) |
Definition at line 21 of file ccMPlanePoint.cpp.
| QString ccMPlanePoint::getName | ( | ) | const |
Definition at line 23 of file ccMPlanePoint.cpp.
References cc2DLabel::getName().
| void ccMPlanePoint::setDistance | ( | float | distance | ) |
Definition at line 31 of file ccMPlanePoint.cpp.
| void ccMPlanePoint::setName | ( | const QString & | newName | ) |
Definition at line 25 of file ccMPlanePoint.cpp.
References ccObject::setName().