Compute a direction at each point, usually normal to curve. More...
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. | |
Compute a direction at each point, usually normal to curve.
Definition in file msm_pose_maker.cxx.
| 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.
1.7.5.1