![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: terrainPaperMapFactory.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00012 00024 00025 #ifndef TERRAINPAPERMAPFACTORY_H_ 00026 #define TERRAINPAPERMAPFACTORY_H_ 00027 00028 #include "terrainDbFactory/paperMapFactory.h" 00029 #include "papermap/papermapDefines.h" 00030 00031 class DT_DLL_papermap DtTerrainPaperMapFactory : public DtPaperMapFactory 00032 { 00033 public: 00035 DtTerrainPaperMapFactory(); 00036 DtTerrainPaperMapFactory(DtTdbMetafileFactory* factory); 00037 00039 DtTerrainPaperMapFactory(const DtTerrainPaperMapFactory& orig); 00040 00042 const DtTerrainPaperMapFactory& operator=( 00043 const DtTerrainPaperMapFactory& orig); 00044 }; 00045 00046 #endif 00047 00048