IntersectDomainSingle< T1, T2, T3, Dim, true > Struct Template Reference
The non-unit-stride version of
IntersectDomainSingle, which does extra work for the case where a or b do not have unit stride.
More...
#include <Intersect.h>
List of all members.
|
Static Public Member Functions |
static void | intersect (const T1 &a, const T2 &b, T3 &c) |
Detailed Description
template<class T1, class T2, class T3, int Dim>
struct IntersectDomainSingle< T1, T2, T3, Dim, true >
The non-unit-stride version of
IntersectDomainSingle, which does extra work for the case where a or b do not have unit stride.
Member Function Documentation
template<class T1 , class T2 , class T3 , int Dim>
static void IntersectDomainSingle< T1, T2, T3, Dim, true >::intersect |
( |
const T1 & |
a, |
|
|
const T2 & |
b, |
|
|
T3 & |
c | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: