Public Member Functions
vpgl_camera< T > Class Template Reference

#include <vpgl_camera.h>

Inheritance diagram for vpgl_camera< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 vpgl_camera ()
virtual ~vpgl_camera ()
virtual vcl_string type_name () const
 class identity functions for casting.
vcl_string is_a () const
bool is_class (vcl_string const &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.
void ref ()
void unref ()
int get_references () const
bool is_referenced () const

Detailed Description

template<class T>
class vpgl_camera< T >

Definition at line 28 of file vpgl_camera.h.


Constructor & Destructor Documentation

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

Definition at line 32 of file vpgl_camera.h.

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

Definition at line 33 of file vpgl_camera.h.


Member Function Documentation

template<class T>
vcl_string vpgl_camera< T >::is_a ( ) const [inline]

Reimplemented in vpgl_geo_camera.

Definition at line 37 of file vpgl_camera.h.

template<class T>
bool vpgl_camera< T >::is_class ( vcl_string const &  name) const [inline]

Reimplemented in vpgl_geo_camera.

Definition at line 38 of file vpgl_camera.h.

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_rational_camera< T >, vpgl_rational_camera< double >, vpgl_proj_camera< T >, vpgl_local_rational_camera< T >, vpgl_geo_camera, and vpgl_generic_camera< T >.

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

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