Medical Imaging Interaction Toolkit  2023.12.99-77685e7b
Medical Imaging Interaction Toolkit
mitkVectorProperty.h File Reference
#include <MitkCoreExports.h>
#include <mitkBaseProperty.h>
#include <vector>

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
 

Macro Definition Documentation

◆ MITK_DECLARE_VECTOR_PROPERTY

#define MITK_DECLARE_VECTOR_PROPERTY (   TYPE,
  PREFIX 
)

This should be used in .h files.

Definition at line 117 of file mitkVectorProperty.h.

◆ MITK_DEFINE_VECTOR_PROPERTY

#define MITK_DEFINE_VECTOR_PROPERTY (   TYPE)

This should be used in a .cpp file.

Definition at line 129 of file mitkVectorProperty.h.