VR-Link API Documentation for DIS
 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 MAK Technologies, Inc
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 };
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void loadNetRecord(DtNetLinearSegmentParameter &record) const
DtTankDitchBreachStatus
Definition: disEnums.h:2871
Instances of DtLinearSegmentRecord are used to implement the LinearSegmentStruct defined in the RPR F...
Definition: linearSegmentRecord.h:19
virtual void printData() const
Print Data.
DtNetBreachableSegmentRecord is the network structure for the BreachableLinearObject defined in the R...
Definition: linObjStP.h:74
Instances of DtBreachableSegmentRecord implement the BreachableSegmentStruct used to implement the Br...
Definition: breachableSegmentRecord.h:17
virtual void unloadNetRecord(const DtNetLinearSegmentParameter &record)
Load/Unload data from a DIS packet record.
virtual void printDataToStream(std::ostream &stream) const
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
Contains the DtLinearSegmentRecord class declaration.
virtual DtLinearSegmentRecord & operator=(const DtLinearSegmentRecord &orig)

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)