VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
papermap
terrainPaperMapFactory.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: terrainPaperMapFactory.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
12
24
25
#ifndef TERRAINPAPERMAPFACTORY_H_
26
#define TERRAINPAPERMAPFACTORY_H_
27
28
#include "
terrainDbFactory/paperMapFactory.h
"
29
#include "
papermap/papermapDefines.h
"
30
31
class
DT_DLL_papermap
DtTerrainPaperMapFactory
:
public
DtPaperMapFactory
32
{
33
public
:
35
DtTerrainPaperMapFactory
();
36
DtTerrainPaperMapFactory
(
DtTdbMetafileFactory
* factory);
37
39
DtTerrainPaperMapFactory
(
const
DtTerrainPaperMapFactory
& orig);
40
42
const
DtTerrainPaperMapFactory
&
operator=
(
43
const
DtTerrainPaperMapFactory
& orig);
44
};
45
46
#endif
47
48
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
)