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:
@@ -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
|
||||
|
Reference in New Issue
Block a user