VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhavePathDataGen
terrainInputProducer.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
bhavePathDataGen/pathDataGenDefines.h
>
9
#include <
bhavePathDataGen/baseImporter.h
>
10
#include <
bhavePathDataGen/extentBoxStruct.h
>
11
12
#include <kypdg.h>
13
14
namespace
BHAVE {
15
18
class
DT_DLL_bhavePathDataGen
DtTerrainInputProducer
:
public
Kaim::PdgInputProducer
19
{
20
public
:
21
23
DtTerrainInputProducer
();
24
26
virtual
~
DtTerrainInputProducer
();
27
30
virtual
KyResult Produce ( Kaim::ClientInputConsumer & inputConsumer );
31
32
virtual
void
setImporterObject(
DtBaseImporter
* importer);
33
34
virtual
void
setBoundingBox(
const
DtExtentBoxStruct
& boundingBox);
35
36
protected
:
37
DtBaseImporter
*
myImporter
;
38
DtExtentBoxStruct
*
myBoundingBox
;
39
};
40
41
}
42
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
)