VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dynamicObstacleNavInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include "matrix/vlVector.h"
14 
15 class DtVrfObject;
16 
17 class DtNavObstacle;
18 
24 {
25 private:
32 
33 public:
34  static DtVrfObjectNavInterface* create(DtSharedVrfObjectReference vrfObject);
35 
36 protected:
40  virtual bool init();
41 
42  virtual void changingNavArea(DtNavArea* newNavArea);
43 
45  virtual bool obstacleEnabled();
46 
48  virtual void createNavObstacle();
49 
50 public:
51  virtual void tick();
53 
54 protected:
59 };
Definition: vrfObjectNavInterface.h:18
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
int myStationaryTicks
Definition: dynamicObstacleNavInterface.h:57
Definition: navObstacle.h:19
DtSharedVrfObjectReference class will allocate an empty DtVrfObjectReference if one is not assigned s...
Definition: vrfObjectReference.h:102
DtNavArea * myNavArea
Definition: dynamicObstacleNavInterface.h:58
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This is the DtVrfObjectNavInterface subclass for objects which are treated as frequently moving obsta...
Definition: dynamicObstacleNavInterface.h:23
Contains all the data and logic for navigation within a specific area.
Definition: navArea.h:181
virtual bool init()
Virtual init, called from the create() method.
DtVector myPreviousLocalPos
Definition: dynamicObstacleNavInterface.h:56
DtVrfObjectNavInterface & operator=(const DtVrfObjectNavInterface &orig)
Not Implemented.
DtNavObstacle * myNavObstacle
Definition: dynamicObstacleNavInterface.h:55
virtual void changingNavArea(DtNavArea *newNavArea)
Called when about to change to a new navArea.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)