Radium Engine
1.5.20
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
i
m
s
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
▼
Radium Engine
►
Radium Basics
►
Radium Concepts
►
Developer manual
►
Licenses
Todo List
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
Core
►
Animation
▼
Asset
AnimationData.cpp
AnimationData.hpp
AnimationTime.hpp
AssetData.hpp
BlinnPhongMaterialData.cpp
BlinnPhongMaterialData.hpp
Camera.cpp
Camera.hpp
DataLoader.hpp
FileData.cpp
FileData.hpp
FileLoaderInterface.hpp
GeometryData.cpp
GeometryData.hpp
HandleData.cpp
HandleData.hpp
HandleToSkeleton.cpp
HandleToSkeleton.hpp
LightData.cpp
LightData.hpp
MaterialData.cpp
MaterialData.hpp
VolumeData.hpp
►
Containers
►
Geometry
►
Math
►
Resources
►
Tasks
►
Utils
CoreMacros.hpp
pch.hpp
RaCore.hpp
Types.hpp
►
Engine
►
Gui
►
Headless
►
IO
►
PluginBase
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
HandleToSkeleton.hpp
1
#pragma once
2
3
#include <map>
4
5
#include <Core/RaCore.hpp>
6
7
namespace
Ra
{
8
namespace
Core {
9
namespace
Animation {
10
class
Skeleton;
11
}
12
}
// namespace Core
13
}
// namespace Ra
14
namespace
Ra
{
15
namespace
Core {
16
namespace
Asset {
17
18
class
HandleData;
19
22
void
RA_CORE_API createSkeleton(
const
Ra::Core::Asset::HandleData
& data,
23
Core::Animation::Skeleton& skelOut );
24
25
}
// namespace Asset
26
}
// namespace Core
27
}
// namespace Ra
Ra::Core::Asset::HandleData
Definition
HandleData.hpp:42
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
src
Core
Asset
HandleToSkeleton.hpp
Generated by
1.12.0