|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkHotspotMaskGenerator.h>
Public Member Functions | |
| ImageExtrema () | |
Public Attributes | |
| bool | Defined |
| double | Max |
| double | Min |
| vnl_vector< int > | MaxIndex |
| vnl_vector< int > | MinIndex |
Definition at line 105 of file mitkHotspotMaskGenerator.h.
|
inline |
Definition at line 114 of file mitkHotspotMaskGenerator.h.
| bool mitk::HotspotMaskGenerator::ImageExtrema::Defined |
Definition at line 108 of file mitkHotspotMaskGenerator.h.
Referenced by mitk::HotspotMaskGenerator::GetHotspotIndex().
| double mitk::HotspotMaskGenerator::ImageExtrema::Max |
Definition at line 109 of file mitkHotspotMaskGenerator.h.
Referenced by mitk::HotspotMaskGenerator::GetHotspotIndex().
| vnl_vector<int> mitk::HotspotMaskGenerator::ImageExtrema::MaxIndex |
Definition at line 111 of file mitkHotspotMaskGenerator.h.
Referenced by mitk::HotspotMaskGenerator::GetHotspotIndex().
| double mitk::HotspotMaskGenerator::ImageExtrema::Min |
Definition at line 110 of file mitkHotspotMaskGenerator.h.
Referenced by mitk::HotspotMaskGenerator::GetHotspotIndex().
| vnl_vector<int> mitk::HotspotMaskGenerator::ImageExtrema::MinIndex |
Definition at line 112 of file mitkHotspotMaskGenerator.h.
Referenced by mitk::HotspotMaskGenerator::GetHotspotIndex().