OpenSceneGraph 2.8.3
|
#include <osgIntrospection/Value>
#include <osgIntrospection/Type>
#include <osgIntrospection/Exceptions>
#include <osgIntrospection/variant_cast>
#include <osg/Vec2>
#include <osg/Vec3>
#include <osg/Vec4>
#include <osg/ref_ptr>
#include <iostream>
#include <sstream>
Classes | |
class | osgIntrospection::ReaderWriter |
This is the base class for reader/writer objects. More... | |
class | osgIntrospection::ReaderWriter::Options |
class | osgIntrospection::StdReaderWriter< T > |
This class template provides basic default streaming capabilities for all types that define streaming operators (<< and >>). More... | |
class | osgIntrospection::StdWReaderWriter< T > |
class | osgIntrospection::EnumReaderWriter< T > |
This ReaderWriter can be used to read and write enumeration values. More... | |
class | osgIntrospection::PtrReaderWriter< T > |
This is a ReaderWriter class that can be used to read and write pointer values. More... | |
Namespaces | |
namespace | osgIntrospection |
The osgIntrospection library provides the an introspection/reflection framework for non intrusive run-time querying and calling of class properties and methods. | |
Defines | |
#define | OSGINTROSPECTION_READERWRITER_ |
#define OSGINTROSPECTION_READERWRITER_ |
![]() | Generated at Tue Mar 22 2011 13:20:18 for the OpenSceneGraph by doxygen 1.7.3. |