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
FileData.cpp
1
#include <Core/Asset/FileData.hpp>
2
3
namespace
Ra
{
4
namespace
Core {
5
namespace
Asset {
6
8
FileData::FileData(
const
std::string
& filename,
const
bool
VERBOSE_MODE ) :
9
m_filename( filename ),
10
m_loadingTime( 0.0 ),
11
m_geometryData(),
12
m_volumeData(),
13
m_handleData(),
14
m_animationData(),
15
m_lightData(),
16
m_processed( false ),
17
m_verbose( VERBOSE_MODE ) {}
18
20
FileData::~FileData() {}
21
22
}
// namespace Asset
23
}
// namespace Core
24
}
// namespace Ra
std::string
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
src
Core
Asset
FileData.cpp
Generated by
1.12.0