Defines | Functions
contrib/mul/mbl/mbl_ar_process.txx File Reference
#include "mbl_ar_process.h"
#include <vnl/algo/vnl_symmetric_eigensystem.h>
#include <vnl/algo/vnl_qr.h>
#include <vnl/algo/vnl_matrix_inverse.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_random.h>
#include <vcl_cmath.h>

Go to the source code of this file.

Defines

#define mbl_ar_process_txx_
#define MBL_AR_PROCESS_INSTANTIATE(T)

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, const mbl_ar_process< T > *p)
 Write to binary stream.
template<class T >
void vsl_b_read (vsl_b_istream &is, mbl_ar_process< T > *&v)
 Read data from binary stream.
template<class T >
void vsl_print_summary (vcl_ostream &os, const mbl_ar_process< T > *p)
 Print class to os.

Detailed Description

Definition in file mbl_ar_process.txx.


Define Documentation

#define MBL_AR_PROCESS_INSTANTIATE (   T)
Value:
VCL_DEFINE_SPECIALIZATION vcl_string mbl_ar_process<T >::is_a() const \
{ return vcl_string("mbl_ar_process<" #T ">"); } \
template class mbl_ar_process<T >; \
template void vsl_b_write(vsl_b_ostream& s, const mbl_ar_process<T >* arp); \
template void vsl_b_read(vsl_b_istream& s, mbl_ar_process<T >* & arp); \
template void vsl_print_summary(vcl_ostream& s,const mbl_ar_process<T >* arp)

Definition at line 272 of file mbl_ar_process.txx.

#define mbl_ar_process_txx_

Definition at line 3 of file mbl_ar_process.txx.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream is,
mbl_ar_process< T > *&  v 
)

Read data from binary stream.

Definition at line 249 of file mbl_ar_process.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream os,
const mbl_ar_process< T > *  p 
)

Write to binary stream.

Definition at line 233 of file mbl_ar_process.txx.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
const mbl_ar_process< T > *  p 
)

Print class to os.

Definition at line 266 of file mbl_ar_process.txx.