VR-Exchange 2.4 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
portal
pLinearObject.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/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 )
const
;
60
virtual
void
readSelfFromBuffer(
const
void
* buffer );
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 Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)