#include <image_state_frequency_domain.hh>
Public Member Functions | |
FrequencyDomain (const Extent &e) | |
DataDomain | GetDomain () const |
void | SetSpatialOrigin (const Point &o) |
Point | GetSpatialOrigin () const |
Extent | GetExtent () const |
Extent | GetLogicalExtent () const |
Extent | GetPhysicalExtent () const |
template<typename V > | |
Real | GetReal (const Point &p, const ValueHolder< V > &data) const |
template<typename V > | |
void | SetReal (const Point &p, const Real &r, ValueHolder< V > &data) |
template<typename V > | |
Complex | GetComplex (const Point &p, const ValueHolder< V > &data) const |
template<typename V > | |
void | SetComplex (const Point &p, const Complex &c, ValueHolder< V > &data) |
Index | Point2Index (const Point &p) const |
Definition at line 43 of file image_state_frequency_domain.hh.
FrequencyDomain | ( | const Extent & | e | ) | [inline] |
Definition at line 45 of file image_state_frequency_domain.hh.
Complex GetComplex | ( | const Point & | p, | |
const ValueHolder< V > & | data | |||
) | const [inline] |
Definition at line 80 of file image_state_frequency_domain.hh.
DataDomain GetDomain | ( | ) | const [inline] |
Definition at line 51 of file image_state_frequency_domain.hh.
Extent GetExtent | ( | ) | const [inline] |
Definition at line 57 of file image_state_frequency_domain.hh.
Extent GetLogicalExtent | ( | ) | const [inline] |
Definition at line 59 of file image_state_frequency_domain.hh.
Extent GetPhysicalExtent | ( | ) | const [inline] |
Definition at line 61 of file image_state_frequency_domain.hh.
Real GetReal | ( | const Point & | p, | |
const ValueHolder< V > & | data | |||
) | const [inline] |
Definition at line 64 of file image_state_frequency_domain.hh.
Point GetSpatialOrigin | ( | ) | const [inline] |
Definition at line 55 of file image_state_frequency_domain.hh.
Definition at line 95 of file image_state_frequency_domain.hh.
void SetComplex | ( | const Point & | p, | |
const Complex & | c, | |||
ValueHolder< V > & | data | |||
) | [inline] |
Definition at line 89 of file image_state_frequency_domain.hh.
void SetReal | ( | const Point & | p, | |
const Real & | r, | |||
ValueHolder< V > & | data | |||
) | [inline] |
Definition at line 73 of file image_state_frequency_domain.hh.
void SetSpatialOrigin | ( | const Point & | o | ) | [inline] |
Definition at line 53 of file image_state_frequency_domain.hh.