ImageStateConstModOPVisitor< FNC > Class Template Reference

out-of-place modifying image state visitor More...

#include <image_state_visitor.hh>

Inherits ost::img::image_state::ImageStateConstModOPVisitorBase.

Public Member Functions

 ImageStateConstModOPVisitor ()
template<class P0 >
 ImageStateConstModOPVisitor (const P0 &p0)
template<class P0 , class P1 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1)
template<class P0 , class P1 , class P2 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2)
template<class P0 , class P1 , class P2 , class P3 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3)
template<class P0 , class P1 , class P2 , class P3 , class P4 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4)
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5)
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6)
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7)
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8)
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 , class P9 >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8, const P9 &p9)
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 , class P9 , class PA >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8, const P9 &p9, const PA &pa)
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 , class P9 , class PA , class PB >
 ImageStateConstModOPVisitor (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8, const P9 &p9, const PA &pa, const PB &pb)
virtual ImageStateBasePtr Visit_ (const RealSpatialImageState &is) const
virtual ImageStateBasePtr Visit_ (const ComplexSpatialImageState &is) const
virtual ImageStateBasePtr Visit_ (const RealFrequencyImageState &is) const
virtual ImageStateBasePtr Visit_ (const ComplexFrequencyImageState &is) const
virtual ImageStateBasePtr Visit_ (const ComplexHalfFrequencyImageState &is) const
virtual ImageStateBasePtr Visit_ (const WordSpatialImageState &is) const

Detailed Description

template<class FNC>
class ost::img::image_state::ImageStateConstModOPVisitor< FNC >

out-of-place modifying image state visitor

Expects a class with a public VisitState() method, having the following signature:

  class MyVisitorFnc {
  public:
    template<typename T, class D>
    ImageStateBasePtr Visit(const img::image_state::ImageStateImpl<T,D>& isi) const;
  };

The modified image state will be returned as a new object. Due to the const'nes of the VisitState method, no member variables may be modified, but the visitor can be used as an temporary object.

See img::image_state::ImageStateNonModVisitor for other important remarks

Definition at line 519 of file image_state_visitor.hh.


Constructor & Destructor Documentation

ImageStateConstModOPVisitor (  )  [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0  )  [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6,
const P7 &  p7 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6,
const P7 &  p7,
const P8 &  p8 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6,
const P7 &  p7,
const P8 &  p8,
const P9 &  p9 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6,
const P7 &  p7,
const P8 &  p8,
const P9 &  p9,
const PA &  pa 
) [inline]

Definition at line 522 of file image_state_visitor.hh.

ImageStateConstModOPVisitor ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
const P6 &  p6,
const P7 &  p7,
const P8 &  p8,
const P9 &  p9,
const PA &  pa,
const PB &  pb 
) [inline]

Definition at line 522 of file image_state_visitor.hh.


Member Function Documentation

virtual ImageStateBasePtr Visit_ ( const WordSpatialImageState is  )  const [inline, virtual]

Implements ImageStateConstModOPVisitorBase.

Definition at line 529 of file image_state_visitor.hh.

virtual ImageStateBasePtr Visit_ ( const ComplexHalfFrequencyImageState is  )  const [inline, virtual]

Implements ImageStateConstModOPVisitorBase.

Definition at line 528 of file image_state_visitor.hh.

virtual ImageStateBasePtr Visit_ ( const ComplexFrequencyImageState is  )  const [inline, virtual]

Implements ImageStateConstModOPVisitorBase.

Definition at line 527 of file image_state_visitor.hh.

virtual ImageStateBasePtr Visit_ ( const RealFrequencyImageState is  )  const [inline, virtual]

Implements ImageStateConstModOPVisitorBase.

Definition at line 526 of file image_state_visitor.hh.

virtual ImageStateBasePtr Visit_ ( const ComplexSpatialImageState is  )  const [inline, virtual]

Implements ImageStateConstModOPVisitorBase.

Definition at line 525 of file image_state_visitor.hh.

virtual ImageStateBasePtr Visit_ ( const RealSpatialImageState is  )  const [inline, virtual]

Implements ImageStateConstModOPVisitorBase.

Definition at line 524 of file image_state_visitor.hh.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated on 10 Nov 2016 for OpenStructure by  doxygen 1.6.1