[TD]move dvp cosmetic functions to extension

This commit is contained in:
wandererfan
2023-07-11 09:07:41 -04:00
committed by WandererFan
parent a379f17b1c
commit b7f149864b
4 changed files with 217 additions and 225 deletions

View File

@@ -197,25 +197,6 @@ public:
void removeAllReferencesFromGeom();
void resetReferenceVerts();
// routines related to cosmetic features
void clearCosmeticVertexes();
void refreshCVGeoms();
void addCosmeticVertexesToGeom();
int add1CVToGV(std::string tag);
int getCVIndex(std::string tag);
void clearCosmeticEdges();
void refreshCEGeoms();
void addCosmeticEdgesToGeom();
int add1CEToGE(std::string tag);
void clearCenterLines();
void refreshCLGeoms();
void addCenterLinesToGeom();
int add1CLToGE(std::string tag);
void clearGeomFormats();
// routines related to multi-threading
virtual void postHlrTasks(void);
virtual void postFaceExtractionTasks(void);