VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfPoint.h
Go to the documentation of this file.
1 
9 
10 #pragma once
11 
12 #include "geometry/point.h"
13 
14 namespace makVrf
15 {
17  {
18  public:
21  DtColorPoint(const DtString& name, const DtPoint& p1,
22  unsigned char red, unsigned char green, unsigned char blue) :
23  myName(name),
24  myPt1(p1),
25  myRed(red),
26  myGreen(green),
27  myBlue(blue)
28  {
29  };
30  virtual ~DtColorPoint() {};
31 
34  unsigned char myRed;
35  unsigned char myGreen;
36  unsigned char myBlue;
37  };
38 }
39 
unsigned char myGreen
Definition: vrfPoint.h:35
DtColorPoint(const DtString &name, const DtPoint &p1, unsigned char red, unsigned char green, unsigned char blue)
Definition: vrfPoint.h:21
DtPoint myPt1
Definition: vrfPoint.h:33
unsigned char myBlue
Definition: vrfPoint.h:36
Definition: vrfPoint.h:16
DtString myName
Definition: vrfPoint.h:30
DtColorPoint()
CTOR/DTOR.
Definition: vrfPoint.h:20
unsigned char myRed
Definition: vrfPoint.h:34
Definition: point.h:34
virtual ~DtColorPoint()
Definition: vrfPoint.h:30

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)