Searched refs:mpGluePoints (Results 1 – 2 of 2) sorted by relevance
132 mpGluePoints(0L), in SdrMark()149 mpGluePoints(0L), in SdrMark()174 if(mpGluePoints) in ~SdrMark()176 delete mpGluePoints; in ~SdrMark()256 if(!rMark.mpGluePoints) in operator =()258 if(mpGluePoints) in operator =()260 delete mpGluePoints; in operator =()261 mpGluePoints = 0L; in operator =()266 if(!mpGluePoints) in operator =()268 mpGluePoints = new SdrUShortCont(*rMark.mpGluePoints); in operator =()[all …]
151 …SdrUShortCont* mpGluePoints; // Markierte Klebepunkte (deren … member in SdrMark228 return mpGluePoints; in GetMarkedGluePoints()243 return mpGluePoints; in GetMarkedGluePoints()264 if(!mpGluePoints) in ForceMarkedGluePoints()265 mpGluePoints = new SdrUShortCont(1024, 32, 32); in ForceMarkedGluePoints()267 return mpGluePoints; in ForceMarkedGluePoints()