Macros | Functions
vpgl_local_rational_camera.hxx File Reference
#include <vector>
#include <fstream>
#include "vpgl_local_rational_camera.h"
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_point_3d.h>

Go to the source code of this file.

Macros

#define vpgl_LOCAL_RATIONAL_CAMERA_INSTANTIATE(T)
 

Functions

template<class T >
vpgl_local_rational_camera< T > * read_local_rational_camera (std::string cam_path)
 Creates a local rational camera from a file. More...
 
template<class T >
vpgl_local_rational_camera< T > * read_local_rational_camera (std::istream &istr)
 read from an open istream. More...
 
template<class T >
vpgl_local_rational_camera< T > * read_local_rational_camera_from_txt (std::string cam_path)
 read camera from txt file (small sat format). More...
 
template<class T >
std::ostream & operator<< (std::ostream &s, const vpgl_local_rational_camera< T > &c)
 Write to stream. More...
 

Macro Definition Documentation

◆ vpgl_LOCAL_RATIONAL_CAMERA_INSTANTIATE

#define vpgl_LOCAL_RATIONAL_CAMERA_INSTANTIATE (   T)
Value:
template std::ostream& operator<<(std::ostream&, const vpgl_local_rational_camera<T >&); \
vpgl_local_rational_camera< T > * read_local_rational_camera(std::string cam_path)
Creates a local rational camera from a file.
std::ostream & operator<<(std::ostream &s, const vpgl_local_rational_camera< T > &p)
Write to stream.
vpgl_local_rational_camera< T > * read_local_rational_camera_from_txt(std::string cam_path)
read camera from txt file (small sat format).

Definition at line 268 of file vpgl_local_rational_camera.hxx.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  s,
const vpgl_local_rational_camera< T > &  c 
)

Write to stream.

Definition at line 259 of file vpgl_local_rational_camera.hxx.

◆ read_local_rational_camera() [1/2]

template<class T >
vpgl_local_rational_camera<T>* read_local_rational_camera ( std::string  cam_path)

Creates a local rational camera from a file.

Definition at line 182 of file vpgl_local_rational_camera.hxx.

◆ read_local_rational_camera() [2/2]

template<class T >
vpgl_local_rational_camera<T>* read_local_rational_camera ( std::istream &  istr)

read from an open istream.

Creates a local rational camera from a stream (RPB format).

Definition at line 194 of file vpgl_local_rational_camera.hxx.

◆ read_local_rational_camera_from_txt()

template<class T >
vpgl_local_rational_camera<T>* read_local_rational_camera_from_txt ( std::string  cam_path)

read camera from txt file (small sat format).

Definition at line 221 of file vpgl_local_rational_camera.hxx.