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

Compute a direction at each point, usually normal to curve. More...

#include "msm_pose_maker.h"
#include <vsl/vsl_binary_loader.h>
#include <vsl/vsl_vector_io.h>

Go to the source code of this file.

Functions

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

Detailed Description

Compute a direction at each point, usually normal to curve.

Author:
Tim Cootes

Definition in file msm_pose_maker.cxx.


Function Documentation

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

Stream output operator for class reference.

Definition at line 126 of file msm_pose_maker.cxx.

void vsl_b_read ( vsl_b_istream bfs,
msm_pose_maker b 
)

Binary file stream input operator for class reference.

Definition at line 122 of file msm_pose_maker.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const msm_pose_maker b 
)

Binary file stream output operator for class reference.

Definition at line 118 of file msm_pose_maker.cxx.