11 #include <vlpi/disEnums.h>
12 #include <matrix/vlDcm.h>
13 #include <matrix/vlVector.h>
26 static bool isGunPart(DtArtPartType partType);
27 static bool isTurretPart(DtArtPartType partType);
28 static bool isLauncherPart(DtArtPartType partType);
29 static bool isDefenseSystemPart(DtArtPartType partType);
30 static bool isRadarPart(DtArtPartType partType);
31 static bool isCargoDoorPart(DtArtPartType partType);
32 static bool isGimbaledSensorAzimuthPart(DtArtPartType partType);
33 static bool isGimbaledSensorElevationPart(DtArtPartType partType);
Contains convenience functions for articulated parts.
Definition: artPartUtils.h:20
static DtArtPartTypeSet theDefenseSystemParts
Definition: artPartUtils.h:65
std::set< DtArtPartType > DtArtPartTypeSet
Definition: artPartUtils.h:17
static DtArtPartTypeSet theGimbaledSensorAzimuthParts
Definition: artPartUtils.h:68
static DtArtPartTypeSet theCargoDoorParts
Definition: artPartUtils.h:67
static DtArtPartTypeSet theTurretParts
Definition: artPartUtils.h:63
static DtArtPartTypeSet theGimbaledSensorElevationParts
Definition: artPartUtils.h:69
static DtArtPartTypeSet theGunParts
Definition: artPartUtils.h:62
static DtArtPartTypeSet theLauncherParts
Definition: artPartUtils.h:64
static DtArtPartTypeSet theRadarParts
Definition: artPartUtils.h:66
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34