#include <ImLib3D/ImageProcessor.hpp>
Include dependency graph for InsertImage.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | IP3D |
Functions | |
template<class ImageType> | |
void | InsertImage (const ImageType &src, const ImageType &insert, const Vect3Di &pos, ImageType &res) |
template<class ImageType> | |
void | ResizeImageSupport (const ImageType &src, const Size3D &newSize, ImageType &res0, const typename ImageType::value_type *fillValue=NULL) |
Definition in file InsertImage.hpp.
|
#&InsertImage&# Draws an image into another image. (x,y,z) Position where to insert image. Definition at line 46 of file InsertImage.hpp. Referenced by IP3D::Pad(). |