Lightmetrica  0.0.1.50dbee3 (yosakoi)
 All Classes Functions Variables Typedefs Enumerations Enumerator
Static Public Member Functions | List of all members
PugiHelper Class Reference

#include <pugihelper.h>

Static Public Member Functions

static std::string ElementInString (const pugi::xml_node &node)
 
static std::string StartElementInString (const pugi::xml_node &node)
 
static Math::Vec3 ParseVec3 (const pugi::xml_node &node)
 
static Math::Mat4 ParseMat4 (const pugi::xml_node &node)
 

Detailed Description

Pugi helper. Helper class for pugixml.

Member Function Documentation

LM_NAMESPACE_BEGIN std::string PugiHelper::ElementInString ( const pugi::xml_node &  node)
static

Get the XML element in string.

Parameters
nodeA XML node.
Math::Mat4 PugiHelper::ParseMat4 ( const pugi::xml_node &  node)
static

Parse Math::Mat4.

Parameters
nodeA XML node.
Math::Vec3 PugiHelper::ParseVec3 ( const pugi::xml_node &  node)
static

Parse Math::Vec3.

Parameters
nodeA XML node.
std::string PugiHelper::StartElementInString ( const pugi::xml_node &  node)
static

Get the start element of the given XML element in string.

Parameters
nodeA XML node.

The documentation for this class was generated from the following files: