Converted all tabs into 4 whitespaces.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@249 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -100,12 +100,12 @@ public:
|
|||||||
std::string get_magic() const { return "PLY"; }
|
std::string get_magic() const { return "PLY"; }
|
||||||
|
|
||||||
bool read(const std::string& _filename,
|
bool read(const std::string& _filename,
|
||||||
BaseImporter& _bi,
|
BaseImporter& _bi,
|
||||||
Options& _opt);
|
Options& _opt);
|
||||||
|
|
||||||
bool read(std::istream& _is,
|
bool read(std::istream& _is,
|
||||||
BaseImporter& _bi,
|
BaseImporter& _bi,
|
||||||
Options& _opt);
|
Options& _opt);
|
||||||
|
|
||||||
bool can_u_read(const std::string& _filename) const;
|
bool can_u_read(const std::string& _filename) const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user