Functions |
template<typename epicsType > |
void | movePixelStd (NDArray *inArray, NDTransformIndex_t pixelIndexIn, NDArray *outArray, NDTransformIndex_t pixelIndexOut) |
| Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.
|
template<typename epicsType > |
void | movePixelRGB1 (NDArray *inArray, NDTransformIndex_t pixelIndexIn, NDArray *outArray, NDTransformIndex_t pixelIndexOut) |
| Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.
|
template<typename epicsType > |
void | movePixelRGB2 (NDArray *inArray, NDTransformIndex_t pixelIndexIn, NDArray *outArray, NDTransformIndex_t pixelIndexOut) |
| Actually perform the move of the pixel from the input NDArray to it's transformed location in the output NDArray.
|
int | NDTransformConfigure (const char *portName, int queueSize, int blockingCallbacks, const char *NDArrayPort, int NDArrayAddr, int maxBuffers, size_t maxMemory, int priority, int stackSize) |
| Configuration command.
|
void | NDTransformRegister (void) |
| epicsExportRegistrar (NDTransformRegister) |