VR-Forces 4.0.4 Class Documentation
include/simTerrainDrawer/debugDrawerSphereMemory.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: debugDrawerSphereMemory.h,v $ $Revision: 1.0 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 #include "simTerrainDrawer/debugDrawerGeometryMemory.h"
00016 
00017 class DT_DLL_simTerrainDrawer DtDebugDrawerSphereMemory :
00018    public DtDebugDrawerGeometryMemory 
00019 {
00020 public:
00022    DtDebugDrawerSphereMemory();
00023 
00025    ~DtDebugDrawerSphereMemory();
00026 
00031    virtual char* encode(char* buffer);
00032 
00041    virtual const char* decode(const char* buffer);
00042 
00045    virtual int getSize();
00046 
00049    virtual int type();
00050 
00053    DtVector myCenter;
00054 
00057    double myRadius;
00058 };

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)