/usr/include/ITK-4.9/vcl_map.txx is in libinsighttoolkit4-dev 4.9.0-4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | #ifndef vcl_map_txx_
#define vcl_map_txx_
// -*- c++ -*-
#include "vcl_map.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_map.txx"
#elif !VCL_USE_NATIVE_STL
# include "emulation/vcl_map.txx"
#elif defined(VCL_EGCS)
# include "egcs/vcl_map.txx"
#elif defined(VCL_GCC_295) && !defined(GNU_LIBSTDCXX_V3)
# include "gcc-295/vcl_map.txx"
#elif defined(GNU_LIBSTDCXX_V3)
# include "gcc-libstdcxx-v3/vcl_map.txx"
#elif defined(VCL_SUNPRO_CC)
# include "sunpro/vcl_map.txx"
#elif defined(VCL_SGI_CC)
# include "sgi/vcl_map.txx"
#else
# include "iso/vcl_map.txx"
#endif
#endif
|