summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-gradient.h')
-rw-r--r--src/sp-gradient.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h
index 7348bb5ca..51ba3090c 100644
--- a/src/sp-gradient.h
+++ b/src/sp-gradient.h
@@ -158,6 +158,12 @@ public:
*/
SPGradient *getVector(bool force_private = false);
+ /**
+ * Returns private mesh of given gradient (the gradient at the end of the href chain which has
+ * patches), optionally normalizing it.
+ */
+ SPGradient *getArray(bool force_private = false);
+
//static GType getType();
/** Forces vector to be built, if not present (i.e. changed) */