Public Member Functions | |
| Type | type () const |
| NUKLEI_UNIQUE_PTR< kernel::base > | getKernel () const |
| void | setKernel (const kernel::base &k) |
| CoViS3DObservation (const kernel::r3xs2p &k) | |
| void | setLoc (Vector3 loc) |
| Vector3 | getLoc () const |
| void | setDirection (Vector3 direction) |
| Vector3 | getDirection () const |
| void | setPhiPsi (coord_t phi, coord_t psi) |
| coord_pair | getPhiPsi () const |
| void | setCovMatrix (const Matrix3 &cov) |
| nullable< Matrix3 > | getCovMatrix () const |
| void | setGamma (const Vector3 &gamma) |
| const Vector3 & | getGamma () const |
| void | setWeight (weight_t weight) |
| weight_t | getWeight () const |
| void | setLeftColor (const Color &color) |
| const Color & | getLeftColor () const |
| void | setRightColor (const Color &color) |
| const Color & | getRightColor () 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 26 of file CoViS3DObservation.h.