58 unsigned int nbok = 0;
60 std::string filename = testPath +
"samples/cat10.vol";
74 projX(image.domain().upperBound()));
79 MySliceImageAdapter sliceImageX(image, domainX, aSliceFunctor, identityFunctor);
84 projY(image.domain().upperBound()));
87 MySliceImageAdapter sliceImageY(image, domainY, aSliceFunctor2, identityFunctor);
93 projZ(image.domain().upperBound()));
97 MySliceImageAdapter sliceImageZ(image, domainZ, aSliceFunctor3, identityFunctor);
105 MyRotatorSliceImageAdapter sliceRotImageZ(image, domainZ, sliceRot, identityFunctor);
114 trace.
info() <<
"(" << nbok <<
"/" << nb <<
") "
115 <<
"true == true" << std::endl;
static bool exportPGM(const std::string &filename, const Image &aImage, const Functor &aFunctor=Functor(), bool saveASCII=false, bool topbotomOrder=true)