mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- manual changes
Forward declaration of TCollection instances as classes are replaced by inclusion of corresponding header. Cyclic dependencies between declaration of collection class and its item are resolved by forward declaring a class in collection header.
This commit is contained in:
@@ -27,10 +27,11 @@
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
|
||||
class Handle(BSplCLib_Cache);
|
||||
class TColStd_Array1OfReal;
|
||||
class TColgp_Array1OfPnt;
|
||||
class TColgp_Array1OfPnt2d;
|
||||
#include <TColStd_HArray2OfReal.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
|
||||
#ifndef NOWEIGHTS_CURVE
|
||||
#define NOWEIGHTS_CURVE (*((TColStd_Array1OfReal*) NULL))
|
||||
|
Reference in New Issue
Block a user