Class LineReader
Defined in File LineReader.hpp
Nested Relationships
Nested Types
Class Documentation
-
class LineReader
Public Functions
-
LineReader()
-
LineReader(std::string filePath)
-
LineReader(std::vector<std::string> filePaths)
-
void open(std::string filePath)
-
void open(std::vector<std::string> filePaths)
-
size_t getNumPoints()
-
bool getNextPoint(xyznc &point)
-
boost::shared_ptr<void> getNextPoints(size_t &return_amount, size_t amount = 1000000)
-
void rewind(size_t i)
-
void rewind()
-
bool ok()
-
inline bool isPly()
-
class readException : public std::exception
-
LineReader()