VR-Forces 4.0.4 Class Documentation
include/vrvCigi/DtCigiRibbonEntity.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2009 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtCigiRibbonEntity.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00008 
00012 
00013 #ifndef DtCigiRibbonEntity_H_
00014 #define DtCigiRibbonEntity_H_
00015 
00016 #include <vrvCigi/vrvCigi.h>
00017 
00018 #include <vrvCigi/DtCigiBaseEntity.h>
00019 
00020 #include <matrix/geodCoord.h>
00021 #include <matrix/vlTaitBryan.h>
00022 
00023 namespace makVrv
00024 {
00025    class DtRibbonModelAgent;
00026    class DtSceneObjectAgent;
00027 
00030    class DT_DLL_VRVCIGI DtCigiRibbonEntity : public DtCigiBaseEntity
00031    {
00032    public:
00034       DtCigiRibbonEntity(DtCigiConnection& connection,
00035          DtAgentManagerInterface& sceneInterface, int entityId, int entityType);
00036 
00038       virtual ~DtCigiRibbonEntity();
00039 
00040    protected:
00041       DtRibbonModelAgent*           myRibbonModel;
00042    };
00043 }
00044 
00045 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)