|
OpenStructure
|
Namespaces | |
| namespace | dispatch |
Data Structures | |
| class | DispatchException |
| class | FrequencyDomain |
| class | HalfFrequencyDomain |
| class | ImageStateBase |
| class | ImageStateConstModIPAlgorithm |
| class | ImageStateConstModIPVisitor |
| class | ImageStateConstModIPVisitorBase |
| class | ImageStateConstModOPAlgorithm |
| class | ImageStateConstModOPVisitor |
| class | ImageStateConstModOPVisitorBase |
| class | ImageStateImpl |
| class | ImageStateModIPAlgorithm |
| class | ImageStateModIPVisitor |
| class | ImageStateModIPVisitorBase |
| class | ImageStateModOPAlgorithm |
| class | ImageStateModOPVisitor |
| class | ImageStateModOPVisitorBase |
| class | ImageStateMorphAlgorithm |
| class | ImageStateMorphVisitor |
| class | ImageStateMorphVisitorBase |
| class | ImageStateNonModAlgorithm |
| class | ImageStateNonModVisitor |
| class | ImageStateNonModVisitorBase |
| struct | Index |
| class | IndexIterator |
| class | InvalidImageStateVisitor |
| class | SpatialDomain |
| class | ValueHolder |
Typedefs | |
| typedef boost::shared_ptr< ImageStateBase > | ImageStateBasePtr |
| 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 |
Functions | |
| DLLEXPORT_OST_IMG_BASE ImageStateBasePtr | CreateState (const Extent &e, DataType type, DataDomain dom) |
| DLLEXPORT_OST_IMG_BASE bool | operator== (const Index &i1, const Index &i2) |
| DLLEXPORT_OST_IMG_BASE bool | operator!= (const Index &i1, const Index &i2) |
| DLLEXPORT_OST_IMG_BASE std::ostream & | operator<< (std::ostream &out, const Index &i) |
Definition at line 42 of file image_state_def.hh.
Definition at line 43 of file image_state_def.hh.
Definition at line 41 of file image_state_def.hh.
| typedef boost::shared_ptr<ImageStateBase> ImageStateBasePtr |
Definition at line 33 of file image_state_base_fw.hh.
Definition at line 40 of file image_state_def.hh.
| typedef ImageStateImpl<Real, SpatialDomain> RealSpatialImageState |
Definition at line 39 of file image_state_def.hh.
| typedef ImageStateImpl<Word, SpatialDomain> WordSpatialImageState |
Definition at line 44 of file image_state_def.hh.
| DLLEXPORT_OST_IMG_BASE ImageStateBasePtr CreateState | ( | const Extent & | e, |
| DataType | type, | ||
| DataDomain | dom | ||
| ) |
| DLLEXPORT_OST_IMG_BASE bool operator!= | ( | const Index & | i1, |
| const Index & | i2 | ||
| ) |
| DLLEXPORT_OST_IMG_BASE std::ostream & operator<< | ( | std::ostream & | out, |
| const Index & | i | ||
| ) |
| DLLEXPORT_OST_IMG_BASE bool operator== | ( | const Index & | i1, |
| const Index & | i2 | ||
| ) |