BICO
1.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Pages
realspaceprovider.h
Go to the documentation of this file.
1
#ifndef REALSPACEPROVIDER_H
2
#define REALSPACEPROVIDER_H
3
4
#include "../point/point.h"
5
#include "../base/euclideanspaceprovider.h"
6
7
namespace
CluE
8
{
9
15
class
RealSpaceProvider
:
public
EuclideanSpaceProvider
<Point>
16
{
17
public
:
18
RealSpaceProvider
(
unsigned
int
dimension
);
19
20
virtual
RealSpaceProvider
*
clone
()
const
;
21
22
virtual
V
nullVector
()
const
;
23
24
private
:
25
unsigned
int
dimension
;
26
};
27
28
}
29
30
#endif
src
point
realspaceprovider.h
Generated on Fri Aug 30 2013 15:51:29 for BICO by
1.8.4