|
Pol
Revision:cb584c9
|
#include <boat.h>
Public Member Functions | |
| ComponentShape (const std::string &str, const std::string &altstr, unsigned char type) | |
| ComponentShape (const std::string &str, unsigned char type) | |
Public Attributes | |
| unsigned short | altgraphic |
| unsigned short | graphic |
| unsigned int | objtype |
| unsigned short | xdelta |
| unsigned short | ydelta |
| signed short | zdelta |
| Pol::Multi::BoatShape::ComponentShape::ComponentShape | ( | const std::string & | str, |
| const std::string & | altstr, | ||
| unsigned char | type | ||
| ) |
Definition at line 98 of file boat.cpp.
References altgraphic, ERROR_PRINT, Pol::Multi::get_component_objtype(), graphic, ISTRINGSTREAM, objtype, xdelta, ydelta, and zdelta.
Referenced by Pol::Multi::BoatShape::estimateSize().
| Pol::Multi::BoatShape::ComponentShape::ComponentShape | ( | const std::string & | str, |
| unsigned char | type | ||
| ) |
Definition at line 69 of file boat.cpp.
References altgraphic, ERROR_PRINT, Pol::Multi::get_component_objtype(), graphic, ISTRINGSTREAM, objtype, xdelta, ydelta, and zdelta.
| unsigned short Pol::Multi::BoatShape::ComponentShape::altgraphic |
Definition at line 80 of file boat.h.
Referenced by ComponentShape().
| unsigned short Pol::Multi::BoatShape::ComponentShape::graphic |
Definition at line 79 of file boat.h.
Referenced by ComponentShape().
| unsigned int Pol::Multi::BoatShape::ComponentShape::objtype |
Definition at line 78 of file boat.h.
Referenced by ComponentShape().
| unsigned short Pol::Multi::BoatShape::ComponentShape::xdelta |
Definition at line 81 of file boat.h.
Referenced by ComponentShape().
| unsigned short Pol::Multi::BoatShape::ComponentShape::ydelta |
Definition at line 82 of file boat.h.
Referenced by ComponentShape().
| signed short Pol::Multi::BoatShape::ComponentShape::zdelta |
Definition at line 83 of file boat.h.
Referenced by ComponentShape().