Class LineReader

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)
fileType getFileType(size_t i)
fileType getFileType()
void rewind(size_t i)
void rewind()
bool ok()
inline bool isPly()
class readException : public std::exception

Public Functions

inline readException(std::string what)
inline virtual const char *what() const