FreePOOMA  2.4.1
Public Types | Static Public Member Functions
SplitDomain< T, 1 > Struct Template Reference

#include <Split.h>

List of all members.

Public Types

enum  { strided = !DomainTraits<T>::unitStride }

Static Public Member Functions

static void split (const T &a, T &b, T &c)
static void split (const T &a, int axis, T &b, T &c)
static void split (const T &a, int axis, int leftLength, T &b, T &c)

template<class T>
struct SplitDomain< T, 1 >


Member Enumeration Documentation

template<class T >
anonymous enum
Enumerator:
strided 

Member Function Documentation

template<class T >
static void SplitDomain< T, 1 >::split ( const T &  a,
T &  b,
T &  c 
) [inline, static]
template<class T >
static void SplitDomain< T, 1 >::split ( const T &  a,
int  axis,
T &  b,
T &  c 
) [inline, static]
template<class T >
static void SplitDomain< T, 1 >::split ( const T &  a,
int  axis,
int  leftLength,
T &  b,
T &  c 
) [inline, static]

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