VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
18 {
19 public:
20 
23 
26 
29 
31  virtual ~DtBreachableSegmentRecord();
32 
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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)