VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ringSectorsRecord.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/dllExport.h>
13 #include <portal/addAttribute.h>
14 #include <vlutil/vlMachineTypes.h>
15 #include <ostream>
16 
17 namespace MAKVrExchange
18 {
19 
23  {
24  public:
25 
28 
31 
33  virtual ~DtRingSectorsRecord();
34 
36  DtRingSectorsRecord& operator = ( const DtRingSectorsRecord& orig );
37 
40 
41  virtual bool operator != ( const DtRingSectorsRecord& other ) const;
42  virtual bool operator == ( const DtRingSectorsRecord& other ) const;
43 
45 
46  virtual std::ostream& printDataToStream( std::ostream& ) const;
47 
50 
51  DtDEC_ATTRIBUTE( DtFloat64, Rear, rear );
52  DtDEC_ATTRIBUTE( DtFloat64, Front, front );
53  DtDEC_ATTRIBUTE( DtFloat64, LeftFlank, leftFlank );
54  DtDEC_ATTRIBUTE( DtFloat64, RightFlank, rightFlank );
55 
57 
58  };
59 
60 
61  DT_DLL_LIBPORTAL std::ostream& operator << ( std::ostream& stream, const DtRingSectorsRecord& rec );
62 
63 }
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
#define DtDEC_ATTRIBUTE(T, N, n)
A Macro to define an attribute; as well as make an accessor and mutator for that attribute.
Definition: addAttribute.h:49
Definition: ringSectorsRecord.h:22
DT_DLL_LIBPORTAL std::ostream & operator<<(std::ostream &stream, const DtActiveSonarBeamData &data)
Contains the DtDEC_ATTRIBUTE macros.

Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (www.mak.com)