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