VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vlpi
artPartUtils.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#ifndef artPartUtils_H_
10
#define artPartUtils_H_
11
12
#include <
vlpi/articulatedPartCollection.h
>
13
#include <
vlpi/NetStructs.h
>
14
17
namespace
DtArticulatedPartsUtilities
18
{
23
DT_DLL_VLPROTIND
void
fillArtPartNetRecord
(
const
DtArticulatedPartCollection
& apList,
24
DtNetArtParamRecord
* netRecords);
25
32
DT_DLL_VLPROTIND
void
loadArtPartsFromNet
(
int
numParams,
33
DtArticulatedPartCollection
* apList,
const
DtNetArtParamRecord
* netRecords,
34
DtTime
currentTime);
35
41
DT_DLL_VLPROTIND
void
updateArtPartsChangeIndicators
(
42
const
DtArticulatedPartCollection
* apList,
43
const
DtArticulatedPartCollection
* remoteApList);
44
}
45
46
#endif
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)