VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DBoxVisualizer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCore/vrvCore.h>
13 
17 
18 namespace makVrv
19 {
28  {
29  public:
31  Dt2DBoxVisualizer(DtBaseConnection& simulation, DtStateListener& listener,
32  int modelSet);
33 
35  virtual ~Dt2DBoxVisualizer();
36 
37  public:
39  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
40 
42  static const DtStateVisualizer::TypeInfo& theTypeInfo();
43 
44  protected:
46  virtual DtAreaFacadeBase* createAreaFacade();
47  };
48 
52 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)