Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Static Private Attributes
parallel::HilbertSFC Class Reference

Hilbert space filling curve. More...

#include <sfc.hh>

Inheritance diagram for parallel::HilbertSFC:
Inheritance graph
[legend]
Collaboration diagram for parallel::HilbertSFC:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const ushort *const operator[] (ushort ori) const
 Returns the order and orientation of the children of a cube with order or.

Static Private Attributes

static const ushort *const data [24]

Detailed Description

Hilbert space filling curve.

Definition at line 27 of file sfc.hh.


Member Function Documentation

const ushort* const parallel::HilbertSFC::operator[] ( ushort  ori) const [inline, virtual]

Returns the order and orientation of the children of a cube with order or.

Parameters:
orOrder of the cube.

Implements parallel::SFC.

Definition at line 33 of file sfc.hh.


Member Data Documentation

const ushort* const parallel::HilbertSFC::data[24] [static, private]

Definition at line 33 of file sfc.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)