VR-Forces 4.1 Class Documentation
movementBasedTerrainPreloadController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include "vrfobjcore/cntrlCmpnt.h"
16 
18 
25 {
26 
27 private:
28 
37 
38 public:
39 
43  DtVrfObject* owner,
44  DtSimManager* simManager,
45  DtComponentDescriptor* desc = 0,
46  DtReaderWriterRegistry* parentRegistry = 0);
47 
50 
51  virtual bool init();
52 
55  virtual DtString type() const;
56 
59  static void calculateTerrainPreLoadCallback(
60  DtVrfObjectTerrainPreloadArgs& args, void* usr);
61 
64  virtual void calculateTerrainPreLoad(DtVrfObjectTerrainPreloadArgs& args);
65 
66  static DtSimComponent * creator(const DtString& name,
67  DtVrfObject* owner,
68  DtSimManager* simManager,
69  DtComponentDescriptor* desc = 0,
70  DtReaderWriterRegistry* parentRegistry = 0);
71 
72 protected:
74 
75 };

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)