VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
terrainPagerCommandFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: evalFactory.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 
15 
17 
18 #include <vlutil/vlHashlist.h>
19 
21 
27 
30 typedef DtTerrainPagerCommand*
31  (*DtTerrainPagerCommandCreatorFcn)(DtPagingMetaDataPtr);
32 
34 {
35 public:
36 
39 
42 
43  void addDefaultCreatorFunctions();
44 
46  virtual void addCreatorFcn(int type,
48 
49  virtual DtTerrainPagerCommand* createTerrainPagerCommand(int type,
50  DtPagingMetaDataPtr metaData);
51 
52  static DtTerrainPagerCommandFactory* create();
53 
54 private:
55 
58  const DtTerrainPagerCommandFactory& orig);
59 
62  const DtTerrainPagerCommandFactory& orig);
63 
64 protected:
65 
68  DtHashlist myHashlist;
69 };
70 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)