84 std::unique_ptr< QgsPointCloudRenderer > mRenderer;
85 std::unique_ptr< QgsPointCloudExtentRenderer > mSubIndexExtentRenderer;
95 QList< QgsMapClippingRegion > mClippingRegions;
96 const QVector< QgsPointCloudSubIndex > mSubIndexes;
98 int mRenderTimeHint = 0;
99 bool mBlockRenderUpdates =
false;
100 QElapsedTimer mElapsedTimer;
102 std::unique_ptr<QgsFeedback> mFeedback =
nullptr;
104 bool mEnableProfile =
false;
105 quint64 mPreparationTime = 0;
Encapsulates the render context for a 2D point cloud rendering operation.
Contains information about the context of a rendering operation.