Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkBaseProperty.h>
#include <MitkCoreExports.h>
#include <itkRGBPixel.h>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
class | mitk::ColorProperty |
The ColorProperty class RGB color property. More... | |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
itk | |
SET FUNCTIONS. | |
Typedefs | |
typedef itk::RGBPixel< float > | mitk::Color |
Color Standard RGB color typedef (float) More... | |
Functions | |
template<typename TComponent > | |
void | itk::to_json (nlohmann::json &j, const RGBPixel< TComponent > &c) |
template<typename TComponent > | |
void | itk::from_json (const nlohmann::json &j, RGBPixel< TComponent > &c) |