Developer Documentation
Loading...
Searching...
No Matches
BaseReader.hh
1
class
BaseReader
2
{
3
public
:
4
5
virtual
std::string get_description()
const
= 0;
6
virtual
std::string get_extensions()
const
= 0;
7
virtual
std::string get_magic()
const
{
return
std::string(
""
); }
8
9
virtual
bool
read(std::istream& _is,
BaseImporter
& _bi)
const
= 0;
10
virtual
bool
read(
const
std::string& _filename,
BaseImporter
& _bi)
const
= 0;
11
12
...
13
};
BaseImporter
Definition
BaseImporter.hh:2
BaseReader
Definition
BaseReader.hh:2
OpenFlipper
libs_required
OpenMesh
Doc
Examples
BaseReader.hh
Generated on Wed Jul 16 2025 14:44:32 for Developer Documentation by
1.9.8