VR-Forces 4.0.4 Class Documentation
include/vrvTerrain/DtMetaFileHeaderParser.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2011 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtMetaFileHeaderParser.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvTerrain/vrvTerrain.h>
00015 #include <vrvCore/DtHeaderParser.h>
00016 
00017 namespace makVrv
00018 {
00022    class DT_DLL_VRVTERRAIN DtMetaFileHeaderParser : public DtHeaderParser
00023    {
00024    public:
00025 
00027       DtMetaFileHeaderParser(DtDe& de, const std::string& filePath);
00028 
00030       virtual ~DtMetaFileHeaderParser();
00031 
00034       virtual bool isValid();
00035 
00036    protected:
00037 
00038       std::string dataFileNameFromMetaFile(const std::string& name) const;
00039 
00040    protected:
00041       DtDe& myDe;
00042 
00043    };
00044 
00047    class DT_DLL_VRVTERRAIN DtMetaFileHeaderParserCreator 
00048       : public DtHeaderParserCreator
00049    {
00050    public:     
00051 
00053       DtMetaFileHeaderParserCreator();
00054 
00056       virtual ~DtMetaFileHeaderParserCreator();
00057 
00059       virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const;
00060 
00061    };
00062 }

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)