Class AsyncOctreeLASData
ClassList > AsyncOctreeLASData
Public Static Attributes
| Type | Name |
|---|---|
| constexpr size_t | MAX_PREVIEW_POINTS = 500'000 |
Public Functions
| Type | Name |
|---|---|
| AsyncOctreeLASData (const fs::path & filename, AsyncProgressTracker progress_tracker, std::vector< std::function< void()> > callbacks={}, const std::string & target_crs_wkt={}) |
|
| Extent3D | bounds () const |
| const Coordinate3D< double > & | coordinate_origin () const |
| bool | has_rgb_data () const |
| bool | load_complete () const |
| const GeoProjection & | native_projection () const |
| bool | point_format_has_rgb () const |
| size_t | points_loaded () const |
| const GeoProjection & | projection () const |
| std::shared_ptr< const LasRenderSnapshot > | snapshot () const |
| size_t | total_points () const |
| ~AsyncOctreeLASData () |
Public Static Attributes Documentation
variable MAX_PREVIEW_POINTS
Public Functions Documentation
function AsyncOctreeLASData
inline AsyncOctreeLASData::AsyncOctreeLASData (
const fs::path & filename,
AsyncProgressTracker progress_tracker,
std::vector< std::function< void()> > callbacks={},
const std::string & target_crs_wkt={}
)
function bounds
function coordinate_origin
function has_rgb_data
function load_complete
function native_projection
function point_format_has_rgb
function points_loaded
function projection
function snapshot
function total_points
function ~AsyncOctreeLASData
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/gui/octree_las_data.hpp