VR-Forces Developer's Guide
 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:
23  static DtVrfObjectStateRepository * creator(const DtString& name,
24  DtLocalObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
25 
26 private:
29 
33 
37 
38 public:
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
44  virtual ~DtSubsurfaceEntityStateRepository() override;
45 
47  virtual DtString type() const override;
48 
50  virtual const int vrfMovingObjectStateRepositorySubType() const override;
51 
57  virtual void place(const DtVector& location, const DtReal heading,
58  bool clampToGroundFlag = true, bool* dataAvailable = 0,
59  bool requireAllData = false) override;
60 };
Contains the DtVrfMovingObjectStateRepository class declaration.
Description: This repository holds all information that is common to all the forms of all objects wit...
Definition: vrfMovingObjectStateRepository.h:31
virtual void place(const DtVector &location, bool *dataAvailable=0, bool requireAllData=false) override
Place entity at 'location', on the ground, keeping its current heading. The dataAvailable flag will b...
static DtVrfObjectStateRepository * creator(const DtString &name, DtLocalObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
DtVrfMovingObjectStateRepository & operator=(const DtVrfMovingObjectStateRepository &orig)
Assignment Operator.
Definition: readerWriterRegistry.h:39
virtual const int vrfMovingObjectStateRepositorySubType() const
Returns DtVrfMovingObjectStateRepositorySubTypeBase.
Description: This repository is an internal repository accessible only by local objects. It holds all information that is common to all the forms of all entity/aggregate/control objects within VR-Forces.
Definition: vrfObjectStateRepository.h:91
Class: DtSurfaceEntityStateRepository.
Definition: subsurfaceEntityStateRepository.h:20
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtString type() const override
returns DtSimObjectStateRepositoryType
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)