Public Member Functions | |
| Type | type () const |
| NUKLEI_UNIQUE_PTR< kernel::base > | getKernel () const |
| void | setKernel (const kernel::base &k) |
| OffObservation (const kernel::r3 &k) | |
| void | setLoc (Vector3 loc) |
| Vector3 | getLoc () const |
| void | setWeight (weight_t weight) |
| weight_t | getWeight () const |
| void | setColor (const Color &color) |
| const Color & | getColor () const |
Static Public Attributes | |
| static const double | TOL = 1e-5 |
Static Public Attributes inherited from nuklei::Observation | |
| static const Type | defaultType = SERIAL |
| static const std::string | TypeNames [] |
Additional Inherited Members | |
Public Types inherited from nuklei::Observation | |
| enum | Type { SERIAL, NUKLEI, COVIS3D, OSUTXT, PCD, PLY, RIF, CRD, OFF, BUILTINVTK, TXT, IIS, UNKNOWN } |
Definition at line 25 of file OffObservation.h.