mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -36,13 +36,7 @@ class IntPatch_HInterTool;
|
||||
class Adaptor3d_TopolTool;
|
||||
class IntPatch_ArcFunction;
|
||||
class IntPatch_ThePathPointOfTheSOnBounds;
|
||||
class IntPatch_SequenceOfPathPointOfTheSOnBounds;
|
||||
class IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds;
|
||||
class IntPatch_TheSegmentOfTheSOnBounds;
|
||||
class IntPatch_SequenceOfSegmentOfTheSOnBounds;
|
||||
class IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds;
|
||||
|
||||
|
||||
|
||||
class IntPatch_TheSOnBounds
|
||||
{
|
||||
@@ -129,22 +123,10 @@ private:
|
||||
#define IntStart_ThePathPoint_hxx <IntPatch_ThePathPointOfTheSOnBounds.hxx>
|
||||
#define IntStart_SequenceOfPathPoint IntPatch_SequenceOfPathPointOfTheSOnBounds
|
||||
#define IntStart_SequenceOfPathPoint_hxx <IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx>
|
||||
#define IntStart_SequenceNodeOfSequenceOfPathPoint IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds
|
||||
#define IntStart_SequenceNodeOfSequenceOfPathPoint_hxx <IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds.hxx>
|
||||
#define IntStart_SequenceNodeOfSequenceOfPathPoint IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds
|
||||
#define IntStart_SequenceNodeOfSequenceOfPathPoint_hxx <IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds.hxx>
|
||||
#define IntStart_TheSegment IntPatch_TheSegmentOfTheSOnBounds
|
||||
#define IntStart_TheSegment_hxx <IntPatch_TheSegmentOfTheSOnBounds.hxx>
|
||||
#define IntStart_SequenceOfSegment IntPatch_SequenceOfSegmentOfTheSOnBounds
|
||||
#define IntStart_SequenceOfSegment_hxx <IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx>
|
||||
#define IntStart_SequenceNodeOfSequenceOfSegment IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds
|
||||
#define IntStart_SequenceNodeOfSequenceOfSegment_hxx <IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds.hxx>
|
||||
#define IntStart_SequenceNodeOfSequenceOfSegment IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds
|
||||
#define IntStart_SequenceNodeOfSequenceOfSegment_hxx <IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds.hxx>
|
||||
#define Handle_IntStart_SequenceNodeOfSequenceOfPathPoint Handle(IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds)
|
||||
#define Handle_IntStart_SequenceNodeOfSequenceOfPathPoint Handle(IntPatch_SequenceNodeOfSequenceOfPathPointOfTheSOnBounds)
|
||||
#define Handle_IntStart_SequenceNodeOfSequenceOfSegment Handle(IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds)
|
||||
#define Handle_IntStart_SequenceNodeOfSequenceOfSegment Handle(IntPatch_SequenceNodeOfSequenceOfSegmentOfTheSOnBounds)
|
||||
#define IntStart_SearchOnBoundaries IntPatch_TheSOnBounds
|
||||
#define IntStart_SearchOnBoundaries_hxx <IntPatch_TheSOnBounds.hxx>
|
||||
|
||||
@@ -167,22 +149,10 @@ private:
|
||||
#undef IntStart_ThePathPoint_hxx
|
||||
#undef IntStart_SequenceOfPathPoint
|
||||
#undef IntStart_SequenceOfPathPoint_hxx
|
||||
#undef IntStart_SequenceNodeOfSequenceOfPathPoint
|
||||
#undef IntStart_SequenceNodeOfSequenceOfPathPoint_hxx
|
||||
#undef IntStart_SequenceNodeOfSequenceOfPathPoint
|
||||
#undef IntStart_SequenceNodeOfSequenceOfPathPoint_hxx
|
||||
#undef IntStart_TheSegment
|
||||
#undef IntStart_TheSegment_hxx
|
||||
#undef IntStart_SequenceOfSegment
|
||||
#undef IntStart_SequenceOfSegment_hxx
|
||||
#undef IntStart_SequenceNodeOfSequenceOfSegment
|
||||
#undef IntStart_SequenceNodeOfSequenceOfSegment_hxx
|
||||
#undef IntStart_SequenceNodeOfSequenceOfSegment
|
||||
#undef IntStart_SequenceNodeOfSequenceOfSegment_hxx
|
||||
#undef Handle_IntStart_SequenceNodeOfSequenceOfPathPoint
|
||||
#undef Handle_IntStart_SequenceNodeOfSequenceOfPathPoint
|
||||
#undef Handle_IntStart_SequenceNodeOfSequenceOfSegment
|
||||
#undef Handle_IntStart_SequenceNodeOfSequenceOfSegment
|
||||
#undef IntStart_SearchOnBoundaries
|
||||
#undef IntStart_SearchOnBoundaries_hxx
|
||||
|
||||
|
Reference in New Issue
Block a user