#include <aims/roi/maskIterator.h>
|
| MaskIteratorOf (const Graph &roi, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >()) |
|
| MaskIteratorOf (const Graph &roi, int label, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >()) |
|
| MaskIteratorOf (const Graph &roi, const std::string &label, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >(), const std::vector< std::string > ®ionNameAttributes=std::vector< std::string >()) |
|
| MaskIteratorOf (const carto::rc_ptr< Graph > &roi, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >()) |
|
| MaskIteratorOf (const carto::rc_ptr< Graph > &roi, int label, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >()) |
|
| MaskIteratorOf (const carto::rc_ptr< Graph > &roi, const std::string &label, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >(), const std::vector< std::string > ®ionNameAttributes=std::vector< std::string >()) |
|
| MaskIteratorOf (const std::string &fileName, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >()) |
|
| MaskIteratorOf (const std::string &fileName, int label, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >()) |
|
| MaskIteratorOf (const std::string &fileName, const std::string &label, carto::rc_ptr< VoxelSampler > voxelSampler=carto::rc_ptr< VoxelSampler >(), const std::vector< std::string > ®ionNameAttributes=std::vector< std::string >()) |
|
virtual | ~MaskIteratorOf () |
|
virtual const Point3df | voxelSize () const |
|
virtual float | voxelVolume () const |
|
virtual const Point3d & | value () const |
|
virtual const Point3df | valueMillimeters () const |
|
virtual void | next () |
|
virtual bool | isValid () const |
|
virtual void | restart () |
|
virtual bool | contains (const Point3d &) const |
|
virtual bool | contains (const Point3df &) const |
|
virtual const Point3d | volumeDimension () const |
|
virtual std::string | regionName () const |
|
virtual void | setRegionNameAttributes (const std::vector< std::string > &attributes) |
| Set region name attribute in graph. More...
|
|
virtual | ~MaskIterator () |
|
| RCObject () |
|
| RCObject (const RCObject &) |
|
RCObject & | operator= (const RCObject &) |
|
virtual | ~RCObject () |
|
Definition at line 169 of file maskIterator.h.
◆ MaskIteratorOf() [1/9]
◆ MaskIteratorOf() [2/9]
◆ MaskIteratorOf() [3/9]
◆ MaskIteratorOf() [4/9]
◆ MaskIteratorOf() [5/9]
◆ MaskIteratorOf() [6/9]
◆ MaskIteratorOf() [7/9]
◆ MaskIteratorOf() [8/9]
◆ MaskIteratorOf() [9/9]
◆ ~MaskIteratorOf()
◆ contains() [1/2]
◆ contains() [2/2]
◆ isValid()
◆ next()
◆ regionName()
◆ restart()
◆ setRegionNameAttributes()
Set region name attribute in graph.
Normally "name" or "label". If several values are provided, attributes are searched in each graph vertex, in that order. If the attributes list is empty, then the graph "label_property" attribute will be used, and if it is not specified there, the default search list ("name", "label") will be used.
◆ value()
◆ valueMillimeters()
◆ volumeDimension()
◆ voxelSize()
◆ voxelVolume()
The documentation for this class was generated from the following file: