summaryrefslogtreecommitdiff
path: root/inc/BRepMesh_MapOfIntegerInteger.hxx
blob: 8a0c51fc24c84fe9d9b220ff100d1167c4c91071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// File:        BRepMesh_MapOfIntegerInteger.hxx
// Created:     Fri Jan 30 15:15:17 2009
// Author:      Pavel DURANDIN (pdn)
// Copyright:   Open CASCADE 2009

#ifndef BRepMesh_MapOfIntegerInteger_HeaderFile
#define BRepMesh_MapOfIntegerInteger_HeaderFile

#include <NCollection_DataMap.hxx>
typedef NCollection_DataMap<Standard_Integer, Standard_Integer> BRepMesh_MapOfIntegerInteger;

#endif