![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
Class giving access to an iterator over the voxels of a volume inside of a structuring element. More...
#include <aims/connectivity/structuring_element.h>
Public Types | |
typedef std::vector< carto::reference_wrapper< T > >::iterator | iterator |
typedef std::vector< carto::reference_wrapper< T > >::const_iterator | const_iterator |
Public Member Functions | |
StructuredVolume (carto::Volume< T > &vol, const StructuringElement &se) | |
~StructuredVolume () | |
StructuredVolume< T >::iterator | begin () |
StructuredVolume< T >::iterator | end () |
StructuredVolume< T >::const_iterator | begin () const |
StructuredVolume< T >::const_iterator | end () const |
Protected Attributes | |
std::vector< carto::reference_wrapper< T > > | _vector |
Class giving access to an iterator over the voxels of a volume inside of a structuring element.
Definition at line 160 of file structuring_element.h.
typedef std::vector<carto::reference_wrapper<T> >::const_iterator aims::StructuredVolume< T >::const_iterator |
Definition at line 164 of file structuring_element.h.
typedef std::vector<carto::reference_wrapper<T> >::iterator aims::StructuredVolume< T >::iterator |
Definition at line 163 of file structuring_element.h.
|
inline |
Definition at line 165 of file structuring_element.h.
References aims::StructuringElement::begin(), aims::StructuringElement::end(), and carto::wrap::ref().
|
inline |
Definition at line 173 of file structuring_element.h.
|
inline |
Definition at line 174 of file structuring_element.h.
|
inline |
Definition at line 176 of file structuring_element.h.
|
inline |
Definition at line 175 of file structuring_element.h.
|
inline |
Definition at line 177 of file structuring_element.h.
|
protected |
Definition at line 179 of file structuring_element.h.