Home
last modified time | relevance | path

Searched refs:mPointCloudIndex (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/3d/
H A Dqgspointcloudlayerchunkloader_p.cpp56 QgsPointCloudIndex *pc = mFactory->mPointCloudIndex; in QgsPointCloudLayerChunkLoader()
118 QgsPointCloudIndex *pc = mFactory->mPointCloudIndex; in createEntity()
135 , mPointCloudIndex( pc ) in QgsPointCloudLayerChunkLoaderFactory()
147 Q_ASSERT( mPointCloudIndex->hasNode( IndexedPointCloudNode( id.d, id.x, id.y, id.z ) ) ); in createChunkLoader()
156 Q_ASSERT( mPointCloudIndex->hasNode( n ) ); in primitivesCount()
157 return mPointCloudIndex->nodePointCount( n ); in primitivesCount()
164 …= nodeBoundsToAABB( mPointCloudIndex->nodeBounds( IndexedPointCloudNode( 0, 0, 0, 0 ) ), mPointClo… in createRootNode()
165 const float error = mPointCloudIndex->nodeError( IndexedPointCloudNode( 0, 0, 0, 0 ) ); in createRootNode()
182 …if ( !mPointCloudIndex->hasNode( IndexedPointCloudNode( childId.d, childId.x, childId.y, childId.z… in createChildren()
H A Dqgspointcloudlayerchunkloader_p.h72 QgsPointCloudIndex *mPointCloudIndex; variable