This file is indexed.

/usr/include/ncarg/hlu/Title.h is in libncarg-dev 6.2.0-3+b1.

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
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/*
 *      $Id: Title.h,v 1.6 1999-04-19 23:28:52 dbrown Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1992			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		Title.h
 *
 *	Author:		Ethan Alpert
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Wed Nov 18 17:01:12 MST 1992
 *
 *	Description:	
 */

#ifndef _NTitle_h
#define	_NTitle_h

#include <ncarg/hlu/View.h>

#define NhlDEF_TITLE_HEIGHT  0.025

#define NhlNtiDeltaF	"tiDeltaF"
#define NhlCtiDeltaF	"TiDeltaF"
#define NhlNtiMainString	"tiMainString"
#define NhlCtiMainString	"TiMainString"
#define NhlNtiMainJust	"tiMainJust"
#define NhlNtiMainFont	"tiMainFont"
#define NhlNtiMainFontColor	"tiMainFontColor"
#define NhlNtiMainOffsetXF	"tiMainOffsetXF"
#define NhlCtiMainOffsetXF	"TiMainOffsetXF"
#define NhlNtiMainOffsetYF	"tiMainOffsetYF"
#define NhlCtiMainOffsetYF	"TiMainOffsetYF"
#define NhlNtiMainFontHeightF "tiMainFontHeightF"
#define NhlNtiMainFontAspectF "tiMainFontAspectF"
#define NhlNtiMainFontThicknessF "tiMainFontThicknessF"
#define NhlNtiMainAngleF	"tiMainAngleF"
#define NhlNtiMainDirection "tiMainDirection"
#define NhlNtiMainPosition  "tiMainPosition"
#define NhlCtiMainPosition  "TiMainPosition"
#define NhlNtiMainOn		"tiMainOn"
#define NhlCtiMainOn		"TiMainOn"
#define NhlNtiMainSide		"tiMainSide"
#define NhlCtiMainSide		"TiMainSide"
#define NhlNtiMainConstantSpacingF	"tiMainConstantSpacingF"
#define NhlNtiUseMainAttributes		"tiUseMainAttributes"
#define NhlCtiUseMainAttributes		"TiUseMainAttributes"
#define NhlNtiMainFuncCode		"tiMainFuncCode"
#define NhlNtiMainFontQuality		"tiMainFontQuality"

#define NhlNtiXAxisFuncCode		"tiXAxisFuncCode"
#define NhlNtiXAxisString "tiXAxisString"
#define NhlCtiXAxisString "TiXAxisString"
#define NhlNtiXAxisJust	"tiXAxisJust"
#define NhlNtiXAxisFont	"tiXAxisFont"
#define NhlNtiXAxisFontColor	"tiXAxisFontColor"
#define NhlNtiXAxisOffsetXF	"tiXAxisOffsetXF"
#define NhlCtiXAxisOffsetXF	"TiXAxisOffsetXF"
#define NhlNtiXAxisOffsetYF	"tiXAxisOffsetYF"
#define NhlCtiXAxisOffsetYF	"TiXAxisOffsetYF"
#define NhlNtiXAxisFontHeightF "tiXAxisFontHeightF"
#define NhlNtiXAxisFontAspectF "tiXAxisFontAspectF"
#define NhlNtiXAxisFontThicknessF "tiXAxisFontThicknessF"
#define NhlNtiXAxisAngleF	"tiXAxisAngleF"
#define NhlNtiXAxisDirection "tiXAxisDirection"
#define NhlNtiXAxisPosition  "tiXAxisPosition"
#define NhlCtiXAxisPosition  "TiXAxisPosition"
#define NhlNtiXAxisOn		"tiXAxisOn"
#define NhlCtiXAxisOn		"TiXAxisOn"
#define NhlNtiXAxisSide		"tiXAxisSide"
#define NhlCtiXAxisSide		"TiXAxisSide"
#define NhlNtiXAxisConstantSpacingF	"tiXAxisConstantSpacingF"
#define NhlNtiXAxisFontQuality		"tiXAxisFontQuality"

#define NhlNtiYAxisFuncCode		"tiYAxisFuncCode"
#define NhlNtiYAxisString "tiYAxisString"
#define NhlCtiYAxisString "TiYAxisString"
#define NhlNtiYAxisJust	"tiYAxisJust"
#define NhlNtiYAxisFont	"tiYAxisFont"
#define NhlNtiYAxisFontColor "tiYAxisFontColor"
#define NhlNtiYAxisOffsetXF	"tiYAxisOffsetXF"
#define NhlCtiYAxisOffsetXF	"TiYAxisOffsetXF"
#define NhlNtiYAxisOffsetYF	"tiYAxisOffsetYF"
#define NhlCtiYAxisOffsetYF	"TiYAxisOffsetYF"
#define NhlNtiYAxisFontHeightF "tiYAxisFontHeightF"
#define NhlNtiYAxisFontAspectF "tiYAxisFontAspectF"
#define NhlNtiYAxisFontThicknessF "tiYAxisFontThicknessF"
#define NhlNtiYAxisAngleF	"tiYAxisAngleF"
#define NhlNtiYAxisDirection "tiYAxisDirection"
#define NhlNtiYAxisPosition  "tiYAxisPosition"
#define NhlCtiYAxisPosition  "TiYAxisPosition"
#define NhlNtiYAxisOn		"tiYAxisOn"
#define NhlCtiYAxisOn		"TiYAxisOn"
#define NhlNtiYAxisSide		"tiYAxisSide"
#define NhlCtiYAxisSide		"TiYAxisSide"
#define NhlNtiYAxisConstantSpacingF	"tiYAxisConstantSpacingF"
#define NhlNtiYAxisFontQuality		"tiYAxisFontQuality"


/*
 * These class resources have been eliminated
 */
#if 0
#define NhlCtiTitleJust	"TiTitleJust"
#define NhlCtiTitleFontHeightsF "TiTitleFontHeightsF"
#define NhlCtiTitleFontAspectsF "TiTitleFontAspectsF"
#define NhlCtiTitleFontThicknessF "TiTitleFontThicknessF"
#define NhlCtiTitleAnglesF	"TiTitleAnglesF"
#define NhlCtiTitleConstantSpacingsF	"TiTitleConstantSpacingsF"
#define NhlCtiTitleFuncCodes		"TiTitleFuncCodes"
#define NhlCtiTitleFontQualities	"TiTitleFontQuailties"
#define NhlCtiTitleFontColors		"TiTitleFontColors"
#define NhlCtiMainDirection "TiMainDirection"
#define NhlCtiXAxisDirection "TiXAxisDirection"
#define NhlCtiYAxisDirection "TiYAxisDirection"
#endif

typedef NhlPosition	NhlTitlePositions;
#define NhlTTitlePositions	"TitlePositions"


extern NhlClass NhltitleClass;

#endif /*_NTitle_h */