~ubuntu-branches/debian/experimental/openscenegraph/experimental

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgWrappers/osgAnimation/ActionAnimation.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Luaces
  • Date: 2011-01-29 11:36:29 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110129113629-qisrm2kdqlurc7t3
Tags: 2.9.11-1
* Removed bug-555869-ftbfs_with_binutils_gold.dpatch since upstream has
  already taken care of the issue.
* Removed bug-528229.dpatch since the pkgconfig files are now also split
  in upstream.
* Removed explicit dependency on GLU.
* Upstream no longer includes osgIntrospection (Closes: #592420).
* Disabled zip plugin as its implementation stores an embedded copy of
  zlib.
* Enabled Qt support. Thanks James Goppert.
* Enabled SVG and PDF plugins. Thanks James Goppert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ***************************************************************************
2
 
//
3
 
//   Generated automatically by genwrapper.
4
 
//   Please DO NOT EDIT this file!
5
 
//
6
 
// ***************************************************************************
7
 
 
8
 
#include <osgIntrospection/ReflectionMacros>
9
 
#include <osgIntrospection/TypedMethodInfo>
10
 
#include <osgIntrospection/StaticMethodInfo>
11
 
#include <osgIntrospection/Attributes>
12
 
 
13
 
#include <osg/CopyOp>
14
 
#include <osgAnimation/Action>
15
 
#include <osgAnimation/ActionAnimation>
16
 
#include <osgAnimation/Animation>
17
 
 
18
 
// Must undefine IN and OUT macros defined in Windows headers
19
 
#ifdef IN
20
 
#undef IN
21
 
#endif
22
 
#ifdef OUT
23
 
#undef OUT
24
 
#endif
25
 
 
26
 
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgAnimation::ActionAnimation)
27
 
        I_DeclaringFile("osgAnimation/ActionAnimation");
28
 
        I_BaseType(osgAnimation::Action);
29
 
        I_Method2(, META_Action, IN, osgAnimation, x, IN, osgAnimation::ActionAnimation, x,
30
 
                  Properties::NON_VIRTUAL,
31
 
                  ____META_Action__osgAnimation__ActionAnimation,
32
 
                  "",
33
 
                  "");
34
 
        I_Constructor0(____ActionAnimation,
35
 
                       "",
36
 
                       "");
37
 
        I_Constructor2(IN, const osgAnimation::ActionAnimation &, a, IN, const osg::CopyOp &, c,
38
 
                       ____ActionAnimation__C5_ActionAnimation_R1__C5_osg_CopyOp_R1,
39
 
                       "",
40
 
                       "");
41
 
        I_Constructor1(IN, osgAnimation::Animation *, animation,
42
 
                       Properties::NON_EXPLICIT,
43
 
                       ____ActionAnimation__Animation_P1,
44
 
                       "",
45
 
                       "");
46
 
        I_Method2(void, updateAnimation, IN, unsigned int, frame, IN, int, priority,
47
 
                  Properties::NON_VIRTUAL,
48
 
                  __void__updateAnimation__unsigned_int__int,
49
 
                  "",
50
 
                  "");
51
 
        I_Method0(osgAnimation::Animation *, getAnimation,
52
 
                  Properties::NON_VIRTUAL,
53
 
                  __Animation_P1__getAnimation,
54
 
                  "",
55
 
                  "");
56
 
        I_SimpleProperty(osgAnimation::Animation *, Animation, 
57
 
                         __Animation_P1__getAnimation, 
58
 
                         0);
59
 
END_REFLECTOR
60