1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0023791: Remove obsolete functionality - animation mode and degeneration presentation mode

This commit is contained in:
kgv
2013-03-15 11:46:21 +04:00
parent 123e4db005
commit de75ed09ad
71 changed files with 497 additions and 3106 deletions

View File

@@ -76,26 +76,6 @@ private:
void DrawEdges (const TEL_COLOUR* theEdgeColour,
const Handle(OpenGl_Workspace)& theWorkspace) const;
void DrawDegeneratesAsPoints (const TEL_COLOUR* theEdgeColour,
const float theSkipRatio) const;
void DrawDegeneratesAsLines (const TEL_COLOUR* theEdgeColour,
const Handle(OpenGl_Workspace)& theWorkspace) const;
void DrawDegeneratesAsBBoxs (const TEL_COLOUR* theEdgeColour) const;
void DrawDegeneratesPointsAsPoints() const;
void DrawDegeneratesLinesAsPoints() const;
void DrawDegeneratesLinesAsLines (const float theSkipRatio) const;
void DrawDegeneratesTrianglesAsPoints() const;
void DrawDegeneratesTrianglesAsLines (const float theSkipRatio) const;
void DrawDegeneratesTrianglestripsAsPoints() const;
void DrawDegeneratesTrianglestripsAsLines (const float theSkipRatio) const;
void DrawDegeneratesQuadranglesAsPoints() const;
void DrawDegeneratesQuadranglesAsLines (const float theSkipRatio) const;
void DrawDegeneratesQuadranglestripsAsPoints() const;
void DrawDegeneratesQuadranglestripsAsLines (const float theSkipRatio) const;
void DrawDegeneratesPolygonsAsPoints() const;
void DrawDegeneratesPolygonsAsLines (const float theSkipRatio) const;
protected:
//! Destructor