A _Tiled_index_base is the base class of all three kinds of tiled_index to share the common code.  
 More...
#include <amp.h>
template<int _Rank>
class Concurrency::_Tiled_index_base< _Rank >
A _Tiled_index_base is the base class of all three kinds of tiled_index to share the common code. 
 
A Constructor that initializes data members using the given values. 
- Parameters
 - 
  
    | _Global | The global index to be copied from  | 
    | _Local | The local index to be copied from  | 
    | _Tile | The tile index to be copied from  | 
    | _Tile_origin | The tile origin to be copied from  | 
    | _Barrier | The barrier to be copied from  | 
  
   
const index< rank > global
An index that represents the global index within an extent. 
Definition: amp.h:1013
 
const index< rank > tile
An index that represents the coordinates of the current tile of a tiled_extent. 
Definition: amp.h:1023
 
const tile_barrier barrier
An object which represents a barrier within the current tile of threads. 
Definition: amp.h:1033
 
const index< rank > tile_origin
An index that represents the global coordinates of the origin of the current tile within a tiled_exte...
Definition: amp.h:1028
 
const index< rank > local
An index that represents the relative index within the current tile of a tiled_extent. 
Definition: amp.h:1018
 
 
 
 
Copy Constructor. 
- Parameters
 - 
  
    | _Other | The tile_index instance to be copied from .  | 
  
   
 1069       local(_Other.local),
 
const index< rank > global
An index that represents the global index within an extent. 
Definition: amp.h:1013
 
const index< rank > tile
An index that represents the coordinates of the current tile of a tiled_extent. 
Definition: amp.h:1023
 
const tile_barrier barrier
An object which represents a barrier within the current tile of threads. 
Definition: amp.h:1033
 
const index< rank > tile_origin
An index that represents the global coordinates of the origin of the current tile within a tiled_exte...
Definition: amp.h:1028
 
const index< rank > local
An index that represents the relative index within the current tile of a tiled_extent. 
Definition: amp.h:1018
 
 
 
 
Implicit conversion operator that converts a tiled_index into an index. The implicit conversion converts to the .global index member. 
const index< rank > global
An index that represents the global index within an extent. 
Definition: amp.h:1013
 
 
 
 
An object which represents a barrier within the current tile of threads. 
 
 
An index that represents the global index within an extent. 
 
 
An index that represents the relative index within the current tile of a tiled_extent. 
 
 
An index that represents the coordinates of the current tile of a tiled_extent. 
 
 
An index that represents the global coordinates of the origin of the current tile within a tiled_extent. 
 
 
The documentation for this class was generated from the following file: