VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pLinearObject.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace MAKVrExchange
16 {
17 
21  {
22  public:
23 
26 
29 
31  virtual ~DtPortalLinearObject();
32 
34  DtPortalLinearObject& operator = ( const DtPortalLinearObject& rhs );
35 
38 
39  bool operator == ( const DtPortalLinearObject& rhs ) const;
40  bool operator != ( const DtPortalLinearObject& rhs ) const;
41 
43 
46 
47  DtDEC_ATTRIBUTE( DtU8, NumSegments, numSegments );
48  DtDEC_ATTRIBUTE( DtLinearSegmentParameterList, SegmentParameters, segmentParameters );
49 
51 
52  public:
53 
55 
56  static DtPortalMessage* create();
57 
58  virtual unsigned int netSize() const;
59  virtual void writeSelfToBuffer( void* buffer, int bufferSize ) const;
60  virtual void readSelfFromBuffer( const void* buffer, int bufferSize );
61 
62  virtual std::ostream& printDataToStream( std::ostream& str ) const;
63 
64  };
65 
66 
68  {
69  return new DtPortalLinearObject();
70  }
71 
72 }

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)