29 std::string filename = argv[1];
41 for (
unsigned int ts = 0; ts < image4D->GetTimeSteps(); ts++)
44 timeSelector->SetInput(image4D);
45 timeSelector->SetTimeNr(ts);
46 timeSelector->Update();
57 point.Fill(sliceNumber);
62 rotationAxis.Normalize();
66 plane->ExecuteOperation(op);
71 extractor->SetInput(image3D);
72 extractor->SetWorldGeometry(plane);
75 extractedPlane = extractor->GetOutput();
78 ss <<
" : Valid slice in timestep " << ts;
#define MITK_TEST_CONDITION_REQUIRED(COND, MSG)
section GeneralTestsDeprecatedOldTestingStyle Deprecated macros All tests with MITK_TEST_BEGIN()
Constants for most interaction classes, due to the generic StateMachines.
int mitkRotatedSlice4DTest(int, char *argv[])
Operation, that holds everything necessary for an rotation operation on mitk::BaseData.