#include <ost/img/image.hh>
#include <ost/img/data_algorithm.hh>
#include "image_state_visitor.hh"
Go to the source code of this file.
Data Structures | |
class | ImageStateNonModAlgorithm< FNC > |
non-modifying image state visitor plus non-mod algorithm More... | |
class | ImageStateModIPAlgorithm< FNC > |
in-place modifying image state visitor plus ip algorithm More... | |
class | ImageStateConstModIPAlgorithm< FNC > |
in-place modifying image state const visitor plus ip algorithm More... | |
class | ImageStateModOPAlgorithm< FNC > |
out-of-place modifying image state visitor plus op algorithm More... | |
class | ImageStateConstModOPAlgorithm< FNC > |
out-of-place modifying image state const visitor plus op algorithm More... | |
class | ImageStateMorphAlgorithm< FNC > |
morph visitor plus ip algorithm More... | |
Namespaces | |
namespace | ost |
namespace | ost::img |
namespace | ost::img::image_state |
Defines | |
#define | IMAGE_STATE_VISITOR_CTOR_ADAPTERS(CLASS, BASE) |
#define IMAGE_STATE_VISITOR_CTOR_ADAPTERS | ( | CLASS, | |||
BASE | ) |
Definition at line 44 of file image_state_algorithm.hh.