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
►
Engine
►
Gui
►
Headless
▼
IO
►
AssimpLoader
►
CameraLoader
▼
deprecated
FileManager.hpp
OBJFileManager.cpp
OBJFileManager.hpp
OFFFileManager.cpp
OFFFileManager.hpp
►
TinyPlyLoader
►
VolumesLoader
pch.hpp
RaIO.hpp
►
PluginBase
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
OBJFileManager.hpp
1
#pragma once
2
#include <Core/Geometry/TriangleMesh.hpp>
3
#include <IO/RaIO.hpp>
4
#include <IO/deprecated/FileManager.hpp>
5
6
namespace
Ra
{
7
namespace
IO {
8
14
class
RA_IO_API
OBJFileManager
:
public
FileManager
<Core::Geometry::TriangleMesh>
15
{
16
public
:
18
OBJFileManager
();
19
21
~OBJFileManager
()
override
;
22
24
std::string
fileExtension()
const override
;
25
bool
importData(
std::istream
& file, Core::Geometry::TriangleMesh& data )
override
;
26
bool
exportData(
std::ostream
& file,
const
Core::Geometry::TriangleMesh& data )
override
;
27
};
14
class
RA_IO_API
OBJFileManager
:
public
FileManager
<Core::Geometry::TriangleMesh> {
…
};
28
29
}
// namespace IO
30
}
// namespace Ra
std::istream
std::ostream
std::string
Ra::IO::FileManager
Definition
FileManager.hpp:19
Ra::IO::OBJFileManager
Definition
OBJFileManager.hpp:15
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
src
IO
deprecated
OBJFileManager.hpp
Generated by
1.12.0