VR-Forces Developer's Guide
 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) 2022 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( DtElementID entityScenElementId );
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 }
Common interface for communication lines and squawk indicators.
Definition: DtBaseRadioVisualization.h:23
Defines an attachable point for a squawk indicator or comm line endpoint. May be an entity or a fixed...
Definition: DtBaseRadioVisualization.h:30
DtUniqueID myUniqueId
Definition: DtBaseRadioVisualization.h:74
bool myFixedFlag
Definition: DtBaseRadioVisualization.h:46
DtVector myFixedLocation
Definition: DtBaseRadioVisualization.h:44
DtElementID myEntityElementId
Definition: DtBaseRadioVisualization.h:45
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
bool operator==(const DtTextureAtlasIndexParser::StringOrFloatAttrib &lhs, const DtTextureAtlasIndexParser::StringOrFloatAttrib &rhs)
needed for search comparison code
Definition: DtTextureAtlasIndexParser.h:160
Contains makVrv::DtUniqueID type.
Contains DLL export macros.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)