|
bioprocessing
5.0.5
|
#include <bioprocessing/graph/volumegraph.h>


Public Types | |
| typedef Owner::Edge | Edge |
| typedef Owner::Vertex | Vertex |
| typedef Owner::Volume | Volume |
| typedef Owner::Point | Point |
Public Types inherited from bio::VolumeGraph< T, P >::vertex_const_iterator | |
| typedef Owner::Edge | Edge |
| typedef Owner::Vertex | Vertex |
| typedef Owner::Volume | Volume |
| typedef Owner::Point | Point |
Public Member Functions | |
| vertex_iterator () | |
| vertex_iterator (const This &other) | |
| This & | operator= (const This &other) |
| This & | operator++ () |
| This | operator++ (int) |
| Vertex & | operator* () |
| Vertex * | operator-> () |
Public Member Functions inherited from bio::VolumeGraph< T, P >::vertex_const_iterator | |
| vertex_const_iterator () | |
| vertex_const_iterator (const This &o) | |
| vertex_const_iterator (const NonConstThis &o) | |
| ~vertex_const_iterator () | |
| This & | operator= (const This &o) |
| This & | operator= (const NonConstThis &o) |
| This & | operator++ () |
| This | operator++ (int) |
| bool | operator== (const This &o) const |
| bool | operator!= (const This &o) const |
| bool | operator== (const NonConstThis &o) const |
| bool | operator!= (const NonConstThis &o) const |
| const Vertex & | operator* () const |
| const Vertex * | operator-> () const |
Protected Types | |
| typedef vertex_iterator | This |
| typedef VolumeGraph< T, P > | Owner |
| typedef Owner::vertex_const_iterator | Base |
Protected Types inherited from bio::VolumeGraph< T, P >::vertex_const_iterator | |
| typedef vertex_const_iterator | This |
| typedef vertex_iterator | NonConstThis |
| typedef VolumeGraph< T, P > | Owner |
Protected Member Functions | |
| vertex_iterator (const Volume &in, bool end=false) | |
Protected Member Functions inherited from bio::VolumeGraph< T, P >::vertex_const_iterator | |
| vertex_const_iterator (const Volume &vol, bool end) | |
| void | toEnd () |
| void | setVertex () |
Friends | |
| class | VolumeGraph< T, P > |
Additional Inherited Members | |
Protected Attributes inherited from bio::VolumeGraph< T, P >::vertex_const_iterator | |
| Volume | _vol |
| Point4d | _cur |
| Point4d | _dim |
| Vertex | _vtx |
Definition at line 545 of file volumegraph.h.
|
protected |
Definition at line 550 of file volumegraph.h.
| typedef Owner::Edge bio::VolumeGraph< T, P >::vertex_iterator::Edge |
Definition at line 552 of file volumegraph.h.
|
protected |
Definition at line 549 of file volumegraph.h.
| typedef Owner::Point bio::VolumeGraph< T, P >::vertex_iterator::Point |
Definition at line 555 of file volumegraph.h.
|
protected |
Definition at line 548 of file volumegraph.h.
| typedef Owner::Vertex bio::VolumeGraph< T, P >::vertex_iterator::Vertex |
Definition at line 553 of file volumegraph.h.
| typedef Owner::Volume bio::VolumeGraph< T, P >::vertex_iterator::Volume |
Definition at line 554 of file volumegraph.h.
|
inlineprotected |
Definition at line 557 of file volumegraph.h.
|
inline |
Definition at line 559 of file volumegraph.h.
|
inline |
Definition at line 560 of file volumegraph.h.
|
inline |
Definition at line 570 of file volumegraph.h.
|
inline |
Definition at line 563 of file volumegraph.h.
|
inline |
Definition at line 564 of file volumegraph.h.
|
inline |
Definition at line 571 of file volumegraph.h.
|
inline |
Definition at line 562 of file volumegraph.h.
References bio::BaseGraph< SetEdgeRef< PointVertexRef< P > > >::operator=().
|
friend |
Definition at line 573 of file volumegraph.h.