Parser for Cylinder geometry, inherits from ParserBase<Cylinder> and provides the functionality to parse the cylinder geometry from XML.
More...
#include <cylinder_parser.h>
Parser for Cylinder geometry, inherits from ParserBase<Cylinder> and provides the functionality to parse the cylinder geometry from XML.
◆ CylinderParser()
CylinderParser::CylinderParser |
( |
| ) |
|
|
inline |
◆ ~CylinderParser()
CylinderParser::~CylinderParser |
( |
| ) |
|
|
default |
◆ clear()
void CylinderParser::clear |
( |
| ) |
|
|
inlineoverridevirtual |
◆ empty()
bool CylinderParser::empty |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ get()
std::shared_ptr< Cylinder > CylinderParser::get |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getTypename()
const char * CylinderParser::getTypename |
( |
| ) |
|
|
inlineoverridevirtual |
◆ isA()
bool CylinderParser::isA |
( |
const char * |
name | ) |
|
|
inlineoverridevirtual |
◆ parse()
void CylinderParser::parse |
( |
const tinyxml2::XMLElement * |
xml | ) |
|
|
inlineoverridevirtual |
◆ print()
void CylinderParser::print |
( |
std::ostream & |
os | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: