45 for (
unsigned int ts = 0; ts < image4D->GetTimeSteps(); ts++)
48 timeSelector->SetInput(image4D);
49 timeSelector->SetTimeNr(ts);
50 timeSelector->Update();
61 point.Fill(sliceNumber);
66 rotationAxis.Normalize();
70 plane->ExecuteOperation(op);
75 extractor->SetInput(image3D);
76 extractor->SetWorldGeometry(plane);
79 extractedPlane = extractor->GetOutput();
82 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.
static const std::string filename
Operation, that holds everything necessary for an rotation operation on mitk::BaseData.
int mitkRotatedSlice4DTest(int argc, char *argv[])
static mitk::Image::Pointer LoadImage(const std::string &path)
LoadImage Convenience method to load an arbitrary mitkImage.