OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
ImageStateModIPAlgorithm< FNC > Class Template Reference

#include <image_state_algorithm.hh>

Inherits ModIPAlgorithm, and ImageStateModIPVisitorBase.

Public Member Functions

 ImageStateModIPAlgorithm ()
template<class P0 >
 ImageStateModIPAlgorithm (const P0 &p0)
template<class P0 , class P1 >
 ImageStateModIPAlgorithm (const P0 &p0, const P1 &p1)
template<class P0 , class P1 , class P2 >
 ImageStateModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2)
template<class P0 , class P1 , class P2 , class P3 >
 ImageStateModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3)
template<class P0 , class P1 , class P2 , class P3 , class P4 >
 ImageStateModIPAlgorithm (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 >
 ImageStateModIPAlgorithm (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 >
 ImageStateModIPAlgorithm (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 >
 ImageStateModIPAlgorithm (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 >
 ImageStateModIPAlgorithm (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 >
 ImageStateModIPAlgorithm (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 >
 ImageStateModIPAlgorithm (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 >
 ImageStateModIPAlgorithm (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 P9 &pa, const PA &pb)
virtual void Visit_ (RealSpatialImageState &is)
virtual void Visit_ (ComplexSpatialImageState &is)
virtual void Visit_ (RealFrequencyImageState &is)
virtual void Visit_ (ComplexFrequencyImageState &is)
virtual void Visit_ (ComplexHalfFrequencyImageState &is)
virtual void Visit_ (WordSpatialImageState &is)
virtual void Visit (ImageHandle &h)
- Public Member Functions inherited from ImageStateModIPVisitorBase
 ImageStateModIPVisitorBase (const String &name="")
virtual ~ImageStateModIPVisitorBase ()

Additional Inherited Members

- Protected Member Functions inherited from ModIPAlgorithm
 ModIPAlgorithm (const String &name)
 ModIPAlgorithm (const ModIPAlgorithm &a)
ModIPAlgorithmoperator= (const ModIPAlgorithm &a)
- Protected Member Functions inherited from AlgorithmBase
 AlgorithmBase (const String &n)
 AlgorithmBase (const AlgorithmBase &a)
AlgorithmBaseoperator= (const AlgorithmBase &b)

Detailed Description

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

in-place modifying image state visitor plus ip algorithm

offers a combined image state visitor as well as image handle algorithm. The template parameter is expected to be a class offering VisitState (see img::image_state::ImageStateModIPVisitor ), plus a static GetAlgorithmName() method:

class MyVisitorFnc {
public:
template<typename T, class D>
void VisitState(img::image_state::ImageStateImpl<T,D>& isi);
static String GetAlgorithmName();
};

Definition at line 315 of file image_state_algorithm.hh.


Constructor & Destructor Documentation

Definition at line 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( const P0 &  p0)
inline

Definition at line 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( const P0 &  p0,
const P1 &  p1 
)
inline

Definition at line 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2 
)
inline

Definition at line 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( const P0 &  p0,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3 
)
inline

Definition at line 317 of file image_state_algorithm.hh.

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

Definition at line 317 of file image_state_algorithm.hh.

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

Definition at line 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( 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 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( 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 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( 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 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( 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 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( 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 317 of file image_state_algorithm.hh.

ImageStateModIPAlgorithm ( 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 P9 &  pa,
const PA &  pb 
)
inline

Definition at line 317 of file image_state_algorithm.hh.


Member Function Documentation

virtual void Visit ( ImageHandle h)
inlinevirtual

Implements ModIPAlgorithm.

Definition at line 327 of file image_state_algorithm.hh.

virtual void Visit_ ( RealSpatialImageState is)
inlinevirtual

Implements ImageStateModIPVisitorBase.

Definition at line 319 of file image_state_algorithm.hh.

virtual void Visit_ ( ComplexSpatialImageState is)
inlinevirtual

Implements ImageStateModIPVisitorBase.

Definition at line 320 of file image_state_algorithm.hh.

virtual void Visit_ ( RealFrequencyImageState is)
inlinevirtual

Implements ImageStateModIPVisitorBase.

Definition at line 321 of file image_state_algorithm.hh.

virtual void Visit_ ( ComplexFrequencyImageState is)
inlinevirtual

Implements ImageStateModIPVisitorBase.

Definition at line 322 of file image_state_algorithm.hh.

virtual void Visit_ ( ComplexHalfFrequencyImageState is)
inlinevirtual

Implements ImageStateModIPVisitorBase.

Definition at line 323 of file image_state_algorithm.hh.

virtual void Visit_ ( WordSpatialImageState is)
inlinevirtual

Implements ImageStateModIPVisitorBase.

Definition at line 324 of file image_state_algorithm.hh.


The documentation for this class was generated from the following file: