Defines | Functions
core/vgl/vgl_1d_basis.txx File Reference
#include "vgl_1d_basis.h"
#include <vcl_cassert.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Defines

#define vgl_1d_basis_txx_
#define VGL_1D_BASIS_INSTANTIATE(T)

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &s, vgl_1d_basis< T > const &b)
 Write "<vgl_1d_basis o u i> " to stream.

Define Documentation

#define VGL_1D_BASIS_INSTANTIATE (   T)
Value:
template class vgl_1d_basis<T >;\
template vcl_ostream& operator<<(vcl_ostream&, vgl_1d_basis<T > const&)

Definition at line 49 of file vgl_1d_basis.txx.

#define vgl_1d_basis_txx_

Definition at line 3 of file vgl_1d_basis.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  s,
vgl_1d_basis< T > const &  b 
)

Write "<vgl_1d_basis o u i> " to stream.

Definition at line 40 of file vgl_1d_basis.txx.