#include <image_state_half_frequency_domain.hh>
Public Member Functions | |
| HalfFrequencyDomain (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 |
| Extent | ExtractLogicalExtent (const Extent &e) const |
| Extent | ExtractPhysicalExtent (const Extent &e) const |
Definition at line 104 of file image_state_half_frequency_domain.hh.
| HalfFrequencyDomain | ( | const Extent & | e | ) | [inline] |
Definition at line 106 of file image_state_half_frequency_domain.hh.
Definition at line 176 of file image_state_half_frequency_domain.hh.
Definition at line 194 of file image_state_half_frequency_domain.hh.
| Complex GetComplex | ( | const Point & | p, | |
| const ValueHolder< V > & | data | |||
| ) | const [inline] |
Definition at line 147 of file image_state_half_frequency_domain.hh.
| DataDomain GetDomain | ( | ) | const [inline] |
Definition at line 115 of file image_state_half_frequency_domain.hh.
| Extent GetExtent | ( | ) | const [inline] |
Definition at line 122 of file image_state_half_frequency_domain.hh.
| Extent GetLogicalExtent | ( | ) | const [inline] |
Definition at line 124 of file image_state_half_frequency_domain.hh.
| Extent GetPhysicalExtent | ( | ) | const [inline] |
Definition at line 126 of file image_state_half_frequency_domain.hh.
| Real GetReal | ( | const Point & | p, | |
| const ValueHolder< V > & | data | |||
| ) | const [inline] |
Definition at line 129 of file image_state_half_frequency_domain.hh.
| Point GetSpatialOrigin | ( | ) | const [inline] |
Definition at line 119 of file image_state_half_frequency_domain.hh.
Definition at line 169 of file image_state_half_frequency_domain.hh.
| void SetComplex | ( | const Point & | p, | |
| const Complex & | c, | |||
| ValueHolder< V > & | data | |||
| ) | [inline] |
Definition at line 160 of file image_state_half_frequency_domain.hh.
| void SetReal | ( | const Point & | p, | |
| const Real & | r, | |||
| ValueHolder< V > & | data | |||
| ) | [inline] |
Definition at line 137 of file image_state_half_frequency_domain.hh.
| void SetSpatialOrigin | ( | const Point & | o | ) | [inline] |
Definition at line 117 of file image_state_half_frequency_domain.hh.
1.5.8