GeometryElement class
          #include <private/GeometryElement.h>
        
        
Base classes
- class XMLElement
 - Class representing an XML element.
 
Constructors, destructors, conversion operators
- GeometryElement(XMLParserState& parserState, std::shared_ptr<SolidShape>& shape, const std::vector<std::string>& packageDirs) explicit
 
Public functions
- 
              auto childElementForName(const std::string& name) -> std::shared_ptr<iDynTree::
XMLElement> override  - Factory method to create child element given the name.
 
Function documentation
              std::shared_ptr<iDynTree:: XMLElement> iDynTree:: GeometryElement:: childElementForName(const std::string& name) override
            
            Factory method to create child element given the name.
| Parameters | |
|---|---|
| name | name of the element to create | 
| Returns | a new parser element for the corresponding tag |