VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
detonationResultEntityImpactParam.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfutil/rwEntityType.h>
12 #include <readerWriter/rwString.h>
13 #include <readerWriter/rwInt.h>
14 #include <readerWriter/rwList.h>
17 
21 {
22 public:
25 
28  parentRegistry = NULL);
29 
31  parentRegistry = NULL);
32 
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
42 
45 
47  DtReaderWriterRegistry* parentRegistry = NULL) const;
48 
50  DtReaderWriterRegistry* parentRegistry = NULL) const;
51 
54  virtual const DtEntityType& entityType() const;
55  virtual void setEntityType(const DtEntityType& e);
57 
59  bool operator==(const DtDetonationEntityImpactResultParam& rhs) const;
61  {
62  return !(*this == rhs);
63  }
64 
65 protected:
66 
70 
75 
77 };
78 
81 {
82 
83 public:
86 
89  parentRegistry = 0);
90 
93  orig, DtReaderWriterRegistry * parentRegistry = 0);
94 
97 
99 
100  virtual DtDetonationEntityImpactResultParamList* clone(const DtString & writeName,
101  DtReaderWriterRegistry* parentRegistry = 0) const;
102 
105 
107  const DtDetonationEntityImpactResultParam* getResult(const DtEntityType& t) const;
108 
112  {
113  return !(*this == rhs);
114  }
115 
118  virtual void merge(const DtDetonationEntityImpactResultParamList* other);
119 
120 protected:
121 
123  virtual DtListItem* lookupEntry(const DtEntityType& t) const;
124 
125  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
126  const DtVariableBindingsList& variableBindings);
127 
129 
130  virtual void emptyList();
131  virtual void copyList(const DtDetonationEntityImpactResultParamList & orig);
132 
133 };
134 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)