#include <ost/img/data_algorithm.hh>#include "image_state_impl.hh"#include "image_state_def.hh"Go to the source code of this file.
Data Structures | |
| class | InvalidImageStateVisitor |
| ImageStateVisitor general exception. More... | |
| class | ImageStateNonModVisitorBase |
| non-modifying image state visitor base class More... | |
| class | ImageStateNonModVisitor< FNC > |
| non-modifying image state visitor More... | |
| class | ImageStateModIPVisitorBase |
| in-place modifying image state visitor base class More... | |
| class | ImageStateModIPVisitor< FNC > |
| in-place modifying image state visitor More... | |
| class | ImageStateConstModIPVisitorBase |
| in-place modifying image state const visitor base class More... | |
| class | ImageStateConstModIPVisitor< FNC > |
| in-place modifying image state visitor More... | |
| class | ImageStateModOPVisitorBase |
| out-of-place modifying image state visitor base class More... | |
| class | ImageStateModOPVisitor< FNC > |
| out-of-place modifying image state visitor More... | |
| class | ImageStateConstModOPVisitorBase |
| out-of-place modifying image state const visitor base class More... | |
| class | ImageStateConstModOPVisitor< FNC > |
| out-of-place modifying image state visitor More... | |
| class | ImageStateMorphVisitorBase |
| morphing image state visitor base class More... | |
| class | ImageStateMorphVisitor< FNC > |
| morphing image state visitor More... | |
Namespaces | |
| namespace | ost |
| namespace | ost::img |
| namespace | ost::img::image_state |
Defines | |
| #define | IMAGE_STATE_VISITOR_CTOR_ADAPTERS(CLASS) |
| #define IMAGE_STATE_VISITOR_CTOR_ADAPTERS | ( | CLASS | ) |
Definition at line 46 of file image_state_visitor.hh.
1.6.1