VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)