VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DAggregateExtentVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
12 
13 namespace makVrv
14 {
15  class DtAttachableCuboidModelAgent;
16  class DtScribeBoxModelAgent;
17 
23  {
24  public:
27  DtStateListener& listener, int modelSet);
28 
31 
34  virtual void setDimensions(const DtVector& dim);
35 
37  virtual void setColor(float r,float g,float b,float a);
38 
40  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
41 
43  static const DtStateVisualizer::TypeInfo& theTypeInfo();
44 
45  protected:
47  virtual DtModelAgent* createExtentModelAgent();
48 
50  virtual void createModelAgents();
51 
53  virtual void destroyModelAgents();
54 
56  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
57 
58  protected:
59  DtAttachableCuboidModelAgent* myCuboidAgent;
60  DtScribeBoxModelAgent* myScribeBox;
61  double myScribeWidth;
64  };
65 
70 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)