/usr/include/ncarg/hlu/IrregularTransObj.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 | /*
* $Id: IrregularTransObj.h,v 1.11 2003-09-10 21:29:54 dbrown Exp $
*/
/************************************************************************
* *
* Copyright (C) 1992 *
* University Corporation for Atmospheric Research *
* All Rights Reserved *
* *
************************************************************************/
/*
* File: IrregularTransObj.h
*
* Author: Ethan Alpert
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Fri Oct 16 14:49:18 MDT 1992
*
* Description:
*/
#ifndef _NIrregularTransObj_h
#define _NIrregularTransObj_h
#include <ncarg/hlu/TransObj.h>
#define NhlNtrXAxisType "trXAxisType"
#define NhlCtrXAxisType "TrXAxisType"
#define NhlNtrXInterPoints "trXInterPoints"
#define NhlCtrXInterPoints "TrXInterPoints"
#define NhlNtrXTensionF "trXTensionF"
#define NhlCtrXTensionF "TrXTensionF"
#define NhlNtrXSamples "trXSamples"
#define NhlCtrXSamples "TrXSamples"
#define NhlNtrYAxisType "trYAxisType"
#define NhlCtrYAxisType "TrYAxisType"
#define NhlNtrYInterPoints "trYInterPoints"
#define NhlCtrYInterPoints "TrYInterPoints"
#define NhlNtrYTensionF "trYTensionF"
#define NhlCtrYTensionF "TrYTensionF"
#define NhlNtrYSamples "trYSamples"
#define NhlCtrYSamples "TrYSamples"
extern NhlClass NhlirregularTransObjClass;
#endif /* _NIrregularTransObj_h */
|