VR-Forces 4.1.1 Class Documentation
drawingSharedMemory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <kyruntime.h>
10 #include "bhaveUtil/dataTransfer.h"
12 
13 namespace BHAVE
14 {
15 
16 namespace DrawingViewer
17 {
18 
23  {
24  public:
26  virtual ~DtSharedMemory();
27 
28  virtual bool Init(unsigned int max_lines, const char* path);
29  virtual void Exit();
30 
31  virtual void Draw3DLine(const Kaim::Vec3f& p1, const Kaim::Vec3f& p2, KyUInt32 r, KyUInt32 g, KyUInt32 b);
32  virtual void Draw3DPoint(const Kaim::Vec3f& p1, KyUInt32 r, KyUInt32 g, KyUInt32 b);
33  virtual void EndFrame();
34  virtual void Reset();
35 
36  protected:
37 
39  };
40 
41 }
42 
43 } //namespace BHAVE

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)