SoCopyImageProcessing engine copies an image into another image. More...
#include <ImageViz/Engines/ImageManipulation/ImageEditing/SoCopyImageProcessing.h>
Public Member Functions | |
SoCopyImageProcessing () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inImage |
SoImageVizEngineOutput < SoSFImageDataAdapter, SoImageDataAdapter * > | outImage |
The SoCopyImageProcessing engine copies an image into another image. If the output image does not exist, SoCopyImageProcessing creates it. If the output image already exists, it is replaced by the copy, and the previous image of that name is lost.
SoCropImageProcessing, SoPasteImageProcessing.
computeMode | MODE_AUTO |
inImage | NULL |
SoCopyImageProcessing::SoCopyImageProcessing | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
The output image.
Default value is NULL. Supported types include: grayscale binary label color image.