|
cortical_surface 6.0.0
|
#include <cortical_surface/structuralanalysis/blobs.h>

Public Member Functions | |
| Bifurcation (std::set< ScaleSpaceBlob * > &s1, std::set< ScaleSpaceBlob * > &s2, std::string _type) | |
Public Attributes | |
| std::set< ScaleSpaceBlob * > | topBlobs |
| std::set< ScaleSpaceBlob * > | bottomBlobs |
| std::string | type |
|
inline |
Definition at line 128 of file blobs.h.
References bottomBlobs, topBlobs, and type.
| std::set<ScaleSpaceBlob *> surf::Bifurcation::bottomBlobs |
Definition at line 126 of file blobs.h.
Referenced by Bifurcation().
| std::set<ScaleSpaceBlob *> surf::Bifurcation::topBlobs |
Definition at line 125 of file blobs.h.
Referenced by Bifurcation().
| std::string surf::Bifurcation::type |
Definition at line 127 of file blobs.h.
Referenced by Bifurcation().