Lines Matching defs:KnotHolderEntity
38 * KnotHolderEntity definition.
40 class KnotHolderEntity {
42 KnotHolderEntity():
52 virtual ~KnotHolderEntity();
62 should be derived from KnotHolderEntity and override these functions */
95 // derived KnotHolderEntity class for LPEs
96 class LPEKnotHolderEntity : public KnotHolderEntity {
105 class PatternKnotHolderEntityXY : public KnotHolderEntity {
107 PatternKnotHolderEntityXY(bool fill) : KnotHolderEntity(), _fill(fill) {}
115 class PatternKnotHolderEntityAngle : public KnotHolderEntity {
117 PatternKnotHolderEntityAngle(bool fill) : KnotHolderEntity(), _fill(fill) {}
124 class PatternKnotHolderEntityScale : public KnotHolderEntity {
126 PatternKnotHolderEntityScale(bool fill) : KnotHolderEntity(), _fill(fill) {}