Data Structures | Typedefs | Functions
landmark.hh File Reference
#include <memory>
#include <vector>
#include <boost/filesystem.hpp>
#include <mia/3d/defines3d.hh>
#include <mia/3d/camera.hh>
#include <mia/2d/image.hh>

Go to the source code of this file.

Data Structures

class  C3DLandmark
 a named 3D landmark More...
 

Typedefs

typedef C3DLandmark::Pointer P3DLandmark
 

Functions

std::ostream & operator<< (std::ostream &os, const C3DLandmark &lm)
 
bool EXPORT_3D operator== (const C3DLandmark &a, const C3DLandmark &b)
 

Typedef Documentation

Definition at line 143 of file landmark.hh.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const C3DLandmark lm 
)
inline

Definition at line 137 of file landmark.hh.

References C3DLandmark::print().

bool EXPORT_3D operator== ( const C3DLandmark a,
const C3DLandmark b 
)