![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <aims/primalsketch/scaleSpaceBlob.h>


Public Member Functions | |
| Bifurcation (char type, float tUp, float tDown) | |
| char | Type () |
| float | tUp () |
| float | tDown () |
| float | tMid () |
| void | setType (char type) |
| void | settUp (float tUp) |
| void | settDown (float tDown) |
| void | settMid (float tMid) |
| void | AddTopBlob (ScaleSpaceBlob< T > *blob) |
| void | AddBottomBlob (ScaleSpaceBlob< T > *blob) |
| std::list< ScaleSpaceBlob< T > * > | TopBlobs () |
| std::list< ScaleSpaceBlob< T > * > | BottomBlobs () |
Protected Attributes | |
| char | _type |
| std::list< ScaleSpaceBlob< T > * > | topBlobs |
| std::list< ScaleSpaceBlob< T > * > | bottomBlobs |
| float | _tUp |
| float | _tDown |
| float | _tMid |
Definition at line 57 of file scaleSpaceBlob.h.
|
inline |
|
inline |
Definition at line 84 of file scaleSpaceBlob.h.
References bottomBlobs.
Referenced by aims::PrimalSketch< Geom, Text >::ComputePrimalSketch(), and aims::PrimalSketch< Geom, Text >::MatchScaleLevels().
|
inline |
Definition at line 83 of file scaleSpaceBlob.h.
References topBlobs.
Referenced by aims::PrimalSketch< Geom, Text >::ComputePrimalSketch(), and aims::PrimalSketch< Geom, Text >::MatchScaleLevels().
|
inline |
Definition at line 86 of file scaleSpaceBlob.h.
References bottomBlobs.
|
inline |
Definition at line 80 of file scaleSpaceBlob.h.
|
inline |
Definition at line 81 of file scaleSpaceBlob.h.
|
inline |
Definition at line 79 of file scaleSpaceBlob.h.
|
inline |
Definition at line 78 of file scaleSpaceBlob.h.
References _type.
|
inline |
Definition at line 76 of file scaleSpaceBlob.h.
References _tDown.
Referenced by Bifurcation(), and settDown().
|
inline |
|
inline |
Definition at line 85 of file scaleSpaceBlob.h.
References topBlobs.
|
inline |
Definition at line 75 of file scaleSpaceBlob.h.
References _tUp.
Referenced by Bifurcation(), and settUp().
|
inline |
Definition at line 74 of file scaleSpaceBlob.h.
References _type.
|
protected |
Definition at line 64 of file scaleSpaceBlob.h.
Referenced by Bifurcation(), settDown(), and tDown().
|
protected |
Definition at line 65 of file scaleSpaceBlob.h.
Referenced by Bifurcation(), settMid(), and tMid().
|
protected |
Definition at line 63 of file scaleSpaceBlob.h.
Referenced by Bifurcation(), settUp(), and tUp().
|
protected |
Definition at line 60 of file scaleSpaceBlob.h.
Referenced by Bifurcation(), setType(), and Type().
|
protected |
Definition at line 62 of file scaleSpaceBlob.h.
Referenced by AddBottomBlob(), and BottomBlobs().
|
protected |
Definition at line 61 of file scaleSpaceBlob.h.
Referenced by AddTopBlob(), and TopBlobs().