120 std::string
get_magic()
const override {
return "OFF"; }
122 bool read(
const std::string& _filename,
126 bool can_u_read(
const std::string& _filename)
const override;
132 bool can_u_read(std::istream& _is)
const;
137 void readValue(std::istream& _in,
float& _value)
const;
138 void readValue(std::istream& _in,
int& _value)
const;
139 void readValue(std::istream& _in,
unsigned int& _value)
const;
141 int getColorType(std::string & _line,
bool _texCoordsAvailable)
const;