The ChainCon Software (Release 0.03)
Public Types | Static Public Member Functions | List of all members
NoWrapping< CoordT > Class Template Reference

A simple class for wrapping cubical cell coordinstes, which does not wrap anything. More...

#include <wrapping.h>

Public Types

typedef CoordT CoordType
 The type of coordinates for wrapping. More...
 

Static Public Member Functions

template<class ArrayT >
static void wrap (ArrayT &coords, int dim)
 A dummy wrapping function that does nothing. More...
 
template<class ArrayT >
static void setWrapping (const ArrayT &coords, int dim)
 A dummy function for setting wrapping that throws an exception if called. More...
 

Detailed Description

template<class CoordT>
class NoWrapping< CoordT >

A simple class for wrapping cubical cell coordinstes, which does not wrap anything.

Definition at line 50 of file wrapping.h.

Member Typedef Documentation

◆ CoordType

template<class CoordT >
typedef CoordT NoWrapping< CoordT >::CoordType

The type of coordinates for wrapping.

Definition at line 54 of file wrapping.h.

Member Function Documentation

◆ setWrapping()

template<class CoordT >
template<class ArrayT >
void NoWrapping< CoordT >::setWrapping ( const ArrayT &  coords,
int  dim 
)
inlinestatic

A dummy function for setting wrapping that throws an exception if called.

Definition at line 78 of file wrapping.h.

◆ wrap()

template<class CoordT >
template<class ArrayT >
void NoWrapping< CoordT >::wrap ( ArrayT &  coords,
int  dim 
)
inlinestatic

A dummy wrapping function that does nothing.

Definition at line 71 of file wrapping.h.


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