Point class declaration. More...
#include <boost/shared_ptr.hpp>
#include <fstream>
#include <iostream>
#include <Eigen/Dense>
Go to the source code of this file.
Classes | |
class | Point |
Simple point class. More... | |
Typedefs | |
typedef boost::shared_ptr< Point > | PointPtr |
Shared pointer to the Point class. |
Point class declaration.
Definition in file point.h.