VR-Forces 4.0.4 Class Documentation
include/vrvCore/Dt3DAggregateMilStdIconVisualizer.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile:  $ $Revision:  $ $State:  $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCore/DtAggregateMilStdIconVisualizer.h>
00015 
00016 namespace makVrv
00017 {
00022    class DT_DLL_VRVCORE Dt3DAggregateMilStdIconVisualizer :
00023       public DtAggregateMilStdIconVisualizer
00024    {
00025    public:
00026 
00028       Dt3DAggregateMilStdIconVisualizer(DtBaseConnection& connection, 
00029          DtStateListener& listener, int modelSet);
00030 
00032       virtual ~Dt3DAggregateMilStdIconVisualizer();
00033 
00035       virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
00036 
00038       static const DtStateVisualizer::TypeInfo& theTypeInfo();
00039    };
00040 
00041    typedef DtStateVisualizerCreatorTemplate<Dt3DAggregateMilStdIconVisualizer>
00042       Dt3DAggregateMilStdIconVisualizerCreator;
00043 }

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)