57 #ifndef __OFFREADER_HH__
58 #define __OFFREADER_HH__
68 #include <OpenMesh/Core/System/config.h>
69 #include <OpenMesh/Core/Utils/SingletonT.hh>
70 #include <OpenMesh/Core/IO/reader/BaseReader.hh>
130 bool read(
const std::string& _filename,
134 bool can_u_read(
const std::string& _filename)
const;
140 bool can_u_read(std::istream& _is)
const;
145 void readValue(std::istream& _in,
float& _value)
const;
146 void readValue(std::istream& _in,
int& _value)
const;
147 void readValue(std::istream& _in,
unsigned int& _value)
const;
149 int getColorType(std::string & _line,
bool _texCoordsAvailable)
const;
163 OPENMESHDLLEXPORT _OFFReader_& OFFReader();
Set options for reader/writer modules.
Definition: Options.hh:95
std::string get_extensions() const
Returns a string with the accepted file extensions separated by a whitespace and in small caps...
Definition: OFFReader.hh:127
virtual ~_OFFReader_()
Destructor.
Definition: OFFReader.hh:124
Base class for reader modules.
Definition: BaseReader.hh:94
std::string get_description() const
Returns a brief description of the file type that can be parsed.
Definition: OFFReader.hh:126
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64
std::string get_magic() const
Return magic bits used to determine file format.
Definition: OFFReader.hh:128
Implementation of the OFF format reader.
Definition: OFFReader.hh:117
Base class for importer modules.
Definition: BaseImporter.hh:88
_OFFReader_ __OFFReaderInstance
Declare the single entity of the OFF reader.
Definition: OFFReader.cc:93