Files
OpenSceneGraph/src/osgWrappers/introspection/osg/Matrix.cpp

29 lines
691 B
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Matrix>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
#include <osg/observer_ptr>
TYPE_NAME_ALIAS(osg::Matrixd, osg::Matrix)
TYPE_NAME_ALIAS(osg::RefMatrixd, osg::RefMatrix)