VR-Exchange 2.5 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portal
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
12
#include <
portal/pEnvironmentObject.h
>
13
#include <
portal/pReflectedObjectManager.h
>
14
15
namespace
MAKVrExchange
16
{
17
20
class
DT_DLL_LIBPORTAL
DtPortalLinearObject
:
public
DtPortalEnvironmentObject
21
{
22
public
:
23
25
DtPortalLinearObject
();
26
28
DtPortalLinearObject
(
const
DtPortalLinearObject
& obj );
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
54
static
const
DtPortalMessageKind
theKind
;
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
67
inline
DtPortalMessage
*
DtPortalLinearObject::create
()
68
{
69
return
new
DtPortalLinearObject
();
70
}
71
72
}
Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)