Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkPropertyTest.cpp File Reference

Go to the source code of this file.

Functions

template<class T >
void TestPropInequality (T prop, T prop2)
 
template<class T >
void TestPropAssignment (T prop, T prop2, const std::string &strProp)
 
template<class T >
void TestPropPolymorphicAssignment (T prop, T prop2, const std::string &strProp)
 
template<class T >
void TestPropCloning (T prop)
 
template<class T >
void TestProperty (const typename T::ValueType &v1, const typename T::ValueType &v2, const std::string &strV1, const std::string &strV2)
 
void TestGenericProperties ()
 
void TestAnnotationProperty ()
 
void TestClippingProperty ()
 
int mitkPropertyTest (int, char *[])
 

Function Documentation

void TestGenericProperties ( )

Definition at line 143 of file mitkPropertyTest.cpp.

References mitk::GenericLookupTable< T >::SetTableValue().

Referenced by mitkPropertyTest().

template<class T >
void TestPropAssignment ( prop,
prop2,
const std::string &  strProp 
)
template<class T >
void TestPropCloning ( prop)

Definition at line 102 of file mitkPropertyTest.cpp.

References MITK_TEST_CONDITION_REQUIRED.

Referenced by TestProperty().

template<class T >
void TestProperty ( const typename T::ValueType &  v1,
const typename T::ValueType &  v2,
const std::string &  strV1,
const std::string &  strV2 
)
template<class T >
void TestPropInequality ( prop,
prop2 
)
template<class T >
void TestPropPolymorphicAssignment ( prop,
prop2,
const std::string &  strProp 
)