File: MemberFunctionDispatch.h.in

package info (click to toggle)
simpleitk 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 75,056 kB
  • sloc: cpp: 25,403; python: 3,060; sh: 1,131; ansic: 369; java: 260; cs: 215; makefile: 51; ruby: 47; tcl: 22
file content (5 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
      friend struct detail::MemberFunctionAddressor<MemberFunctionType>;
$(if vector_pixel_types_by_component then
OUT=[[      friend struct detail::ExecuteInternalVectorImageAddressor<MemberFunctionType>;]]
end)
      nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> > m_MemberFactory;