Templates -- Meow  204.13.18
A C++ template contains kinds of interesting classes and functions
meow::SceneInfo< Pixel > Struct Template Reference

#include "BundleAdjustment.h"

Public Member Functions

 SceneInfo ()
 
 SceneInfo (Eye< Pixel > *e, unsigned long f)
 
 SceneInfo (SceneInfo const &si)
 
 ~SceneInfo ()
 

Public Attributes

Eye< Pixel > * eye
 
unsigned long flag
 

Detailed Description

template<class Pixel>
struct meow::SceneInfo< Pixel >

Definition at line 17 of file BundleAdjustment.h.

Constructor & Destructor Documentation

template<class Pixel >
meow::SceneInfo< Pixel >::SceneInfo ( )
inline

Definition at line 21 of file BundleAdjustment.h.

template<class Pixel >
meow::SceneInfo< Pixel >::SceneInfo ( Eye< Pixel > *  e,
unsigned long  f 
)
inline

Definition at line 24 of file BundleAdjustment.h.

template<class Pixel >
meow::SceneInfo< Pixel >::SceneInfo ( SceneInfo< Pixel > const &  si)
inline

Definition at line 27 of file BundleAdjustment.h.

template<class Pixel >
meow::SceneInfo< Pixel >::~SceneInfo ( )
inline

Definition at line 30 of file BundleAdjustment.h.

Member Data Documentation

template<class Pixel >
Eye<Pixel>* meow::SceneInfo< Pixel >::eye

Definition at line 18 of file BundleAdjustment.h.

template<class Pixel >
unsigned long meow::SceneInfo< Pixel >::flag

Definition at line 19 of file BundleAdjustment.h.


The documentation for this struct was generated from the following file: