37 return instance()->mGeometryCheckRegistry.get();
40QgsAnalysis::QgsAnalysis()
43 qRegisterMetaType<QList<std::shared_ptr<QgsGeometryCheckError>>>(
"QList<std::shared_ptr<QgsGeometryCheckError>>" );
A singleton class containing various registry and other global members related to analysis classes.
static QgsGeometryCheckRegistry * geometryCheckRegistry()
Returns the global geometry checker registry, used for managing all geometry check factories.
static QgsAnalysis * instance()
Returns a pointer to the singleton instance.
Template to create a factory for a geometry check.
A registry for all known geometry check factories.