![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/connectivity/structuring_element.h>
Public Types | |
typedef std::vector< carto::reference_wrapper< const T > >::iterator | iterator |
typedef std::vector< carto::reference_wrapper< const T > >::const_iterator | const_iterator |
Public Member Functions | |
StructuredConstVolume (const carto::Volume< T > &vol, const StructuringElement &se) | |
~StructuredConstVolume () | |
StructuredConstVolume< T >::iterator | begin () |
StructuredConstVolume< T >::iterator | end () |
StructuredConstVolume< T >::const_iterator | begin () const |
StructuredConstVolume< T >::const_iterator | end () const |
Protected Attributes | |
std::vector< carto::reference_wrapper< const T > > | _vector |
Definition at line 184 of file structuring_element.h.
typedef std::vector<carto::reference_wrapper<const T> >::const_iterator aims::StructuredConstVolume< T >::const_iterator |
Definition at line 188 of file structuring_element.h.
typedef std::vector<carto::reference_wrapper<const T> >::iterator aims::StructuredConstVolume< T >::iterator |
Definition at line 187 of file structuring_element.h.
|
inline |
Definition at line 189 of file structuring_element.h.
References aims::StructuringElement::begin(), carto::wrap::cref(), and aims::StructuringElement::end().
|
inline |
Definition at line 197 of file structuring_element.h.
|
inline |
Definition at line 198 of file structuring_element.h.
|
inline |
Definition at line 200 of file structuring_element.h.
|
inline |
Definition at line 199 of file structuring_element.h.
|
inline |
Definition at line 201 of file structuring_element.h.
|
protected |
Definition at line 203 of file structuring_element.h.