![]() |
NorMIT-nav
18.04
An IGT application
|
#include <cxPlaneTypeCollection.h>
Public Member Functions | |
| PlaneTypeCollection (std::vector< PLANE_TYPE > planes) | |
| PlaneTypeCollection (PLANE_TYPE a=ptCOUNT, PLANE_TYPE b=ptCOUNT, PLANE_TYPE c=ptCOUNT) | |
| void | add (PLANE_TYPE plane) |
| std::vector< PLANE_TYPE > | get () const |
| QString | toString () const |
Static Public Member Functions | |
| static PlaneTypeCollection | fromString (QString input, PlaneTypeCollection defVal=PlaneTypeCollection()) |
A list of PLANE_TYPE, along with utility methods
Definition at line 29 of file cxPlaneTypeCollection.h.
|
explicit |
Definition at line 19 of file cxPlaneTypeCollection.cpp.
| cx::PlaneTypeCollection::PlaneTypeCollection | ( | PLANE_TYPE | a = ptCOUNT, |
| PLANE_TYPE | b = ptCOUNT, |
||
| PLANE_TYPE | c = ptCOUNT |
||
| ) |
Definition at line 35 of file cxPlaneTypeCollection.cpp.
| void cx::PlaneTypeCollection::add | ( | PLANE_TYPE | plane | ) |
Definition at line 29 of file cxPlaneTypeCollection.cpp.
|
static |
Definition at line 42 of file cxPlaneTypeCollection.cpp.
| std::vector< PLANE_TYPE > cx::PlaneTypeCollection::get | ( | ) | const |
Definition at line 24 of file cxPlaneTypeCollection.cpp.
| QString cx::PlaneTypeCollection::toString | ( | ) | const |
Definition at line 59 of file cxPlaneTypeCollection.cpp.