VR-Forces 4.2 Class Documentation
debugDrawerGeometryMemory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: debugDrawerGeometryMemory.h,v $ $Revision: 1.0 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 #include "matrix/vlVector.h"
19 
23 
27 {
35 
36  DtDebugDrawerGeometryMemoryColor operator*(unsigned) const;
37  DtDebugDrawerGeometryMemoryColor operator/(unsigned) const;
38 
39  unsigned char red;
40  unsigned char green;
41  unsigned char blue;
42 };
43 
45 {
46 public:
49 
52 
57  virtual char* encode(char* buffer)=0;
58 
67  virtual const char* decode(const char* buffer)=0;
68 
71  virtual int getSize()=0;
72 
76  virtual int type()=0;
77 
81 };
82 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)