Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Classes | |
struct | mitk::VectorPropertyDataType< D > |
Helper for VectorProperty to determine a good ITK ClassName. More... | |
class | mitk::VectorProperty< DATATYPE > |
Providing a std::vector as property. More... | |
struct | mitk::VectorPropertyDataType< double > |
struct | mitk::VectorPropertyDataType< int > |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Macros | |
#define | MITK_DECLARE_VECTOR_PROPERTY(TYPE, PREFIX) |
This should be used in .h files. More... | |
#define | MITK_DEFINE_VECTOR_PROPERTY(TYPE) |
This should be used in a .cpp file. More... | |
Typedefs | |
typedef VectorProperty< double > | mitk::DoubleVectorProperty |
typedef VectorProperty< int > | mitk::IntVectorProperty |
#define MITK_DECLARE_VECTOR_PROPERTY | ( | TYPE, | |
PREFIX | |||
) |
This should be used in .h files.
Definition at line 117 of file mitkVectorProperty.h.
#define MITK_DEFINE_VECTOR_PROPERTY | ( | TYPE | ) |
This should be used in a .cpp file.
Definition at line 129 of file mitkVectorProperty.h.