VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtAggregateIndicatorVisualizer.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtAggregateIndicatorVisualizer.h,v $ $Revision: 1.43 $ $State: Exp $
00007 ******************************************************************************/
00008 
00014 
00015 #pragma once
00016 #include <vrvCore/DtEntityIndicatorVisualizer.h>
00017 
00018 namespace makVrv
00019 {
00020    
00028    class DT_DLL_VRVCORE DtAggregateIndicatorVisualizer : 
00029       public DtEntityIndicatorVisualizer
00030    {
00031    public:
00033       DtAggregateIndicatorVisualizer(DtBaseConnection& simulation, 
00034          DtStateListener& listener, int modelSet);
00035 
00037       virtual ~DtAggregateIndicatorVisualizer();
00038 
00040       virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
00041 
00043       static const DtStateVisualizer::TypeInfo& theTypeInfo();
00044 
00045    protected:
00046       virtual DtUnicode generateInfoString() const;
00047 
00048    };
00049 
00050    typedef DtStateVisualizerCreatorTemplate<DtAggregateIndicatorVisualizer>
00051       DtAggregateIndicatorVisualizerCreator;
00052 }

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)