VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtEntityStateVisualizer.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtEntityStateVisualizer.h,v $ $Revision: 1.43 $ $State: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 
00016 #include <vrvCore/DtStateVisualizer.h>
00017 #include <vrvCore/DtEntityStateListener.h>
00018 
00019 namespace makVrv
00020 {
00021    class DtEntityStateListener;
00022    
00026    class DT_DLL_VRVCORE DtEntityStateVisualizer : public DtStateVisualizer
00027    {
00028 
00029    public:
00031       DtEntityStateVisualizer(DtBaseConnection& simulation, 
00032          DtStateListener& listener, int modelSet);
00033 
00035       virtual ~DtEntityStateVisualizer();
00036 
00038       virtual void setState( int stateNumber, int stateValue );
00039 
00040       inline DtEntityStateListener& entityStateListener()
00041       {
00042          return *myEntityListener;
00043       }
00044 
00045    protected:
00047       DtEntityStateListener*  myEntityListener;
00048    };
00049 }

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)