#include <CommonParser.h>
Protected Member Functions |
double | readRectCoord (WPXInputStream *input, bool bigEndian=false) |
double | readCoordinate (WPXInputStream *input, bool bigEndian=false) |
unsigned | readUnsigned (WPXInputStream *input, bool bigEndian=false) |
unsigned short | readUnsignedShort (WPXInputStream *input, bool bigEndian=false) |
int | readInteger (WPXInputStream *input, bool bigEndian=false) |
double | readAngle (WPXInputStream *input, bool bigEndian=false) |
void | outputPath (const std::vector< std::pair< double, double > > &points, const std::vector< unsigned char > &types) |
Constructor & Destructor Documentation
libcdr::CommonParser::~CommonParser |
( |
| ) |
|
|
virtual |
libcdr::CommonParser::CommonParser |
( |
| ) |
|
|
private |
Member Function Documentation
void libcdr::CommonParser::outputPath |
( |
const std::vector< std::pair< double, double > > & |
points, |
|
|
const std::vector< unsigned char > & |
types |
|
) |
| |
|
protected |
double libcdr::CommonParser::readAngle |
( |
WPXInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
double libcdr::CommonParser::readCoordinate |
( |
WPXInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
int libcdr::CommonParser::readInteger |
( |
WPXInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
double libcdr::CommonParser::readRectCoord |
( |
WPXInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
unsigned libcdr::CommonParser::readUnsigned |
( |
WPXInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
unsigned short libcdr::CommonParser::readUnsignedShort |
( |
WPXInputStream * |
input, |
|
|
bool |
bigEndian = false |
|
) |
| |
|
protected |
Member Data Documentation
The documentation for this class was generated from the following files: