0023948: Wrong intersection between a surface of revolution and a plane.
[occt.git] / src / BOPDS / BOPDS_VectorOfInterfZZ.hxx
CommitLineData
ceaa5e27 1// Created by: Peter KURNEV
2// Copyright (c) 1999-2012 OPEN CASCADE SAS
3//
ceaa5e27 4//
d5f74e42 5// This file is part of Open CASCADE Technology software library.
ceaa5e27 6//
d5f74e42 7// This library is free software; you can redistribute it and/or modify it under
8// the terms of the GNU Lesser General Public License version 2.1 as published
9// by the Free Software Foundation, with special exception defined in the file
10// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11// distribution for complete text of the license and disclaimer of any warranty.
12//
13// Alternatively, this file may be used under the terms of Open CASCADE
14// commercial license or contractual agreement.
ceaa5e27 15
16#ifndef BOPDS_VectorOfInterfZZ_HeaderFile
17#define BOPDS_VectorOfInterfZZ_HeaderFile
18
19#include <BOPCol_Array1.hxx>
20#include <BOPDS_Interf.hxx>
21
22#define BOPCol_Array1_Use_Allocator
23typedef BOPCol_Array1<BOPDS_InterfZZ> BOPDS_VectorOfInterfZZ;
24#undef BOPCol_Array1_Use_Allocator
25
26#endif