MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / TEST

Function TEST

Testing/Unit/sitkImageRegistrationMethodTests.cxx:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113//
114
115TEST(Registration, ImageRegistrationMethod_Basic)
116{
117 // This test is to perform some basic coverage of methods.
118
119 namespace sitk = itk::simple;
120
121 sitk::ImageRegistrationMethod registration;
122 std::cout << registration.ToString();
123}
124
125
126//

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected