![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/roi/roiIterator.h>


Public Member Functions | |
| RoiIteratorOf (const AimsData< T > &data, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >()) | |
| RoiIteratorOf (const std::string &fileName, carto::rc_ptr< VoxelSampler > voxelSampler) | |
| virtual | ~RoiIteratorOf () |
| virtual bool | isValid () const |
| virtual void | restart () |
| virtual size_t | count () const |
| virtual std::string | regionName () const |
| virtual carto::rc_ptr< MaskIterator > | maskIterator () const |
| virtual void | next () |
Public Member Functions inherited from aims::RoiIterator | |
| virtual | ~RoiIterator () |
| const Point3d | volumeDimension () const |
| const Point3df | voxelSize () const |
| float | voxelVolume () const |
| virtual void | setRegionNameAttributes (const std::vector< std::string > &) |
| Set region name attribute in graph. More... | |
| virtual void | setRegionNameAttributes (const std::string &) |
| Set region name attribute in graph. More... | |
| virtual carto::rc_ptr< ROILabelMap > | createLabelMap () |
Public Member Functions inherited from carto::RCObject | |
| RCObject () | |
| RCObject (const RCObject &) | |
| RCObject & | operator= (const RCObject &) |
| virtual | ~RCObject () |
Additional Inherited Members | |
Public Types inherited from carto::RCObject | |
| typedef int | RefCounterType |
Definition at line 224 of file roiIterator.h.
| aims::RoiIteratorOf< AimsData< T > >::RoiIteratorOf | ( | const AimsData< T > & | data, |
| carto::rc_ptr< VoxelSampler > | voxelSampler = carto::rc_ptr< VoxelSampler >() |
||
| ) |
Definition at line 259 of file roiIterator.h.
References aims::RoiIterator::restart().
| aims::RoiIteratorOf< AimsData< T > >::RoiIteratorOf | ( | const std::string & | fileName, |
| carto::rc_ptr< VoxelSampler > | voxelSampler | ||
| ) |
Definition at line 271 of file roiIterator.h.
References aims::Reader< T >::read(), and aims::RoiIterator::restart().
|
virtual |
Definition at line 311 of file roiIterator.h.
References aims::RoiIterator::maskIterator().
|
virtual |
Implements aims::RoiIterator.
Definition at line 351 of file roiIterator.h.
|
virtual |
Implements aims::RoiIterator.
Definition at line 337 of file roiIterator.h.
|
virtual |
Implements aims::RoiIterator.
Definition at line 320 of file roiIterator.h.
|
virtual |
Implements aims::RoiIterator.
Definition at line 329 of file roiIterator.h.
|
virtual |
Implements aims::RoiIterator.
Definition at line 358 of file roiIterator.h.
References aims::getRoiIterator(), and carto::toString().
|
virtual |
Implements aims::RoiIterator.
Definition at line 344 of file roiIterator.h.