VR-Forces 4.2 Class Documentation
shapeBasedTerrainPreloadController.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 
15 #include "vrfobjcore/cntrlCmpnt.h"
17 
19 
24 {
25 
26 private:
27 
36 
37 public:
38 
42  DtVrfObject* owner,
43  DtSimManager* simManager,
44  DtComponentDescriptor* desc = 0,
45  DtReaderWriterRegistry* parentRegistry = 0);
46 
49 
50  virtual bool init();
51 
54  virtual DtString type() const;
55 
58  static void calculateTerrainPreLoadCallback(
59  DtVrfObjectTerrainPreloadArgs& args, void* usr);
60 
63  virtual void calculateTerrainPreLoad(DtVrfObjectTerrainPreloadArgs& args);
64 
65  static DtSimComponent * creator(const DtString& name,
66  DtVrfObject* owner,
67  DtSimManager* simManager,
68  DtComponentDescriptor* desc = 0,
69  DtReaderWriterRegistry* parentRegistry = 0);
70 
71 protected:
73 
74 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)