Public Member Functions | List of all members
vpgl_camera< T > Class Template Referenceabstract

#include <vpgl_camera.h>

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

Public Member Functions

 vpgl_camera ()=default
 
 ~vpgl_camera () override=default
 
virtual std::string type_name () const
 class identity functions for casting. More...
 
std::string is_a () const
 
bool is_class (std::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. More...
 
void ref ()
 
void unref ()
 
long get_references () const
 
bool is_referenced () const
 

Detailed Description

template<class T>
class vpgl_camera< T >

Definition at line 31 of file vpgl_camera.h.

Constructor & Destructor Documentation

◆ vpgl_camera()

template<class T>
vpgl_camera< T >::vpgl_camera ( )
default

◆ ~vpgl_camera()

template<class T>
vpgl_camera< T >::~vpgl_camera ( )
overridedefault

Member Function Documentation

◆ is_a()

template<class T>
std::string vpgl_camera< T >::is_a ( ) const
inline

Definition at line 40 of file vpgl_camera.h.

◆ is_class()

template<class T>
bool vpgl_camera< T >::is_class ( std::string const &  name) const
inline

Definition at line 41 of file vpgl_camera.h.

◆ project()

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_geo_camera, vpgl_local_rational_camera< T >, and vpgl_generic_camera< T >.

◆ type_name()

template<class T>
virtual std::string vpgl_camera< T >::type_name ( ) const
inlinevirtual

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