Horizon
Public Types | Public Member Functions | List of all members
SHAPE_FILE_IO Class Reference

Class SHAPE_FILE_IO. More...

#include <shape_file_io.h>

Public Types

enum  IO_MODE { IOM_READ = 0, IOM_APPEND, IOM_WRITE }
 

Public Member Functions

 SHAPE_FILE_IO (const std::string &aFilename, IO_MODE aMode=IOM_READ)
 
void BeginGroup (const std::string &aName="<noname>")
 
void EndGroup ()
 
SHAPERead ()
 
void Write (const SHAPE *aShape, const std::string &aName="<noname>")
 
void Write (const SHAPE &aShape, const std::string aName="<noname>")
 

Detailed Description

Class SHAPE_FILE_IO.

Helper class for saving/loading shapes from a file.


The documentation for this class was generated from the following files: