VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtDetonationInteractionVisualizer.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtDetonationInteractionVisualizer.h,v $ $Revision: 1.43 $ $SceneObject: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 #include <vrvCore/DtInteractionVisualizer.h>
00016 
00017 namespace makVrv
00018 {
00021    class DT_DLL_VRVCORE DtDetonationInteractionVisualizer :
00022       public DtInteractionVisualizer
00023    {
00024    public:
00026       DtDetonationInteractionVisualizer(DtBaseConnection& simulation,
00027          DtStateListener& listener, int modelSet);
00028 
00030       virtual ~DtDetonationInteractionVisualizer();
00031 
00033       virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
00034 
00036       static const DtStateVisualizer::TypeInfo& theTypeInfo();
00037 
00038    protected:
00039 
00040       void createModelAgents();
00041    };
00042 
00043    typedef DtStateVisualizerCreatorTemplate<DtDetonationInteractionVisualizer>
00044       DtDetonationInteractionVisualizerCreator;
00045 }

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)