This file is indexed.

/usr/include/ossim/base/ossimNadconNarDatum.h is in libossim-dev 1.7.21-4.

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 ossimNadconNarDatum_HEADER
#define ossimNadconNarDatum_HEADER

#include <ossim/base/ossimNadconGridDatum.h>
#include <ossim/base/ossimNadconGridFile.h>
class ossimNadconNarDatum : public ossimNadconGridDatum
{
public:
   ossimNadconNarDatum(const ossimFilename& nadconDirectory);

   // Argument holds the source point and datum.  Returns another
   // point with this datum.
   //
   virtual ossimGpt shift(const ossimGpt    &aPt)const;
   //utility functions to shift to and from the standard coordinates.
   //Users should use the shift instead!!!
   //

};

#endif