Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
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
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
▼
Radium Engine
Badges
Overview
►
Radium Basics
►
Radium Concepts
►
Developer manual
►
Licenses
Todo List
Deprecated List
►
Modules
►
Namespaces
►
Classes
▼
Files
►
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
OFFFileManager.hpp
1
#pragma once
2
3
#include <Core/Geometry/TriangleMesh.hpp>
4
#include <IO/RaIO.hpp>
5
#include <IO/deprecated/FileManager.hpp>
6
7
namespace
Ra
{
8
namespace
IO {
9
18
class
RA_IO_API
OFFFileManager
:
public
FileManager
<Core::Geometry::TriangleMesh>
19
{
20
public
:
22
OFFFileManager
();
23
25
~
OFFFileManager
()
override
;
26
27
protected
:
29
std::string header()
const
;
30
32
std::string fileExtension()
const override
;
33
bool
importData( std::istream& file, Core::Geometry::TriangleMesh& data )
override
;
34
bool
exportData( std::ostream& file,
const
Core::Geometry::TriangleMesh& data )
override
;
35
};
36
37
}
// namespace IO
38
}
// namespace Ra
Ra::IO::FileManager
Definition:
FileManager.hpp:19
Ra::IO::OFFFileManager
Definition:
OFFFileManager.hpp:19
Ra
Definition:
Cage.cpp:3
src
IO
deprecated
OFFFileManager.hpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1