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

Method ToString

Code/BasicFilters/src/sitkCastImageFilter.cxx:57–65  ·  view source on GitHub ↗

ToString

Source from the content-addressed store, hash-verified

55// ToString
56//
57std::string
58CastImageFilter::ToString() const
59{
60 std::ostringstream out;
61 out << "itk::simple::CastImageFilter\n"
62 << "\tOutputPixelType: " << this->m_OutputPixelType << std::endl;
63 out << ProcessObject::ToString();
64 return out.str();
65}
66
67//
68// Set/Get Methods for output pixel type

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected