Defines | Functions
core/vpgl/vpgl_local_rational_camera.txx File Reference
#include "vpgl_local_rational_camera.h"
#include <vcl_vector.txx>
#include <vcl_fstream.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_point_3d.h>

Go to the source code of this file.

Defines

#define vpgl_local_rational_camera_txx_
#define vpgl_LOCAL_RATIONAL_CAMERA_INSTANTIATE(T)

Functions

template<class T >
vpgl_local_rational_camera< T > * read_local_rational_camera (vcl_string cam_path)
 Creates a local rational camera from a file.
template<class T >
vpgl_local_rational_camera< T > * read_local_rational_camera (vcl_istream &istr)
 read from an open istream.
template<class T >
vcl_ostream & operator<< (vcl_ostream &s, const vpgl_local_rational_camera< T > &c)
 Write to stream.

Detailed Description

Definition in file vpgl_local_rational_camera.txx.


Define Documentation

#define vpgl_LOCAL_RATIONAL_CAMERA_INSTANTIATE (   T)
Value:
template class vpgl_local_rational_camera<T >; \
template vcl_ostream& operator<<(vcl_ostream&, const vpgl_local_rational_camera<T >&); \
template vpgl_local_rational_camera<T >* read_local_rational_camera(vcl_string); \
template vpgl_local_rational_camera<T >* read_local_rational_camera(vcl_istream&)

Definition at line 230 of file vpgl_local_rational_camera.txx.

#define vpgl_local_rational_camera_txx_

Definition at line 3 of file vpgl_local_rational_camera.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  s,
const vpgl_local_rational_camera< T > &  c 
)

Write to stream.

Definition at line 221 of file vpgl_local_rational_camera.txx.

template<class T >
vpgl_local_rational_camera<T>* read_local_rational_camera ( vcl_string  cam_path)

Creates a local rational camera from a file.

Definition at line 179 of file vpgl_local_rational_camera.txx.

template<class T >
vpgl_local_rational_camera<T>* read_local_rational_camera ( vcl_istream &  istr)

read from an open istream.

Creates a local rational camera from a file.

Definition at line 191 of file vpgl_local_rational_camera.txx.