OpenMining  0.01
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | Friends | List of all members
Point3D Class Reference

#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
 

Constructor & Destructor Documentation

Point3D::Point3D ( )
inline
Point3D::Point3D ( const y_t  y,
const x_t  x,
const z_t  z 
)
inline

Member Function Documentation

bool Point3D::inside ( const Cube cube) const

Here is the caller graph for this function:

template<class Archive >
void Point3D::serialize ( Archive &  ar,
const unsigned int  version 
)
inlineprivate

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Member Data Documentation

x_t Point3D::m_x
y_t Point3D::m_y
z_t Point3D::m_z

The documentation for this class was generated from the following files: