Functions
contrib/mul/msm/msm_wt_mat_2d.cxx File Reference

Represents 2x2 symmetric matrix, used as weight matrix. More...

#include "msm_wt_mat_2d.h"
#include <vsl/vsl_indent.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_iostream.h>
#include <vcl_cmath.h>

Go to the source code of this file.

Functions

void vsl_b_write (vsl_b_ostream &bfs, const msm_wt_mat_2d &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, msm_wt_mat_2d &b)
 Binary file stream input operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const msm_wt_mat_2d &b)
 Stream output operator for class reference.
void vsl_print_summary (vcl_ostream &os, const msm_wt_mat_2d &b)
 Stream output operator for class reference.

Detailed Description

Represents 2x2 symmetric matrix, used as weight matrix.

Author:
Tim Cootes

Definition in file msm_wt_mat_2d.cxx.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const msm_wt_mat_2d b 
)

Stream output operator for class reference.

Definition at line 147 of file msm_wt_mat_2d.cxx.

void vsl_b_read ( vsl_b_istream bfs,
msm_wt_mat_2d b 
)

Binary file stream input operator for class reference.

Definition at line 138 of file msm_wt_mat_2d.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const msm_wt_mat_2d b 
)

Binary file stream output operator for class reference.

Definition at line 129 of file msm_wt_mat_2d.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const msm_wt_mat_2d b 
)

Stream output operator for class reference.

Definition at line 154 of file msm_wt_mat_2d.cxx.