Radium Engine
1.6.3
Loading...
Searching...
No Matches
TinyPlyFileLoader.hpp
1
#pragma once
2
3
#include <Core/Asset/FileData.hpp>
4
#include <Core/Asset/FileLoaderInterface.hpp>
5
#include <IO/RaIO.hpp>
6
#include <string>
7
#include <vector>
8
9
namespace
Ra
{
10
namespace
IO {
11
12
class
RA_IO_API TinyPlyFileLoader :
public
Core::Asset::FileLoaderInterface
13
{
14
public
:
15
TinyPlyFileLoader();
16
17
virtual
~TinyPlyFileLoader();
18
19
std::vector<std::string>
getFileExtensions()
const override
;
20
bool
handleFileExtension(
const
std::string
& extension )
const override
;
21
Core::Asset::FileData* loadFile(
const
std::string
& filename )
override
;
22
std::string
name()
const override
;
23
};
24
25
}
// namespace IO
26
}
// namespace Ra
std::string
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:4
std::vector
src
IO
TinyPlyLoader
TinyPlyFileLoader.hpp
Generated by
1.12.0