![]() |
LibraryLink Utilities
3.0.1
Modern C++ wrapper over LibraryLink and WSTP
|
Definition and implementation of ImageView and ImageTypedView. More...
Definition and implementation of ImageView and ImageTypedView.
#include "LLU/Containers/Generic/Image.hpp"#include "LLU/Containers/Interfaces.h"#include "LLU/Containers/Iterators/IterableContainer.hpp"#include "LLU/ErrorLog/ErrorManager.h"
Include dependency graph for Views/Image.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LLU::ImageView |
| Simple, light-weight, non-owning wrappper over MImage. More... | |
Namespaces | |
| LLU | |
| Main namespace of LibraryLink Utilities. | |
Functions | |
| template<typename ImageT , typename F > | |
| auto | LLU::asTypedImage (ImageT &&img, F &&callable) |
Take a Image-like object img and a function callable and call the function with a ImageTypedView created from img. More... | |