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

#include <Interpolator.h>

Collaboration diagram for CacheDataTSC< 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 CacheDataTSC< T, Dim >

Definition at line 164 of file Interpolator.h.

Member Data Documentation

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

Definition at line 167 of file Interpolator.h.

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

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

Definition at line 165 of file Interpolator.h.

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

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

Definition at line 166 of file Interpolator.h.

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


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