|
libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
|
This is the complete list of members for e57::Writer, including all inherited members.
| Close() | e57::Writer | |
| GetRawData3D() | e57::Writer | |
| GetRawE57Root() | e57::Writer | |
| GetRawImages2D() | e57::Writer | |
| GetRawIMF() | e57::Writer | |
| IsOpen() const | e57::Writer | |
| NewData3D(Data3D &data3DHeader) | e57::Writer | |
| NewImage2D(Image2D &image2DHeader) | e57::Writer | |
| SetUpData3DPointsData(int64_t dataIndex, size_t pointCount, const Data3DPointsFloat &buffers) | e57::Writer | |
| SetUpData3DPointsData(int64_t dataIndex, size_t pointCount, const Data3DPointsDouble &buffers) | e57::Writer | |
| WriteData3DData(Data3D &data3DHeader, const Data3DPointsFloat &buffers) | e57::Writer | |
| WriteData3DData(Data3D &data3DHeader, const Data3DPointsDouble &buffers) | e57::Writer | |
| WriteData3DGroupsData(int64_t dataIndex, size_t groupCount, int64_t *idElementValue, int64_t *startPointIndex, int64_t *pointCount) | e57::Writer | |
| WriteImage2DData(Image2D &image2DHeader, Image2DType imageType, Image2DProjection imageProjection, int64_t startPos, void *buffer, int64_t byteCount) | e57::Writer | |
| WriteImage2DData(int64_t imageIndex, Image2DType imageType, Image2DProjection imageProjection, void *buffer, int64_t start, int64_t count) | e57::Writer | |
| Writer(const ustring &filePath, const WriterOptions &options) | e57::Writer | |
| Writer(const ustring &filePath, const ustring &coordinateMetadata={}) | e57::Writer | explicit |