#include <vector>#include <fstream>#include "vpgl_rational_camera.h"#include <vsl/vsl_binary_io.h>#include <vgl/vgl_point_2d.h>#include <vgl/vgl_point_3d.h>Go to the source code of this file.
Macros | |
| #define | vpgl_RATIONAL_CAMERA_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, const vpgl_rational_camera< T > &c) |
| Write to stream. More... | |
| template<class T > | |
| vpgl_rational_camera< T > * | read_rational_camera (std::string cam_path) |
| read from a file. More... | |
| template<class T > | |
| vpgl_rational_camera< T > * | read_rational_camera (std::istream &istr) |
| read from an open istream. More... | |
| template<class T > | |
| vpgl_rational_camera< T > * | read_rational_camera_from_txt (std::string cam_path) |
| Creates a rational camera from a txt file. More... | |
| template<class T > | |
| std::istream & | operator >> (std::istream &s, vpgl_rational_camera< T > &c) |
| Read from stream. More... | |
| #define vpgl_RATIONAL_CAMERA_INSTANTIATE | ( | T | ) |
Definition at line 819 of file vpgl_rational_camera.hxx.
| std::istream& operator >> | ( | std::istream & | s, |
| vpgl_rational_camera< T > & | c | ||
| ) |
Read from stream.
Definition at line 810 of file vpgl_rational_camera.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const vpgl_rational_camera< T > & | c | ||
| ) |
Write to stream.
Definition at line 428 of file vpgl_rational_camera.hxx.
| vpgl_rational_camera<T>* read_rational_camera | ( | std::string | cam_path | ) |
read from a file.
Creates a rational camera from a file.
Definition at line 436 of file vpgl_rational_camera.hxx.
| vpgl_rational_camera<T>* read_rational_camera | ( | std::istream & | istr | ) |
read from an open istream.
Creates a rational camera from a stream.
Definition at line 450 of file vpgl_rational_camera.hxx.
| vpgl_rational_camera<T>* read_rational_camera_from_txt | ( | std::string | cam_path | ) |
Creates a rational camera from a txt file.
Definition at line 625 of file vpgl_rational_camera.hxx.
1.8.15