VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCigi
DtCigiRibbonEntity.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtCigiRibbonEntity.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
12
13
#ifndef DtCigiRibbonEntity_H_
14
#define DtCigiRibbonEntity_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
DtRibbonModelAgent;
26
class
DtSceneObjectAgent;
27
30
class
DT_DLL_VRVCIGI
DtCigiRibbonEntity
:
public
DtCigiBaseEntity
31
{
32
public
:
34
DtCigiRibbonEntity
(
DtCigiConnection
& connection,
35
DtAgentManagerInterface
& sceneInterface,
int
entityId,
int
entityType);
36
38
virtual
~
DtCigiRibbonEntity
();
39
40
protected
:
41
DtRibbonModelAgent*
myRibbonModel
;
42
};
43
}
44
45
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)