Loading [MathJax]/extensions/TeX/AMSmath.js
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TinyPlyFileLoader.hpp
1
#pragma once
2
3
#include <Core/Asset/FileLoaderInterface.hpp>
4
#include <IO/RaIO.hpp>
5
6
namespace
Ra
{
7
namespace
IO {
8
9
class
RA_IO_API TinyPlyFileLoader :
public
Core::Asset::FileLoaderInterface
10
{
11
public
:
12
TinyPlyFileLoader();
13
14
virtual
~TinyPlyFileLoader();
15
16
std::vector<std::string>
getFileExtensions()
const override
;
17
bool
handleFileExtension(
const
std::string
& extension )
const override
;
18
Core::Asset::FileData* loadFile(
const
std::string
& filename )
override
;
19
std::string
name()
const override
;
20
};
21
22
}
// namespace IO
23
}
// namespace Ra
std::string
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
std::vector
src
IO
TinyPlyLoader
TinyPlyFileLoader.hpp
Generated by
1.12.0