VR-Forces 4.0.4 Class Documentation
include/bhavePathDataGen/terrainInputProducer.h
Go to the documentation of this file.
00001 /******************************************************************************* 
00002 ** Copyright (c) 2010 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 *******************************************************************************/ 
00005 
00006 #pragma once
00007 
00008 #include <bhavePathDataGen/pathDataGenDefines.h>
00009 #include <bhavePathDataGen/baseImporter.h>
00010 #include <bhavePathDataGen/extentBoxStruct.h>
00011 
00012 #include <kypdg.h>
00013 
00014 namespace BHAVE {
00015 
00018 class DT_DLL_bhavePathDataGen DtTerrainInputProducer : public Kaim::PdgInputProducer
00019 {
00020 public:
00021 
00023    DtTerrainInputProducer ();
00024 
00026    virtual ~DtTerrainInputProducer ();
00027 
00030    virtual KyResult Produce  ( Kaim::ClientInputConsumer &  inputConsumer  );
00031 
00032    virtual void setImporterObject(DtBaseImporter* importer);
00033 
00034    virtual void setBoundingBox(const DtExtentBoxStruct& boundingBox);
00035 
00036 protected:
00037    DtBaseImporter* myImporter;
00038    DtExtentBoxStruct* myBoundingBox;
00039 };
00040 
00041 } 
00042 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)