PLY-remove-unused-readToFloatValue-member
This commit is contained in:
@@ -130,8 +130,6 @@ private:
|
|||||||
bool read_ascii(std::istream& _in, BaseImporter& _bi, const Options& _opt) const;
|
bool read_ascii(std::istream& _in, BaseImporter& _bi, const Options& _opt) const;
|
||||||
bool read_binary(std::istream& _in, BaseImporter& _bi, bool swap, const Options& _opt) const;
|
bool read_binary(std::istream& _in, BaseImporter& _bi, bool swap, const Options& _opt) const;
|
||||||
|
|
||||||
float readToFloatValue(ValueType _type , std::fstream& _in) const;
|
|
||||||
|
|
||||||
void readValue(ValueType _type , std::istream& _in, float& _value) const;
|
void readValue(ValueType _type , std::istream& _in, float& _value) const;
|
||||||
void readValue(ValueType _type , std::istream& _in, double& _value) const;
|
void readValue(ValueType _type , std::istream& _in, double& _value) const;
|
||||||
void readValue(ValueType _type , std::istream& _in, unsigned int& _value) const;
|
void readValue(ValueType _type , std::istream& _in, unsigned int& _value) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user