![]() |
VISR
0.11.7
Versatile Interactive Scene Renderer
|
#include <point_source_with_diffuseness_parser.hpp>
Public Member Functions | |
virtual void | parse (boost::property_tree::ptree const &tree, Object &src) const |
virtual void | write (Object const &obj, boost::property_tree::ptree &tree) const |
![]() | |
ObjectParser () | |
virtual | ~ObjectParser () |
Additional Inherited Members | |
![]() | |
static void | parsePosition (boost::property_tree::ptree const &posTree, Object::Coordinate &x, Object::Coordinate &y, Object::Coordinate &z) |
|
virtual |
Parse an object from a property node.
tree | The property tree node containing the object information. | |
[out] | obj | The object to which the parsed values are set. |
Reimplemented from visr::objectmodel::PointSourceParser.
Reimplemented in visr::objectmodel::PointSourceExtentParser.
|
virtual |
Serialize an object itno a property tree node.
obj | The audio object to be serialised. | |
[out] | tree | The property tree subtree to where the object information is written to. |
Reimplemented from visr::objectmodel::PointSourceParser.
Reimplemented in visr::objectmodel::PointSourceExtentParser.