27#ifndef IMG_IMAGE_STATE_VISITOR_FW_H
28#define IMG_IMAGE_STATE_VISITOR_FW_H
30namespace ost {
namespace img {
namespace image_state {
32class InvalidImageStateVisitor;
33class ImageStateNonModVisitorBase;
34class ImageStateModIPVisitorBase;
35class ImageStateConstModIPVisitorBase;
36class ImageStateModOPVisitorBase;
37class ImageStateConstModOPVisitorBase;
38class ImageStateMorphVisitorBase;