1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0024912: Remove unused Graphic3d_Strips

This commit is contained in:
kgv 2014-05-13 22:25:11 +04:00 committed by apn
parent a34f083b8c
commit 9efc0d1470
3 changed files with 0 additions and 1281 deletions

View File

@ -433,9 +433,6 @@ is
-- Category: Classes
--------------------
class Strips;
---Purpose: Contains some static functions to strips treatment
deferred class ArrayOfPrimitives;
---Purpose: Contains basic methods for array allocation and filling

View File

@ -1,30 +0,0 @@
-- Copyright (c) 1999-2014 OPEN CASCADE SAS
--
-- This file is part of Open CASCADE Technology software library.
--
-- This library is free software; you can redistribute it and/or modify it under
-- the terms of the GNU Lesser General Public License version 2.1 as published
-- by the Free Software Foundation, with special exception defined in the file
-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
-- distribution for complete text of the license and disclaimer of any warranty.
--
-- Alternatively, this file may be used under the terms of Open CASCADE
-- commercial license or contractual agreement.
class Strips from Graphic3d
uses
Array1OfInteger from TColStd,
SequenceOfInteger from TColStd
is
STRIPT_INIT (myclass; NBVERTICES: Integer; TABTRIANGLES: Array1OfInteger from TColStd);
STRIPT_GET_STRIP(myclass; NBTRIANGLES, V1, V2: out Integer);
STRIPT_GET_VERTEX(myclass; VERTEX, TRIANGLE: out Integer);
STRIPQ_INIT(myclass; NBVERTICES, NBQUADRANG: Integer; TABQUADRANGLES: SequenceOfInteger from TColStd);
STRIPQ_GET_STRIP(myclass; NBQUAD, V1, V2: out Integer);
STRIPQ_GET_NEXT(myclass; VERTEX1, VERTEX2, QUADRANGLE: out Integer);
end Strips;

File diff suppressed because it is too large Load Diff