Show CValueTreeFunctor.h syntax highlighted
#ifndef __CVALUETREEFUNCTOR_H__
#define __CVALUETREEFUNCTOR_H__ 1
#include <osg/ref_ptr>
#include <osgIntrospectionToolKit/Export.h>
#include <osgIntrospectionToolKit/CValueTree.h>
namespace osgIntrospectionToolKit
{
class OSGINTROSPECTIONTOOLKIT_EXPORT CValueTreeFunctor
{
public:
typedef CValueTree::graph_base graph_base;
public:
CValueTreeFunctor(CValueTree* graph): _graph(graph) {}
// virtual ~CValueTreeFunctor() {}
protected:
osg::ref_ptr<CValueTree> _graph;
};
}
#endif // ** __CVALUETREEFUNCTOR_H__ ** //
See more files for this project here