cortical_surface
5.0.5
|
#include <cortical_surface/structuralanalysis/blobs.h>
Public Member Functions | |
void | getAimsEllipsoid (void) |
void | getAimsEllipsoidAtMaxNode (Texture< float > &tex) |
void | moveMeshToSphericalAtlas (void) |
void | moveMeshToPlaneAtlas (void) |
std::pair< Point2df, Point2df > | get2DBoundingBox () |
GreyLevelBlob () | |
~GreyLevelBlob () | |
GreyLevelBlob (GreyLevelBlob *glb) | |
![]() | |
std::pair< Point2df, Point2df > | get2DBoundingBox () |
int | getMaximumNode (Texture< float > &tex) |
void | getAimsMesh (AimsSurface< 3, Void > &mesh) |
void | getAimsSphereAtMaxNode (Texture< float > &tex, float radius=0.1) |
void | getAimsEllipsoid (float abscissa, float height, float depth, float area) |
void | moveMeshToSphericalAtlas (float radius) |
void | moveMeshToPlaneAtlas (float height) |
void | getNodesFromBlob (surf::Blob *blob) |
Point3df | getBlobBarycenterOnASphere () |
Point3df | getBlobBarycenter () |
Point3df | getBlobBarycenterFromMesh () |
Point3df | getBlobBarycenterOnAPlane () |
Blob () | |
~Blob () | |
Public Attributes | |
float | scale |
surf::ScaleSpaceBlob * | ssb_parent |
![]() | |
int | index |
std::set< int > | nodes |
std::string | subject |
float | t |
std::map< int, std::vector< float > > | coordinates |
std::map< int, std::vector< float > > | raw_coordinates |
AimsSurface< 3, Void > | mesh |
|
inline |
Definition at line 62 of file blobs.h.
References surf::Blob::coordinates, surf::Blob::index, surf::Blob::mesh, surf::Blob::nodes, surf::Blob::raw_coordinates, scale, ssb_parent, surf::Blob::subject, and surf::Blob::t.
std::pair<Point2df, Point2df> surf::GreyLevelBlob::get2DBoundingBox | ( | ) |
void surf::GreyLevelBlob::getAimsEllipsoid | ( | void | ) |
void surf::GreyLevelBlob::getAimsEllipsoidAtMaxNode | ( | Texture< float > & | tex | ) |
void surf::GreyLevelBlob::moveMeshToPlaneAtlas | ( | void | ) |
void surf::GreyLevelBlob::moveMeshToSphericalAtlas | ( | void | ) |
float surf::GreyLevelBlob::scale |
Definition at line 49 of file blobs.h.
Referenced by GreyLevelBlob().
surf::ScaleSpaceBlob* surf::GreyLevelBlob::ssb_parent |
Definition at line 51 of file blobs.h.
Referenced by GreyLevelBlob().