96 const int& x,
const int& y,
const int& z,
97 const int& r = -1,
const int& g = -1,
const int& b = -1,
const int& i = -1);
104 virtual void save(
string filename );
static int getEntriesInLine(string filename)
Helper method. Returns the number of columns in the given file.
Interface specification for low-level io. All read elements are stored in linear arrays.
A import / export class for point cloud data in plain text formats. Currently the file extensions ...
static size_t countLines(string filename)
TODO: Coordinate mapping for ascii files.
AsciiIO()
Default constructor.
Base interface for all I/O related classes.
std::shared_ptr< Model > ModelPtr
virtual ModelPtr read(string filename)
Reads the given file and stores point and color information in the given parameters.
virtual void save(string filename)