summaryrefslogtreecommitdiff
path: root/src/rendernode.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-09 03:53:05 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-09 03:53:05 (GMT)
commitcbba974d3ac1edeb716a1384a2262ed5447fa9e6 (patch)
tree30708ef085204435d644c4ab685b87556628d22a /src/rendernode.h
parent328897c1f28e0d438aa678891f8d5a45b114f267 (diff)
Initial attempt of cleaning up polyset handling. PolySet no longer keeps a refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator
Diffstat (limited to 'src/rendernode.h')
-rw-r--r--src/rendernode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rendernode.h b/src/rendernode.h
index 9138c29..9e49baf 100644
--- a/src/rendernode.h
+++ b/src/rendernode.h
@@ -14,6 +14,7 @@ public:
}
virtual std::string toString() const;
virtual std::string name() const { return "render"; }
+ PolySet *evaluate_polyset(class PolySetEvaluator *ps) const;
int convexity;
};
contact: Jan Huwald // Impressum