VR-Forces 4.0.4 Class Documentation
include/simTerrainDrawer/debugDrawerTriangleMemory.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: debugDrawerTriangleMemory.h,v $ $Revision: 1.0 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include "simTerrainDrawer/simTerrainDrawerDefines.h"
00017 #include "simTerrainDrawer/debugDrawerGeometryMemory.h"
00018 
00019 class DT_DLL_simTerrainDrawer DtDebugDrawerTriangleMemory :
00020    public DtDebugDrawerGeometryMemory 
00021 {
00022 public:
00024    DtDebugDrawerTriangleMemory();
00025 
00027    ~DtDebugDrawerTriangleMemory();
00028 
00033    virtual char* encode(char* buffer);
00034 
00043    virtual const char* decode(const char* buffer);
00044 
00047    virtual int getSize();
00048 
00051    virtual int type();
00052 
00055    DtVector myPoint1;
00056 
00059    DtVector myPoint2;
00060 
00063    DtVector myPoint3;  
00064 };

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)