Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkTestingMacros.h"
#include "mitkCoreObjectFactory.h"
#include "mitkBaseProperty.h"
#include "mitkProperties.h"
#include <mitkAnnotationProperty.h>
#include <mitkClippingProperty.h>
#include <mitkColorProperty.h>
#include <mitkEnumerationProperty.h>
#include <mitkModalityProperty.h>
#include <mitkGroupTagProperty.h>
#include <mitkLevelWindowProperty.h>
#include <mitkLookupTableProperty.h>
#include <mitkPlaneOrientationProperty.h>
#include <mitkShaderProperty.h>
#include <mitkStringProperty.h>
#include <mitkTransferFunctionProperty.h>
#include <mitkVtkInterpolationProperty.h>
#include <mitkVtkRepresentationProperty.h>
#include <mitkVtkResliceInterpolationProperty.h>
#include <mitkVtkScalarModeProperty.h>
#include <mitkVtkVolumeRenderingProperty.h>
#include "mitkBasePropertySerializer.h"
#include "mitkPropertyList.h"
#include "mitkPropertyListSerializer.h"
#include <mitkImage.h>
#include <mitkPointSet.h>
#include <mitkSurface.h>
#include <mitkVtkWidgetRendering.h>
Go to the source code of this file.
Functions | |
void | TestAllProperties (const mitk::PropertyList *propList) |
int | mitkPropertySerializationTest (int, char *[]) |
Test for all PropertySerializer classes. More... | |
int mitkPropertySerializationTest | ( | int | , |
char * | [] | ||
) |
Test for all PropertySerializer classes.
Documentation
Definition at line 76 of file mitkPropertySerializationTest.cpp.
References mitk::FillVector3D(), mitk::FillVector4D(), MITK_TEST_BEGIN(), MITK_TEST_CONDITION_REQUIRED, MITK_TEST_END(), mitk::BoolProperty::New(), mitk::IntProperty::New(), mitk::FloatProperty::New(), mitk::DoubleProperty::New(), mitk::PropertyListSerializer::New(), mitk::Surface::New(), mitk::Vector3DProperty::New(), mitk::ModalityProperty::New(), mitk::VtkInterpolationProperty::New(), mitk::VtkRepresentationProperty::New(), mitk::AnnotationProperty::New(), mitk::GroupTagProperty::New(), mitk::VtkResliceInterpolationProperty::New(), mitk::Point3dProperty::New(), mitk::ShaderProperty::New(), mitk::VtkScalarModeProperty::New(), mitk::VtkVolumeRenderingProperty::New(), mitk::Point4dProperty::New(), mitk::Point3iProperty::New(), mitk::VtkWidgetRendering::New(), mitk::ClippingProperty::New(), mitk::PlaneOrientationProperty::New(), mitk::FloatLookupTableProperty::New(), mitk::BoolLookupTableProperty::New(), mitk::IntLookupTableProperty::New(), mitk::StringLookupTableProperty::New(), mitk::StringProperty::New(), mitk::LevelWindowProperty::New(), mitk::LookupTable::New(), mitk::LookupTableProperty::New(), mitk::ColorProperty::New(), mitk::PropertyList::New(), mitk::DataNode::New(), mitk::PointSet::New(), mitk::Image::New(), mitk::GenericLookupTable< T >::SetTableValue(), and TestAllProperties().
void TestAllProperties | ( | const mitk::PropertyList * | propList | ) |
Definition at line 221 of file mitkPropertySerializationTest.cpp.
References mitk::BasePropertySerializer::Deserialize(), mitk::PropertyList::GetMap(), MITK_TEST_CONDITION, MITK_TEST_OUTPUT, mitk::BasePropertySerializer::Serialize(), and mitk::BasePropertySerializer::SetProperty().
Referenced by mitkPropertySerializationTest().