VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtScribeBoxVisualizer.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16 
17  class DtSceneObjectAgent;
18  class DtScribeBoxModelAgent;
19 
24  {
25  public:
26 
29  DtStateListener& listener, int modelSet);
30 
32  virtual ~DtScribeBoxVisualizer();
33 
34  void setParent( DtStateVisualizer* p );
35 
38  virtual void setModelDefinitionForAgents();
39 
40  virtual void setSelected( bool b );
41 
43  virtual void setVisualizerDefinition( const DtVisualizerDefinition& visDef );
44 
46  virtual void setDisableModelScaling( bool b );
47 
49  virtual void setLocalModelScalingEnabled( bool enabled );
50 
52  virtual void setLocalModelScalingAmount( float localScl );
53 
55  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
56 
58  static const DtStateVisualizer::TypeInfo& theTypeInfo();
59 
60  protected:
61 
62  virtual void createModelAgents();
63  virtual void destroyModelAgents();
64 
65  protected:
66 
67  DtScribeBoxModelAgent* myScribeBoxModelAgent;
68 
71 
73 
74  };
75 
76 
81 
82 }

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)