#include <NeighborhoodOffsets.h>


Public Member Functions | |
| void | Initialize (const BaseImage *, ConnectivityType=CONNECTIVITY_26) |
| Initializer with image and connectivity specified. | |
| void | Initialize (int, int, ConnectivityType) |
| Initializer with slice dimensions and connectivity specified. | |
| NeighborhoodOffsets () | |
| Constructor. | |
| NeighborhoodOffsets (const BaseImage *, ConnectivityType=CONNECTIVITY_26) | |
| Constructor with image and connectivity specified. | |
| int | operator() (int i) const |
| virtual | ~NeighborhoodOffsets () |
| Destructor. | |
Public Member Functions inherited from mirtk::Object | |
| virtual const char * | NameOfClass () const =0 |
| Get name of class, which this object is an instance of. | |
| virtual ParameterList | Parameter () const |
| Get parameter name/value pairs. | |
| bool | Parameter (const ParameterList &) |
| Set parameters from name/value pairs. | |
| virtual bool | Set (const char *name, const char *value) |
| virtual | ~Object () |
| Destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from mirtk::Object | |
| static const char * | NameOfType () |
| Get name of this class type. | |
Protected Member Functions inherited from mirtk::Object | |
| template<typename... Args> | |
| void | Throw (ErrorType err, const char *func, Args... args) const |
Static Protected Member Functions inherited from mirtk::Object | |
| template<typename... Args> | |
| static void | ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args) |
Image neighborhood offsets.
Definition at line 41 of file NeighborhoodOffsets.h.
|
inline |
Get i-th neighborhood offset
| [in] | i | Index of neighboring voxel. |
Definition at line 98 of file NeighborhoodOffsets.h.