VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentProcessRepositoryForBulk.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
12 
13 #pragma once
14 
16 #include <vl/environmentProcessRepository.h>
17 
19 {
20 public:
21 
24 
27 
31 
35 
37  virtual DtStateRepository* clone(bool copy = false) const;
38 
40  virtual bool setNumberOfEnvironmentalRecords(DtU16 newNumberOfRecords);
41  virtual DtU16 numberOfEnvironmentalRecords() const;
42 
44  virtual void setEnvironmentalRecord(int index,
45  const DtEnvironmentalRecord& envRecord);
46 
48  virtual const DtEnvironmentalRecord* environmentalRecord(int index);
49 
51  virtual void setAssociatedObject(const DtGlobalObjectDesignator& obj);
52  virtual const DtGlobalObjectDesignator& associatedObject() const;
53 
56  virtual unsigned totalEnvironmentalRecordSize() const;
57 
58 protected:
59 
60  std::vector<DtEnvironmentalRecord*> myRecords;
62 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)