/usr/lib/vtk-5.8/CMake/vtkMakeInstantiator.h.in is in libvtk5-dev 5.8.0-14.1ubuntu3.
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 | #ifndef __@VTK_MAKE_INSTANTIATOR_CLASS_NAME@_h
#define __@VTK_MAKE_INSTANTIATOR_CLASS_NAME@_h
#include "vtkInstantiator.h"
@HEADER_CONTENTS@
class @VTK_MAKE_INSTANTIATOR_EXPORT_MACRO@ @VTK_MAKE_INSTANTIATOR_CLASS_NAME@
{
public:
@VTK_MAKE_INSTANTIATOR_CLASS_NAME@();
~@VTK_MAKE_INSTANTIATOR_CLASS_NAME@();
private:
static void ClassInitialize();
static void ClassFinalize();
static unsigned int Count;
};
static @VTK_MAKE_INSTANTIATOR_CLASS_NAME@ @VTK_MAKE_INSTANTIATOR_CLASS_NAME@Initializer;
#endif
|