VR-Forces 4.0.4 Class Documentation
include/vrvOsg/DtTerrainPatchGroup.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2011 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile:  $ $Revision:  $ $State:  $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvOsg/vrvOsg.h>
00016 #include <vrvOsg/DtFastGroup.h>
00017 
00018 namespace makVrv
00019 {   
00020    class DtOsgTerrainPatchObject;
00021 
00024    class DT_DLL_VRVOSG DtTerrainPatchGroup : public DtFastGroup
00025    {
00026    public:
00028       DtTerrainPatchGroup();
00029 
00031       virtual ~DtTerrainPatchGroup();
00032 
00034       void setTerrainPatchObject( DtOsgTerrainPatchObject* tpo );
00035 
00037       DtOsgTerrainPatchObject* terrainPatchObject() const;
00038 
00039    protected:
00040       DtOsgTerrainPatchObject* myTerrainPatchObject;
00041    };
00042 }
00043 

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)