QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Implementation of QgsAbstractProfileGenerator for point cloud layers. More...
#include <qgspointcloudlayerprofilegenerator.h>
Public Member Functions | |
QgsPointCloudLayerProfileGenerator (QgsPointCloudLayer *layer, const QgsProfileRequest &request) | |
Constructor for QgsPointCloudLayerProfileGenerator. | |
~QgsPointCloudLayerProfileGenerator () override | |
QgsFeedback * | feedback () const override |
Access to feedback object of the generator (may be nullptr ) | |
Qgis::ProfileGeneratorFlags | flags () const override |
Returns flags which reflect how the profile generator operates. | |
bool | generateProfile (const QgsProfileGenerationContext &context=QgsProfileGenerationContext()) override |
Generate the profile (based on data stored in the class). | |
QString | sourceId () const override |
Returns a unique identifier representing the source of the profile. | |
QgsAbstractProfileResults * | takeResults () override |
Takes results from the generator. | |
Public Member Functions inherited from QgsAbstractProfileGenerator | |
virtual | ~QgsAbstractProfileGenerator () |
Friends | |
class | QgsPointCloudLayerProfileResults |
Implementation of QgsAbstractProfileGenerator for point cloud layers.
Definition at line 128 of file qgspointcloudlayerprofilegenerator.h.
QgsPointCloudLayerProfileGenerator::QgsPointCloudLayerProfileGenerator | ( | QgsPointCloudLayer * | layer, |
const QgsProfileRequest & | request | ||
) |
Constructor for QgsPointCloudLayerProfileGenerator.
Definition at line 342 of file qgspointcloudlayerprofilegenerator.cpp.
|
overridedefault |
|
overridevirtual |
Access to feedback object of the generator (may be nullptr
)
Implements QgsAbstractProfileGenerator.
Definition at line 597 of file qgspointcloudlayerprofilegenerator.cpp.
|
overridevirtual |
Returns flags which reflect how the profile generator operates.
Reimplemented from QgsAbstractProfileGenerator.
Definition at line 376 of file qgspointcloudlayerprofilegenerator.cpp.
|
overridevirtual |
Generate the profile (based on data stored in the class).
Returns true
if the profile was generated successfully (i.e. the generation was not canceled early).
Implements QgsAbstractProfileGenerator.
Definition at line 383 of file qgspointcloudlayerprofilegenerator.cpp.
|
overridevirtual |
Returns a unique identifier representing the source of the profile.
For generators associated with a map layer the source ID will match the layer's QgsMapLayer::id(). Other (non-map-layer) sources will have a different unique ID with its own custom interpretation.gen
Implements QgsAbstractProfileGenerator.
Definition at line 371 of file qgspointcloudlayerprofilegenerator.cpp.
|
overridevirtual |
Takes results from the generator.
Ownership is transferred to the caller.
Implements QgsAbstractProfileGenerator.
Definition at line 592 of file qgspointcloudlayerprofilegenerator.cpp.
|
friend |
Definition at line 193 of file qgspointcloudlayerprofilegenerator.h.