|
MorphoGraphX
2.0-1-227
|
#include <RootCellProcessing.hpp>
Public Member Functions | |
| heatMapDataStructure () | |
Public Attributes | |
| std::map< int, double > | x |
| std::map< int, double > | y |
| int | chosenY |
| int | chosenX |
| int | gridSize |
| double | sigma |
| Point4d | heatMapMinMax |
| Point4d | heatMapStatistics |
| std::set< int > | cells |
| int | cellCounter |
| cellMorphLandscape | heatMap |
| double | high |
| cellMorphLandscape | points |
| std::map< Point2d, int > | pointsLabel |
| std::map< int, Point2d > | pointsPos |
| std::map< int, Point2d > | maximaHeatMapAll |
| std::map< int, Point2d > | maximaHeatMapSelected |
| IntIntMap | maximaHeatMapSelectedLabel |
| std::map< int, double > | nearestMaximumOfCell |
| int | maximaHeatMapSelectedCounter |
| int | numberOfClusters |
| int | activatedMaximum |
| std::map< int, bool > | preselect |
| std::map< int, double > | cellLabel |
Definition at line 363 of file RootCellProcessing.hpp.
|
inline |
Definition at line 405 of file RootCellProcessing.hpp.
| int mgx::heatMapDataStructure::activatedMaximum |
Definition at line 399 of file RootCellProcessing.hpp.
| int mgx::heatMapDataStructure::cellCounter |
Definition at line 378 of file RootCellProcessing.hpp.
| std::map<int, double> mgx::heatMapDataStructure::cellLabel |
Definition at line 403 of file RootCellProcessing.hpp.
| std::set<int> mgx::heatMapDataStructure::cells |
Definition at line 377 of file RootCellProcessing.hpp.
| int mgx::heatMapDataStructure::chosenX |
Definition at line 368 of file RootCellProcessing.hpp.
| int mgx::heatMapDataStructure::chosenY |
Definition at line 367 of file RootCellProcessing.hpp.
| int mgx::heatMapDataStructure::gridSize |
Definition at line 370 of file RootCellProcessing.hpp.
| cellMorphLandscape mgx::heatMapDataStructure::heatMap |
Definition at line 381 of file RootCellProcessing.hpp.
| Point4d mgx::heatMapDataStructure::heatMapMinMax |
Definition at line 372 of file RootCellProcessing.hpp.
| Point4d mgx::heatMapDataStructure::heatMapStatistics |
Definition at line 373 of file RootCellProcessing.hpp.
| double mgx::heatMapDataStructure::high |
Definition at line 382 of file RootCellProcessing.hpp.
| std::map<int,Point2d> mgx::heatMapDataStructure::maximaHeatMapAll |
Definition at line 389 of file RootCellProcessing.hpp.
| std::map<int,Point2d> mgx::heatMapDataStructure::maximaHeatMapSelected |
Definition at line 390 of file RootCellProcessing.hpp.
| int mgx::heatMapDataStructure::maximaHeatMapSelectedCounter |
Definition at line 396 of file RootCellProcessing.hpp.
| IntIntMap mgx::heatMapDataStructure::maximaHeatMapSelectedLabel |
Definition at line 391 of file RootCellProcessing.hpp.
| std::map<int, double> mgx::heatMapDataStructure::nearestMaximumOfCell |
Definition at line 394 of file RootCellProcessing.hpp.
| int mgx::heatMapDataStructure::numberOfClusters |
Definition at line 398 of file RootCellProcessing.hpp.
| cellMorphLandscape mgx::heatMapDataStructure::points |
Definition at line 385 of file RootCellProcessing.hpp.
| std::map<Point2d,int> mgx::heatMapDataStructure::pointsLabel |
Definition at line 386 of file RootCellProcessing.hpp.
| std::map<int,Point2d> mgx::heatMapDataStructure::pointsPos |
Definition at line 387 of file RootCellProcessing.hpp.
| std::map<int, bool> mgx::heatMapDataStructure::preselect |
Definition at line 401 of file RootCellProcessing.hpp.
| double mgx::heatMapDataStructure::sigma |
Definition at line 371 of file RootCellProcessing.hpp.
| std::map<int, double> mgx::heatMapDataStructure::x |
Definition at line 366 of file RootCellProcessing.hpp.
| std::map<int, double> mgx::heatMapDataStructure::y |
Definition at line 366 of file RootCellProcessing.hpp.
1.8.17