Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vpgl_camera< T > Class Template Reference

#include <vpgl_camera.h>

Inheritance diagram for vpgl_camera< T >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class T>
class vpgl_camera< T >

Definition at line 22 of file vpgl_camera.h.

Public Member Functions

 vpgl_camera ()
virtual ~vpgl_camera ()
virtual vcl_string type_name () const
virtual void project (const T x, const T y, const T z, T &u, T &v) const =0
 The generic camera interface. u represents image column, v image row.


Constructor & Destructor Documentation

template<class T>
vpgl_camera< T >::vpgl_camera  )  [inline]
 

Definition at line 26 of file vpgl_camera.h.

template<class T>
virtual vpgl_camera< T >::~vpgl_camera  )  [inline, virtual]
 

Definition at line 27 of file vpgl_camera.h.


Member Function Documentation

template<class T>
virtual void vpgl_camera< T >::project const T  x,
const T  y,
const T  z,
T &  u,
T &  v
const [pure virtual]
 

The generic camera interface. u represents image column, v image row.

Implemented in vpgl_comp_rational_camera< T >, vpgl_proj_camera< T >, vpgl_rational_camera< T >, vpgl_proj_camera< double >, and vpgl_rational_camera< double >.

template<class T>
virtual vcl_string vpgl_camera< T >::type_name  )  const [inline, virtual]
 

Reimplemented in vpgl_affine_camera< T >, vpgl_perspective_camera< T >, vpgl_proj_camera< T >, vpgl_rational_camera< T >, vpgl_perspective_camera< double >, vpgl_proj_camera< double >, and vpgl_rational_camera< double >.

Definition at line 29 of file vpgl_camera.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 10 14:49:14 2008 for contrib/gel/mrc/vpgl by  doxygen 1.4.4