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;
std::string get_description() const
Returns a brief description of the file type that can be parsed.
Definition: OFFReader.hh:126
Implementation of the OFF format reader.
Definition: OFFReader.hh:117
Base class for importer modules.
Definition: BaseImporter.hh:88
Base class for reader modules.
Definition: BaseReader.hh:94
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
Set options for reader/writer modules.
Definition: Options.hh:95
_OFFReader_ __OFFReaderInstance
Declare the single entity of the OFF reader.
Definition: OFFReader.cc:93
virtual ~_OFFReader_()
Destructor.
Definition: OFFReader.hh:124
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