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