Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

gul::dump_defaults Class Reference

#include <gul_io.h>

List of all members.

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


Member Function Documentation

void gul::dump_defaults::set_format dump_format    f [inline, static]
 

Definition at line 46 of file gul_io.h.

References gul::dump_format, and m_format.

00046 { m_format = f; }

void gul::dump_defaults::set_point_format dump_point_format    f [inline, static]
 

Definition at line 47 of file gul_io.h.

References gul::dump_point_format, and m_point_format.

00047 { m_point_format = f; }


Member Data Documentation

GULAPI dump_format gul::dump_defaults::m_format = human_readable [static]
 

Definition at line 41 of file gugr_io.cpp.

Referenced by set_format().

GULAPI dump_point_format gul::dump_defaults::m_point_format = homogeneous [static]
 

Definition at line 42 of file gugr_io.cpp.

Referenced by set_point_format().


The documentation for this class was generated from the following files:
Generated on Mon Jan 21 04:17:57 2002 for GUL 0.6 - Geometry Utility Library by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001