VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vlpi
articulatedPartsUtilities.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 articulatedPartsUtilities_H_
10
#define articulatedPartsUtilities_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 Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)