Inheritance diagram for code::LineStripData:
Public Member Functions | |
LineStripData () | |
Default constructor, which sets ID member. | |
const std::string & | getID () |
Accessor for ID member. | |
Public Attributes | |
std::vector< Location > | locations |
Points on the line strip. | |
Protected Attributes | |
std::string | _id |
Name of this primitive's type. |
code::LineStripData::LineStripData | ( | ) | [inline] |
Default constructor, which sets ID member.
const std::string& code::PrimitiveIconData::getID | ( | ) | [inline, inherited] |
Accessor for ID member.
std::string code::PrimitiveIconData::_id [protected, inherited] |
Name of this primitive's type.
Perhaps this ought to be the same as, in the config file, the string that labels a record.
std::vector< Location > code::LineStripData::locations |
Points on the line strip.