OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
SubFieldIter.h File Reference
#include "Index/NDIndex.h"
#include "Index/SIndex.h"
#include "Field/BareField.h"
#include "Field/LField.h"
#include "Utility/IpplException.h"
#include "Utility/PAssert.h"
#include "PETE/IpplExpressions.h"
Include dependency graph for SubFieldIter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SubFieldIterBase< T, Dim, S, ExprDim >
class  SubFieldIter< T, Dim, S >
class  SubFieldIter< T, Dim, NDIndex< Dim > >
class  SubFieldIter< T, Dim, SIndex< Dim > >
class  SubFieldIter< T, Dim, SOffset< Dim > >

Enumerations

enum  { NoSubsetType , NDIndexSubsetType , SIndexSubsetType , SOffsetSubsetType }

Class Documentation

◆ SubFieldIter

class SubFieldIter
template<class T, unsigned int Dim, class S>
class SubFieldIter< T, Dim, S >

Definition at line 251 of file SubFieldIter.h.

Inheritance diagram for SubFieldIter< T, Dim, S >:
Collaboration diagram for SubFieldIter< T, Dim, S >:

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NoSubsetType 
NDIndexSubsetType 
SIndexSubsetType 
SOffsetSubsetType 

Definition at line 113 of file SubFieldIter.h.