#include <unordered_map>#include "header.h"#include "image.h"#include "transform.h"#include "algo/loop.h"#include "fixel/legacy/image.h"#include "fixel/legacy/fixel_metric.h"#include "fixel/helpers.h"#include "gui/mrview/displayable.h"#include "gui/mrview/tool/fixel/fixel.h"#include "gui/mrview/tool/fixel/vector_structs.h"Go to the source code of this file.
Classes | |
| class | MR::GUI::MRView::Tool::BaseFixel |
| struct | MR::GUI::MRView::Tool::BaseFixel::IntPointHasher |
| class | MR::GUI::MRView::Tool::FixelType< ImageType > |
Namespaces | |
| namespace | MR |
| namespace | MR::GUI |
| namespace | MR::GUI::MRView |
| namespace | MR::GUI::MRView::Tool |
Typedefs | |
| using | MR::GUI::MRView::Tool::FixelLegacyType = MR::Fixel::Legacy::Image< MR::Fixel::Legacy::FixelMetric > |
| using | MR::GUI::MRView::Tool::FixelImage4DType = MR::Image< float > |
| using | MR::GUI::MRView::Tool::FixelIndexImageType = MR::Image< uint32_t > |