#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_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 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.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, | |
| vgl_1d_basis< T > const & | b | |||
| ) |
1.5.1