Compute a direction at each point, usually normal to curve. More...
#include <msm/msm_points.h>
#include <msm/msm_curve.h>
#include <vgl/vgl_vector_2d.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | msm_pose_maker |
Compute a direction at each point, usually normal to curve. More... | |
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. |
Compute a direction at each point, usually normal to curve.
Definition in file msm_pose_maker.h.
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.