Searched refs:mpGluePoints (Results 1 – 2 of 2) sorted by relevance
139 mpGluePoints(0L), in SdrMark()156 mpGluePoints(0L), in SdrMark()181 if(mpGluePoints) in ~SdrMark()183 delete mpGluePoints; in ~SdrMark()265 if(mpGluePoints) in operator =()268 mpGluePoints = 0L; in operator =()273 if(!mpGluePoints) in operator =()275 mpGluePoints = new SdrUShortCont(*rMark.mpGluePoints); in operator =()279 *mpGluePoints = *rMark.mpGluePoints; in operator =()296 if((mpGluePoints != 0L) != (rMark.mpGluePoints != 0L)) in operator ==()[all …]
151 SdrUShortCont* mpGluePoints; // Markierte Klebepunkte (deren Id's) 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()
Completed in 10 milliseconds