#include <gul_io.h>
Static Public Methods | |
| void | set_format (dump_format f) |
| void | set_point_format (dump_point_format f) |
Static Public Attributes | |
| GULAPI dump_format | m_format = human_readable |
| GULAPI dump_point_format | m_point_format = homogeneous |
|
|
Definition at line 46 of file gul_io.h. References gul::dump_format, and m_format.
00046 { m_format = f; }
|
|
|
Definition at line 47 of file gul_io.h. References gul::dump_point_format, and m_point_format.
00047 { m_point_format = f; }
|
|
|
Definition at line 41 of file gugr_io.cpp. Referenced by set_format(). |
|
|
Definition at line 42 of file gugr_io.cpp. Referenced by set_point_format(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001