|
msl 1.3.0
|
Description of the discretized k-space geometry.
#include <KSpace.h>
Public Member Functions | |
| KSpace (MrProt &protocol) | |
| Create a k-space description from a protocol. | |
| KSpace (KSpace const &)=default | |
| KSpace (KSpace &&)=default | |
| KSpace & | operator= (KSpace const &)=default |
| KSpace & | operator= (KSpace &&)=default |
| Vector3l const & | nMin () const |
| Return the discrete coordinates of the minimum point. | |
| Vector3l const & | nCenter () const |
| Return the index of the center point. | |
| Vector3l const & | nMax () const |
| Return the discrete coordinates of the maximum point. | |
| Vector3l const & | shape () const |
| Return the shape of the discrete k-space. | |
| Vector3d | k (Vector3l const &p) const |
| Return the continuous coordinates in mT/m*µs of a discrete point. | |