VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt3DLaserDesignatorVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 
15 namespace makVrv
16 {
17  class DtPolygonModelAgent;
18 
21  {
22  public:
26  DtStateListener& listener, int modelSet );
27 
29 
31  virtual void destroyModelAgents();
32 
34  virtual void setVisualizerDefinition(const DtVisualizerDefinition&);
35 
37 
38  virtual void setTexture(const std::string& texture );
39  virtual const std::string& texture() const;
41 
43 
44 
45  virtual void setRadius( float radius );
46  virtual float radius() const;
48 
50  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
51 
53  static const DtStateVisualizer::TypeInfo& theTypeInfo();
54 
55  protected:
56 
58  virtual void createDesignatorSpot();
59 
60  protected:
61  std::string myTexture;
62  float myRadius;
63 
64  DtPolygonModelAgent* myPolygonAgent;
65  };
66 
70 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)