37   return instance()->mGeometryCheckRegistry.get();
 
   40 QgsAnalysis::QgsAnalysis()
 
   43   qRegisterMetaType< QList<std::shared_ptr<QgsGeometryCheckError> > >( 
"QList<std::shared_ptr<QgsGeometryCheckError>>" );
 
QgsAnalysis is a singleton class containing various registry and other global members related to anal...
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.
This class manages all known geometry check factories.