VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtBaseRadioVisualization.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 
12 #include <vrvCore/vrvCore.h>
13 
14 #include <vrvCore/DtUniqueID.h>
15 
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
20 
24  {
25  public:
26 
31 
33  AttachablePoint( DtUniqueID entitySceneObjectId );
34 
36  AttachablePoint( const DtVector& fixedLocation );
37 
39  bool operator == ( const AttachablePoint& other ) const;
40 
42  bool operator < ( const AttachablePoint& other ) const;
43 
47 
48  };
49 
50  public:
51 
54 
56  virtual ~DtBaseRadioVisualization();
57 
60  virtual void setColor( float red, float green, float blue, float alpha ) = 0;
61 
64  virtual void setAnimationRate( float rate ) = 0;
65 
67  virtual void animate( double t ) = 0;
68 
70  DtUniqueID uniqueId() const;
71 
72  protected:
73 
75 
76  };
77 
78 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)