mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0030366: Coding Rules - GeometryTest_API2dCommands.cxx seems to be excess
This commit is contained in:
@@ -50,15 +50,8 @@ public:
|
||||
|
||||
//! defines cosntrained curves commands.
|
||||
Standard_EXPORT static void ConstraintCommands (Draw_Interpretor& I);
|
||||
|
||||
//! defines commands to test the Geom2dAPI
|
||||
//! - Intersection
|
||||
//! - Extrema
|
||||
//! - Projection
|
||||
//! - Approximation, interpolation
|
||||
Standard_EXPORT static void API2dCommands (Draw_Interpretor& I);
|
||||
|
||||
//! defines commands to test the Geom2dAPI
|
||||
|
||||
//! defines commands to test the GeomAPI
|
||||
//! - Intersection
|
||||
//! - Extrema
|
||||
//! - Projection
|
||||
@@ -76,27 +69,6 @@ public:
|
||||
//! defines commands to test projection of geometric objects
|
||||
Standard_EXPORT static void TestProjCommands (Draw_Interpretor& I);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeometryTest_HeaderFile
|
||||
|
Reference in New Issue
Block a user