This file is indexed.

/usr/include/ncarg/hlu/ImageWorkstation.h is in libncarg-dev 6.3.0-6build1.

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
/*
 *      $Id: ImageWorkstation.h,v 1.1 2004-03-20 00:16:24 dbrown Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1992			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		ImageWorkstation.h
 *
 *	Author:		DavidBrown
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Wed Mar 17 12:28:04 MST 2004	
 *
 *	Description:	Public header for ImageWorkstation class
 */
#ifndef _NImageWorkstation_h
#define	_NImageWorkstation_h

#include <ncarg/hlu/XWorkstation.h>


/*
 * See: Workstation.h and XWorkstation.h for resources shared with 
 * XWorkstation
 */

#define	NhlNwkImageFormat       "wkImageFormat"
#define	NhlCwkImageFormat	"WkImageFormat"

#define	NhlNwkImageFileName	"wkImageFileName"
#define	NhlCwkImageFileName	"WkImageFileName"

#define	NhlTImageFormat	"ImageFormat"
typedef enum _NhlImageFormat{
	NhlXWD = 0,
	NhlPNG = 1
} NhlImageFormat;

extern NhlClass NhlimageWorkstationClass;

#endif /* _NImageWorkstation_h */