0022368: AIS_Trihedron's highlight presentation isn't updated on trihedron relocation
[occt.git] / src / AIS / AIS_NDataMapOfTransientIteratorOfListTransient.hxx
CommitLineData
7fd59977 1// File: AIS_NDataMapOfTransientIteratorOfListTransient.hxx
2// Created: Sun May 04 17:51:26 2003
3// Author: Alexander Grigoriev (a-grigoriev@opencascade.com)
4
5#ifndef _AIS_NDataMapOfTransientIteratorOfListTransient_HeaderFile
6#define _AIS_NDataMapOfTransientIteratorOfListTransient_HeaderFile
7
8#include <AIS_NListIteratorOfListTransient.hxx>
9#include <NCollection_DefineDataMap.hxx>
10
11inline Standard_Boolean IsEqual (const Handle_Standard_Transient& theH1,
12 const Handle_Standard_Transient& theH2)
13{
14 return (theH1 == theH2);
15}
16
17DEFINE_BASECOLLECTION(AIS_BaseCollItListTransient,
18 AIS_NListIteratorOfListTransient)
19DEFINE_DATAMAP (AIS_NDataMapOfTransientIteratorOfListTransient,
20 AIS_BaseCollItListTransient,
21 Handle(Standard_Transient),
22 AIS_NListIteratorOfListTransient)
23
24#endif