VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
linearObjectRepository.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 <
vl/environmentObjectRepository.h
>
13
#include <
vlpi/syntheticEnvironmentObjectType.h
>
14
#include <
vl/minefieldLaneMarkerRecord.h
>
15
#include <
vl/breachableSegmentRecord.h
>
16
#include <
vl/exhaustSmokeRecord.h
>
17
18
#if DtHLA
19
class
DtHlaObjectManager
;
20
#else
21
class
DtDisObjectManager;
22
#endif
23
49
class
DT_DLL_VL
DtLinearObjectRepository
:
public
DtEnvironmentObjectRepository
50
{
51
public
:
52
54
static
DtLinearObjectRepository
*
create
();
55
57
DtLinearObjectRepository
();
58
60
DtLinearObjectRepository
(
const
DtLinearObjectRepository
& orig );
61
63
virtual
~
DtLinearObjectRepository
();
64
66
DtLinearObjectRepository
&
operator =
(
const
DtLinearObjectRepository
& orig );
67
69
virtual
DtStateRepository
*
clone
(
bool
copy )
const
;
70
75
virtual
bool
setNumSegments(
int
newNumber );
76
virtual
int
numSegments()
const
;
77
78
virtual
bool
setSegment(
int
index,
const
DtLinearSegmentRecord
& record );
79
virtual
bool
segment(
int
index,
DtLinearSegmentRecord
& record )
const
;
81
82
virtual
void
printData
()
const
;
83
virtual
void
printDataToStream
( std::ostream& stream )
const
;
84
85
protected
:
86
87
int
myNumSegments
;
88
DtLinearSegmentRecord
*
mySegments
;
89
90
};
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)