VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCigi
DtCigiCharacterEntity.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2010 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtCigiCharacterEntity.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
12
13
#ifndef DtCigiCharacterEntity_H_
14
#define DtCigiCharacterEntity_H_
15
16
#include <
vrvCigi/vrvCigi.h
>
17
18
#include <
vrvCigi/DtCigiBaseEntity.h
>
19
20
#include <matrix/geodCoord.h>
21
#include <matrix/vlTaitBryan.h>
22
23
namespace
makVrv
24
{
25
class
DtCharacterModelAgent;
26
class
DtSceneObjectAgent;
27
30
class
DT_DLL_VRVCIGI
DtCigiCharacterEntity
:
public
DtCigiBaseEntity
31
{
32
public
:
34
DtCigiCharacterEntity
(
DtCigiConnection
& connection,
35
DtAgentManagerInterface
& sceneInterface,
int
entityId,
int
entityType);
36
38
virtual
~
DtCigiCharacterEntity
();
39
40
protected
:
41
DtCharacterModelAgent*
myCharacterModel
;
42
};
43
}
44
45
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)