You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
distributor_p
sfc.hh
Go to the documentation of this file.
1
6
#include "
basics/typedefs.hh
"
7
8
#ifndef sfc_hh
9
#define sfc_hh
10
11
12
namespace
parallel {
13
14
// ************************************************ SFC **
15
18
class
SFC
{
19
public
:
20
virtual
const
ushort*
const
operator[](ushort ori)
const
= 0;
21
};
22
23
24
// ***************************************** HilbertSFC **
25
28
class
HilbertSFC
:
public
SFC
{
29
public
:
34
const
ushort*
const
operator[]
(ushort ori)
const
{
return
data[ori];};
35
private
:
36
static
const
ushort*
const
data[24];
37
};
38
39
}
// namespace parallel
40
41
#endif
// sfc_hh
parallel::HilbertSFC
Definition
sfc.hh:28
parallel::HilbertSFC::operator[]
const ushort *const operator[](ushort ori) const
Definition
sfc.hh:34
parallel::SFC
Definition
sfc.hh:18
typedefs.hh
Generated on Wed Sep 13 2023 21:06:18 for Concepts by
1.9.8