Public Member Functions | |
void | initialize () |
int | isItOutput () const |
int | moveData () |
void | sendData () |
template<class T > | |
void | writeBuffer (const T *pBuf, size_t pNum) |
![]() | |
void | imageConnect () |
int | isDynamic () const |
void | setDDFParams (unsigned numTokens=1) |
void | setNumXfer (int pNewRate) |
PortHole & | setSDFParams (unsigned numTokens, unsigned maxPctValue) |
Protected Member Functions | |
void | notifyPortDebug () |
Additional Inherited Members | |
![]() | |
DFGeodesic * | imageGeo |
DFPortHole * | imagePort |
|
protected |
Call notification method for every sent particle
template void OutDDFPort::writeBuffer< CI_FLOAT > | ( | const T * | pBuf, |
size_t | pNum | ||
) |
Send a number of values stored in an array through the output port. This template method is instanciated for value types int and CI_FLOAT