OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Attributes | List of all members
CacheDataCIC< T, Dim > Struct Template Reference

#include <Interpolator.h>

Collaboration diagram for CacheDataCIC< T, Dim >:
Collaboration graph
[legend]

Public Attributes

NDIndex< DimIndex_m
 
int Offset_m [Dim]
 
Vektor< T, DimDelta_m
 

Detailed Description

template<class T, unsigned Dim>
struct CacheDataCIC< T, Dim >

Definition at line 155 of file Interpolator.h.

Member Data Documentation

template<class T, unsigned Dim>
Vektor<T,Dim> CacheDataCIC< T, Dim >::Delta_m

Definition at line 158 of file Interpolator.h.

Referenced by IntCIC::gather(), and IntCIC::scatter().

template<class T, unsigned Dim>
NDIndex<Dim> CacheDataCIC< T, Dim >::Index_m

Definition at line 156 of file Interpolator.h.

Referenced by IntCIC::gather(), and IntCIC::scatter().

template<class T, unsigned Dim>
int CacheDataCIC< T, Dim >::Offset_m[Dim]

Definition at line 157 of file Interpolator.h.

Referenced by IntCIC::gather(), and IntCIC::scatter().


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