![]() |
VR-Link API Documentation for HLA Evolved
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00008 00009 #ifndef artPartUtils_H_ 00010 #define artPartUtils_H_ 00011 00012 #include <vlpi/articulatedPartCollection.h> 00013 #include <vlpi/NetStructs.h> 00014 00017 namespace DtArticulatedPartsUtilities 00018 { 00023 DT_DLL_VLPROTIND void fillArtPartNetRecord(const DtArticulatedPartCollection& apList, 00024 DtNetArtParamRecord* netRecords); 00025 00032 DT_DLL_VLPROTIND void loadArtPartsFromNet(int numParams, 00033 DtArticulatedPartCollection* apList, const DtNetArtParamRecord* netRecords, 00034 DtTime currentTime); 00035 00041 DT_DLL_VLPROTIND void updateArtPartsChangeIndicators( 00042 const DtArticulatedPartCollection* apList, 00043 const DtArticulatedPartCollection* remoteApList); 00044 } 00045 00046 #endif