#include <NonuniformGeneratedPdfPackInfo.h>
|
void | packAll (PdfField_T *srcField, CellInterval &ci, unsigned char *outBuffer) const =0 |
|
void | unpackAll (PdfField_T *dstField, CellInterval &ci, unsigned char *inBuffer) const =0 |
|
void | localCopyAll (PdfField_T *srcField, CellInterval &srcInterval, PdfField_T *dstField, CellInterval &dstInterval) const =0 |
|
void | packDirection (PdfField_T *srcField, CellInterval &ci, unsigned char *outBuffer, Direction dir) const =0 |
|
void | unpackDirection (PdfField_T *dstField, CellInterval &ci, unsigned char *inBuffer, Direction dir) const =0 |
|
void | localCopyDirection (PdfField_T *srcField, CellInterval &srcInterval, PdfField_T *dstField, CellInterval &dstInterval, Direction dir) const =0 |
|
void | unpackRedistribute (PdfField_T *dstField, CellInterval &ci, unsigned char *inBuffer, stencil::Direction dir) const =0 |
|
void | packPartialCoalescence (PdfField_T *srcField, PartialCoalescenceMaskField *maskField, CellInterval &ci, unsigned char *outBuffer, Direction dir) const =0 |
|
void | zeroCoalescenceRegion (PdfField_T *dstField, CellInterval &ci, Direction dir) const =0 |
|
void | unpackCoalescence (PdfField_T *dstField, CellInterval &ci, unsigned char *inBuffer, Direction dir) const =0 |
|
uint_t | size (CellInterval &ci, Direction dir) const =0 |
|
uint_t | size (CellInterval &ci) const =0 |
|
uint_t | redistributeSize (CellInterval &ci) const =0 |
|
uint_t | partialCoalescenceSize (CellInterval &ci, Direction dir) const =0 |
|
◆ localCopyAll()
template<typename PdfField_T , bool inplace>
◆ localCopyDirection()
template<typename PdfField_T , bool inplace>
◆ packAll()
template<typename PdfField_T , bool inplace>
◆ packDirection()
template<typename PdfField_T , bool inplace>
◆ packPartialCoalescence()
template<typename PdfField_T , bool inplace>
◆ partialCoalescenceSize()
template<typename PdfField_T , bool inplace>
◆ redistributeSize()
template<typename PdfField_T , bool inplace>
◆ size() [1/2]
template<typename PdfField_T , bool inplace>
◆ size() [2/2]
template<typename PdfField_T , bool inplace>
◆ unpackAll()
template<typename PdfField_T , bool inplace>
◆ unpackCoalescence()
template<typename PdfField_T , bool inplace>
◆ unpackDirection()
template<typename PdfField_T , bool inplace>
◆ unpackRedistribute()
template<typename PdfField_T , bool inplace>
◆ zeroCoalescenceRegion()
template<typename PdfField_T , bool inplace>
The documentation for this class was generated from the following file: