• pkv's avatar
    0025769: Replace BOPCol_Array1 with NCollection_Vector · 402bfe81
    pkv authored
    New features:
    1. class NCollection_BaseVector
        method:
        void SetIncrement(const Standard_Integer aIncrement)
        has been added.
        The method allows to set the size of increment dynamically
        [ not in constructor ].
    
    2 class BOPCol_Array1
        has been removed.
    
    Changes:
    1. classes
    BOPDS_DS
    BOPDS_InterfFF
    BOPDS_Iterator
    BOPDS_VectorOfCurve
    BOPDS_VectorOfFaceInfo
    BOPDS_VectorOfIndexRange
    BOPDS_VectorOfInterfEE
    BOPDS_VectorOfInterfEF
    BOPDS_VectorOfInterfEZ
    BOPDS_VectorOfInterfFF
    BOPDS_VectorOfInterfFZ
    BOPDS_VectorOfInterfVE
    BOPDS_VectorOfInterfVF
    BOPDS_VectorOfInterfVV
    BOPDS_VectorOfInterfVZ
    BOPDS_VectorOfInterfZZ
    BOPDS_VectorOfListOfPassKeyBoolean
    BOPDS_VectorOfListOfPaveBlock
    BOPDS_VectorOfPoint
    BOPDS_VectorOfShapeInfo
    BOPAlgo_PaveFiller
    QANewModTopOpe_Tools
    have been modified to take into account New features: 1 and 2
    
    2. class BOPTest_Chronometer
    has been modified to use the driver of the type
    OSD_Timer instead OSD_Chronometer
    402bfe81
BOPAlgo_PaveFiller_4.cxx 8.75 KB