VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pUnderwaterAcousticsObject.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/pEmbeddedSystem.h>
13 #include <vlpi/articulatedPartCollection.h>
14 #include <vlpi/attachedPartCollection.h>
15 #include <matrix/vlTaitBryan.h>
16 #include <vlutil/vlString.h>
17 
18 namespace MAKVrExchange
19 {
20 
25  {
26  public:
27 
30 
33 
36 
39 
42 
43  virtual bool operator == ( const DtPortalUnderwaterAcousticObject& other ) const;
44  virtual bool operator != ( const DtPortalUnderwaterAcousticObject& other ) const;
45 
47 
50 
51  DtDEC_ATTRIBUTE( DtString, EventIdentifier, eventIdentifier );
52 
54 
56  public:
57 
58  virtual unsigned int netSize() const;
59  virtual void writeSelfToBuffer( void* buffer ) const ;
60  virtual void readSelfFromBuffer( const void* buffer );
61 
62  virtual std::ostream& printDataToStream( std::ostream& str ) const;
63 
64  };
65 
66 }

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)