![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Class describing the current tiling process. More...

Public Member Functions | |
| Tiler () | |
| ~Tiler ()=default | |
| size_t | tileCount () const |
| bool | init (unsigned width, unsigned height, unsigned Zdim, const QString &absoluteBaseFilename, const CCVector3d &bbMin, const CCVector3d &bbMax, PointTableRef table, const LasHeader &header) |
| void | addPoint (const PointViewPtr &buffer, unsigned pointIndex) |
| void | writeAll () |
Protected Member Functions | |
| unsigned | index (unsigned i, unsigned j) const |
Protected Attributes | |
| unsigned | w |
| unsigned | h |
| unsigned | X |
| unsigned | Y |
| unsigned | Z |
| CCVector3d | bbMinCorner |
| CCVector3d | tileDiag |
| std::vector< PointViewPtr > | tilePointViews |
| std::vector< QString > | fileNames |
Class describing the current tiling process.
Definition at line 731 of file LASFilter.cpp.
|
inline |
Definition at line 733 of file LASFilter.cpp.
|
default |
|
inline |
Definition at line 789 of file LASFilter.cpp.
References bbMinCorner, cloudViewer::utility::floor(), h, index(), max(), min(), tileDiag, tilePointViews, Tuple3Tpl< Type >::u, w, X, X, and Y.
Referenced by LASFilter::loadFile().
|
inlineprotected |
|
inline |
Definition at line 739 of file LASFilter.cpp.
References bbMinCorner, count, filename, fileNames, h, height, index(), tileDiag, tilePointViews, Tuple3Tpl< Type >::u, w, width, X, Y, and Z.
Referenced by LASFilter::loadFile().
|
inline |
Definition at line 737 of file LASFilter.cpp.
References tilePointViews.
|
inline |
Definition at line 804 of file LASFilter.cpp.
References CVLog::Error(), fileNames, and tilePointViews.
Referenced by LASFilter::loadFile().
|
protected |
Definition at line 830 of file LASFilter.cpp.
Referenced by addPoint(), and init().
|
protected |
Definition at line 832 of file LASFilter.cpp.
Referenced by init(), and writeAll().
|
protected |
Definition at line 828 of file LASFilter.cpp.
Referenced by addPoint(), and init().
|
protected |
Definition at line 830 of file LASFilter.cpp.
Referenced by addPoint(), and init().
|
protected |
Definition at line 831 of file LASFilter.cpp.
Referenced by addPoint(), init(), tileCount(), and writeAll().
|
protected |
Definition at line 828 of file LASFilter.cpp.
Referenced by addPoint(), index(), and init().
|
protected |
Definition at line 829 of file LASFilter.cpp.
Referenced by addPoint(), and init().
|
protected |
Definition at line 829 of file LASFilter.cpp.
Referenced by addPoint(), and init().
|
protected |
Definition at line 829 of file LASFilter.cpp.
Referenced by init().