OpenStructure
Namespaces | Macros | Typedefs
image_state_def.hh File Reference
#include <ost/base.hh>
#include "image_state_impl.hh"
#include "image_state_spatial_domain.hh"
#include "image_state_frequency_domain.hh"
#include "image_state_half_frequency_domain.hh"

Go to the source code of this file.

Namespaces

 ost
 
 ost::img
 
 ost::img::image_state
 

Macros

#define OST_DECL_IMAGE_STATE(c, v, d)   extern template c DLLIMPORT image_state::ImageStateImpl<v, image_state::d>;
 

Typedefs

typedef ImageStateImpl< Real, SpatialDomain > RealSpatialImageState
 
typedef ImageStateImpl< Real, FrequencyDomain > RealFrequencyImageState
 
typedef ImageStateImpl< Complex, SpatialDomain > ComplexSpatialImageState
 
typedef ImageStateImpl< Complex, FrequencyDomain > ComplexFrequencyImageState
 
typedef ImageStateImpl< Complex, HalfFrequencyDomain > ComplexHalfFrequencyImageState
 
typedef ImageStateImpl< Word, SpatialDomain > WordSpatialImageState
 

Macro Definition Documentation

◆ OST_DECL_IMAGE_STATE

#define OST_DECL_IMAGE_STATE (   c,
  v,
 
)    extern template c DLLIMPORT image_state::ImageStateImpl<v, image_state::d>;

Definition at line 56 of file image_state_def.hh.