mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0026850: Replace nested instantiations of TCollection generic classes by NCollection templates
Remaining instantiations of NCollection generics are converted to NCollection templates; unused and duplicates removed
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <TColStd_SequenceOfReal.hxx>
|
||||
#include <TColStd_SequenceOfInteger.hxx>
|
||||
#include <Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx>
|
||||
#include <Extrema_SequenceOfPOnCurv.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <math_FunctionWithDerivative.hxx>
|
||||
@@ -37,10 +37,6 @@ class Extrema_CurveTool;
|
||||
class Extrema_POnCurv;
|
||||
class gp_Pnt;
|
||||
class gp_Vec;
|
||||
class Extrema_SeqPCOfPCFOfEPCOfExtPC;
|
||||
class Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC;
|
||||
|
||||
|
||||
|
||||
class Extrema_PCFOfEPCOfExtPC : public math_FunctionWithDerivative
|
||||
{
|
||||
@@ -110,7 +106,7 @@ private:
|
||||
Standard_Real myD1f;
|
||||
TColStd_SequenceOfReal mySqDist;
|
||||
TColStd_SequenceOfInteger myIsMin;
|
||||
Extrema_SeqPCOfPCFOfEPCOfExtPC myPoint;
|
||||
Extrema_SequenceOfPOnCurv myPoint;
|
||||
Standard_Boolean myPinit;
|
||||
Standard_Boolean myCinit;
|
||||
Standard_Boolean myD1Init;
|
||||
|
Reference in New Issue
Block a user