+ do some code cleanup and renaming in Points module

This commit is contained in:
wmayer
2016-02-21 16:18:28 +01:00
parent 24e4e08be5
commit a3209e1aee
13 changed files with 76 additions and 104 deletions

View File

@@ -177,7 +177,7 @@ bool Reader::hasNormals() const
return (!normals.empty());
}
bool Reader::isOrganized() const
bool Reader::isStructured() const
{
return (width > 1 && height > 1);
}