OpenStructure
|
#include <boost/shared_ptr.hpp>
#include <ost/img/module_config.hh>
#include <ost/message.hh>
#include <ost/base.hh>
#include "data.hh"
#include "observable.hh"
#include "extent_iterator.hh"
#include "image_state/image_state_visitor_fw.hh"
#include "image_state/image_state_base_fw.hh"
Go to the source code of this file.
Data Structures | |
class | InvalidImageHandle |
class | ImageHandle |
class | ConstImageHandle |
Namespaces | |
test_image | |
ost | |
ost::img | |
Functions | |
void | test_Observer () |
Global operators | |
These operators are implemented in terms of the member operators of ImageHandle, and due to the implicit convertability of ImageHandle to ConstImageHandle, they may be applied to both handle variants. | |
DLLEXPORT_OST_IMG_BASE bool | operator== (const ImageHandle &lhs, const ConstImageHandle &rhs) |
DLLEXPORT_OST_IMG_BASE bool | operator!= (const ImageHandle &lhs, const ConstImageHandle &rhs) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator+ (const ConstImageHandle &h, Real v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator+ (const ConstImageHandle &h, const Complex &v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator+ (Real v, const ConstImageHandle &h) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator+ (const Complex &v, const ConstImageHandle &h) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator- (const ConstImageHandle &h, Real v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator- (const ConstImageHandle &h, const Complex &v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator- (Real v, const ConstImageHandle &h) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator- (const Complex &v, const ConstImageHandle &h) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator* (const ConstImageHandle &h, Real v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator* (const ConstImageHandle &h, const Complex &v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator* (Real v, const ConstImageHandle &h) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator* (const Complex &v, const ConstImageHandle &h) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator/ (const ConstImageHandle &h, Real v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator/ (const ConstImageHandle &h, const Complex &v) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator+ (const ConstImageHandle &h1, const ConstImageHandle &h2) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator- (const ConstImageHandle &h1, const ConstImageHandle &h2) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator* (const ConstImageHandle &h1, const ConstImageHandle &h2) |
DLLEXPORT_OST_IMG_BASE ImageHandle | operator/ (const ConstImageHandle &h1, const ConstImageHandle &h2) |