VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectGridCellTime.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
14 namespace makVrv
15 {
18  {
19  public:
23  virtual ~DtIndirectGridCellTime();
24  private:
29  public:
31  virtual void update(double simulationTime);
32 
34  virtual double elapsedTime(void) const;
35  protected:
36  double myStartTime;
37  double myCurrentTime;
38  };
39 }
virtual ~DtIndirectGridCellTime()
destructor
virtual void update(double simulationTime)
update with current sim time
container for start and current times (for paging)
Definition: DtIndirectGridCellTime.h:17
DtIndirectGridCellTime & operator=(const DtIndirectGridCellTime &)=delete
not allowed
virtual double elapsedTime(void) const
elapsed time
double myCurrentTime
Definition: DtIndirectGridCellTime.h:37
double myStartTime
Definition: DtIndirectGridCellTime.h:36
DtIndirectGridCellTime()
constructor
Contains DLL export macros.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)