VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
subsurfaceEntityStateRepository.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
11 
14 
17 
21 {
22 public:
24  const DtString& name,
25  DtVrfObject* vrfObject,
26  const DtObjectType& objectType,
27  DtVrfObjectParameters* parameters,
28  DtReaderWriterRegistry* parentRegistry);
29 
30 protected:
33 
34 public:
37  DtVrfObject* vrfObject,
38  const DtObjectType& objectType,
39  DtVrfObjectParameters* parameters,
40  const DtString& name,
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
46  const DtString& rwName = DtString::nullString(),
47  DtReaderWriterRegistry* parentRegistry = 0);
48 
52 
55 
57  virtual DtString type() const;
58 
60  virtual const int vrfMovingObjectStateRepositorySubType() const;
61 
67  virtual void place(const DtVector& location, const DtReal heading,
68  bool clampToGroundFlag = true, bool* dataAvailable = 0,
69  bool requireAllData = false);
70 };

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)