26 #ifndef __SHAPE_FILE_IO_H 27 #define __SHAPE_FILE_IO_H 48 SHAPE_FILE_IO(
const std::string& aFilename, IO_MODE aMode = IOM_READ );
51 void BeginGroup(
const std::string aName =
"<noname>");
56 void Write(
const SHAPE* aShape,
const std::string aName =
"<noname>" );
58 void Write(
const SHAPE& aShape,
const std::string aName =
"<noname>" )
60 Write( &aShape, aName );
Class SHAPE_FILE_IO.
Definition: shape_file_io.h:38
Class SHAPE.
Definition: shape.h:57