Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
// File: NCollection_HArray2.hxx
// Created: Mon Apr 29 11:36:31 2002
// Author: Alexander KARTOMIN (akm)
// <a-kartomin@opencascade.com>
// Copyright: Open Cascade 2002
#ifndef NCollection_HArray2_HeaderFile
#define NCollection_HArray2_HeaderFile
#include <NCollection_Array2.hxx>
#include <NCollection_DefineHArray2.hxx>
// Declaration of Array2 class managed by Handle
#define NCOLLECTION_HARRAY2(HClassName,Type) \
DEFINE_HARRAY2(HClassName,NCollection_Array2<Type >)
#endif