VR-Link API Documentation for HLA Evolved
envBndSphere.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00009 #ifndef DtEnvironmentalBoundingSphereRecord_H_
00010 #define DtEnvironmentalBoundingSphereRecord_H_
00011 
00012 
00013 #include "envSphere.h"
00014 
00015 
00022 class DT_DLL_VL DtEnvironmentalBoundingSphereRecord : 
00023    public DtEnvironmentalSphereRecord
00024 {
00025 public:
00027    DtEnvironmentalBoundingSphereRecord();
00028 
00030    DtEnvironmentalBoundingSphereRecord(
00031       const DtEnvironmentalBoundingSphereRecord& orig);
00032 
00034    const DtEnvironmentalBoundingSphereRecord& operator=(
00035       const DtEnvironmentalBoundingSphereRecord& orig);
00036 
00038    virtual ~DtEnvironmentalBoundingSphereRecord();
00039 
00041    virtual DtEnvironmentalRecord* clone() const;
00042 
00046    virtual bool createNetworkRepresentation();
00047 
00048 };
00049 
00050 
00051 #endif
00052 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)