#include <Point3D.h>
Public Member Functions | |
| Point3D () | |
| Point3D (const y_t y, const x_t x, const z_t z) | |
| bool | inside (const Cube &cube) const |
Public Attributes | |
| x_t | m_x |
| y_t | m_y |
| z_t | m_z |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
|
inline |
| bool Point3D::inside | ( | const Cube & | cube | ) | const |

|
inlineprivate |
|
friend |
| x_t Point3D::m_x |
| y_t Point3D::m_y |
| z_t Point3D::m_z |
1.8.6