FooBar
Main Page
Classes
Files
File List
File Members
floatcoordbase.h
Go to the documentation of this file.
1
#ifndef _floatcoord_h_
2
#define _floatcoord_h_
3
4
template
<
int
DIMENSIONS>
5
class
FloatCoord
6
{
7
friend
class
Typemaps
;
8
private
:
9
float
vec
[DIMENSIONS];
10
};
11
12
class
FloatCoordTypemapsHelper
13
{
14
friend
class
Typemaps
;
15
public
:
16
FloatCoord<1>
pA
;
17
FloatCoord<2>
pB
;
18
FloatCoord<4>
pC
;
19
};
20
21
#endif
src
floatcoordbase.h
Generated on Tue Oct 22 2013 21:36:45 for FooBar by
1.8.4