18#ifndef QGSNURBSUTILS_H
19#define QGSNURBSUTILS_H
Abstract base class for all geometries.
Represents a NURBS (Non-Uniform Rational B-Spline) curve geometry in 2D/3D.
Utility functions for working with NURBS curves.
static bool containsNurbsCurve(const QgsAbstractGeometry *geom)
Returns true if the geom contains a NURBS curve (recursively).
static const QgsNurbsCurve * extractNurbsCurve(const QgsAbstractGeometry *geom)
Extracts the first NURBS curve found in the geom (recursively).
static const QgsNurbsCurve * findNurbsCurveForVertex(const QgsAbstractGeometry *geom, const QgsVertexId &vid, int &localIndex)
Finds the NURBS curve containing the vertex identified by vid.
Utility class for identifying a unique vertex within a geometry.