VISR  0.11.7
Versatile Interactive Scene Renderer
point_source_with_reverb_parser.hpp
Go to the documentation of this file.
1 /* Copyright Institute of Sound and Vibration Research - All rights reserved
2 
3  ruined by Phil Coleman, University of Surrey Sep 2015 */
4 
5 #ifndef VISR_OBJECTMODEL_POINT_SOURCE_WITH_REVERB_PARSER_HPP_INCLUDED
6 #define VISR_OBJECTMODEL_POINT_SOURCE_WITH_REVERB_PARSER_HPP_INCLUDED
7 
9 
10 #include "object.hpp"
11 #include "export_symbols.hpp"
12 
13 namespace visr
14 {
15 namespace objectmodel
16 {
17 
21 class VISR_OBJECTMODEL_LIBRARY_SYMBOL PointSourceWithReverbParser: public PointSourceParser
22 {
23 public:
24  virtual void parse( boost::property_tree::ptree const & tree, Object & src ) const;
25 
26  virtual void write( Object const & obj, boost::property_tree::ptree & tree ) const;
27 };
28 
29 } // namespace objectmodel
30 } // namespace visr
31 
32 #endif // VISR_OBJECTMODEL_POINT_SOURCE_WITH_REVERB_PARSER_HPP_INCLUDED
Definition: point_source_parser.hpp:20
Definition: options.cpp:10
Definition: object.hpp:36
Definition: point_source_with_reverb_parser.hpp:21