16 #include <boost/unordered_map.hpp>
21 class DtCigiConnection;
72 virtual void setDisArtPart(
int cigiPart,
int disPart);
75 virtual int disArtPart(
int cigiPart)
const;
78 typedef boost::unordered_map<int, int>
PartMap;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
PartMap myPartMap
Definition: DtCigiDiGuyPartMapper.h:79
Contains DLL export macros.
boost::unordered_map< int, int > PartMap
Definition: DtCigiDiGuyPartMapper.h:78
Contains makVrv::DtVirtualBaseClass class.
This class is responsible for the actual processing of CIGI data. This holds the entity visualizer...
Definition: DtCigiConnection.h:57
A DtCigiDiGuyPartMapper is a singleton class (rooted on the CIGI connection object) that maps from CI...
Definition: DtCigiDiGuyPartMapper.h:32
#define DT_DLL_VRVCIGI
Definition: vrvCigi.h:19