VR-Link API Documentation for HLA Evolved
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
breachableSegmentRecord.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/linearSegmentRecord.h
>
13
17
class
DT_DLL_VL
DtBreachableSegmentRecord
:
public
DtLinearSegmentRecord
18
{
19
public
:
20
22
DtBreachableSegmentRecord
();
23
25
DtBreachableSegmentRecord
(
const
DtBreachableSegmentRecord
& orig );
26
28
DtBreachableSegmentRecord
(
const
DtLinearSegmentRecord
& orig );
29
31
virtual
~
DtBreachableSegmentRecord
();
32
34
DtBreachableSegmentRecord
&
operator =
(
const
DtNetBreachableSegmentRecord
& orig );
35
37
virtual
void
setBreachLength(
DtU32
length );
38
virtual
DtU32
breachLength()
const
;
39
41
virtual
void
setBreachedState(
DtTankDitchBreachStatus
state );
42
virtual
DtTankDitchBreachStatus
breachedState()
const
;
43
47
virtual
bool
setSegmentBreached(
int
index,
bool
state );
48
virtual
bool
segmentBreached(
int
index,
bool
& state )
const
;
49
50
virtual
void
unloadNetRecord
(
const
DtNetBreachableSegmentRecord
& record );
51
virtual
void
loadNetRecord
(
DtNetBreachableSegmentRecord
& record )
const
;
52
53
virtual
void
printData
()
const
;
54
virtual
void
printDataToStream
( std::ostream& stream )
const
;
55
56
};
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)