3 #ifndef VISR_OBJECTMODEL_DIFFUSE_SOURCE_PARSER_HPP_INCLUDED 4 #define VISR_OBJECTMODEL_DIFFUSE_SOURCE_PARSER_HPP_INCLUDED 21 virtual void parse( boost::property_tree::ptree
const & tree,
Object & src )
const;
23 virtual void write(
Object const & obj, boost::property_tree::ptree & tree )
const;
29 #endif // VISR_OBJECTMODEL_DIFFUSE_SOURCE_PARSER_HPP_INCLUDED
virtual void parse(boost::property_tree::ptree const &tree, Object &src) const
Definition: diffuse_source_parser.cpp:15
Definition: options.cpp:10
Definition: object_parser.hpp:21
Definition: object.hpp:36
virtual void write(Object const &obj, boost::property_tree::ptree &tree) const
Definition: diffuse_source_parser.cpp:32
Definition: diffuse_source_parser.hpp:18