Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.28
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
u
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
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
n
o
r
s
t
u
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
MaterialData.cpp
1
#include <Core/Asset/AssetData.hpp>
2
#include <Core/Asset/MaterialData.hpp>
3
#include <Core/Utils/Log.hpp>
4
#include <ostream>
5
#include <string>
6
7
namespace
Ra
{
8
namespace
Core {
9
namespace
Asset {
10
12
MaterialData::MaterialData
(
const
std::string
& name,
const
std::string
& type ) :
13
AssetData
( name ), m_type( type ) {}
12
MaterialData::MaterialData
(
const
std::string
& name,
const
std::string
& type ) : {
…
}
14
15
MaterialData::~MaterialData() {}
16
18
void
MaterialData::displayInfo
()
const
{
19
using namespace
Core::Utils;
// log
20
LOG( logERROR ) <<
"MaterialData : unkonwn material type : "
<< m_type;
21
}
18
void
MaterialData::displayInfo
()
const
{
…
}
22
23
}
// namespace Asset
24
}
// namespace Core
25
}
// namespace Ra
std::string
Ra::Core::Asset::AssetData
Definition
AssetData.hpp:17
Ra::Core::Asset::MaterialData::displayInfo
virtual void displayInfo() const
DEBUG.
Definition
MaterialData.cpp:18
Ra::Core::Asset::MaterialData::MaterialData
MaterialData(const std::string &name="", const std::string &type="AbstractMaterial")
MATERIAL DATA.
Definition
MaterialData.cpp:12
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:4
src
Core
Asset
MaterialData.cpp
Generated by
1.12.0