Macros | Functions
vgl_h_matrix_3d.hxx File Reference
#include <iostream>
#include <fstream>
#include <cmath>
#include <limits>
#include <cstdlib>
#include "vgl_h_matrix_3d.h"
#include <cassert>
#include <vcl_compiler_detection.h>
#include <vgl/vgl_plane_3d.h>
#include <vnl/vnl_inverse.h>
#include <vnl/vnl_numeric_traits.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_quaternion.h>
#include <vnl/algo/vnl_svd.h>
#include <vcl_deprecated.h>

Go to the source code of this file.

Macros

#define VGL_H_MATRIX_3D_INSTANTIATE(T)
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &s, vgl_h_matrix_3d< T > const &h)
 Print H on std::ostream. More...
 

Macro Definition Documentation

◆ VGL_H_MATRIX_3D_INSTANTIATE

#define VGL_H_MATRIX_3D_INSTANTIATE (   T)
Value:
template class vgl_h_matrix_3d<T >; \
template std::ostream& operator<<(std::ostream&, vgl_h_matrix_3d<T > const& ); \
template std::istream& operator>>(std::istream&, vgl_h_matrix_3d<T >& )
std::ostream & operator<<(std::ostream &s, vgl_orient_box_3d< Type > const &p)
Write box to stream.
A class to hold a 3-d projective transformation matrix and to perform common operations using it e....
Definition: vgl_algo_fwd.h:12
std::istream & operator>>(std::istream &is, vgl_orient_box_3d< Type > &p)
Read box from stream.

Definition at line 499 of file vgl_h_matrix_3d.hxx.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  s,
vgl_h_matrix_3d< T > const &  h 
)

Print H on std::ostream.

Definition at line 178 of file vgl_h_matrix_3d.hxx.