Code Search for Developers
 
 
  

CValueTreeFunctor.h from osgDesigner at Krugle


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

osgDesigner

osgDesigner is a graphical tool used to modify an OpenSceneGraph (OSG) scene using the osgIntrospection framework. OpenSceneGraph developpers will be able to extend osgDesigner at need using (editor | render | osgIntrospection wrapper) plugin system.

Project homepage: http://sourceforge.net/projects/osgdesigner
Programming language(s): C++,Shell Script
License: other

  CArrayItemLink.h
  CIndexedItemLink.h
  CPropertyExtractor.h
  CReflectedInstance.h
  CReflectedPointer.h
  CReflectedRefPointer.h
  CReflectedValueLinkExtractor.h
  CValueTree.h
  CValueTreeFunctor.h
  CValueTreeModifier.h
  CommonStdType.h
  ControlList.h
  ExceptionUtility.h
  Export.h
  IGraph.h
  IReflectedValue.h
  IReflectedValueLink.h
  SMemoryManager.h
  STypeGraph.h
  SWrapperManager.h
  signalslib.hpp