/usr/src/WrapITK/ConfigurationInputs/wrap_.cxx.in is in libinsighttoolkit3-dev 3.20.1-1.
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 | @CONFIG_WRAPPER_INCLUDES@
#ifdef CABLE_CONFIGURATION
namespace _cable_
{
const char* const group = "@CONFIG_WRAPPER_MODULE_NAME@";
namespace wrappers
{
@CONFIG_WRAPPER_TYPEDEFS@
}
void force_instantiate()
{
using namespace _cable_::wrappers;
@CONFIG_WRAPPER_FORCE_INSTANTIATE@
}
@CONFIG_WRAPPER_EXTRAS@
}
#endif
|