/usr/include/ncbi/cn3dstyl.h is in libvibrant6-dev 6.1.20120620-7.
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 | /* $Id: cn3dstyl.h,v 6.4 2000/03/17 22:48:59 thiessen Exp $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information (NCBI)
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyright Act. It was written as part of
* the author's official duties as a United States Government employee and
* thus cannot be copyrighted. This software/database is freely available
* to the public for use. The National Library of Medicine and the U.S.
* Government do not place any restriction on its use or reproduction.
* We would, however, appreciate having the NCBI and the author cited in
* any work or product based on this material
*
* Although all reasonable efforts have been taken to ensure the accuracy
* and reliability of the software and data, the NLM and the U.S.
* Government do not and cannot warrant the performance or results that
* may be obtained by using this software or data. The NLM and the U.S.
* Government disclaim all warranties, express or implied, including
* warranties of performance, merchantability or fitness for any particular
* purpose.
*
* ===========================================================================
*
* File Name: $Id: cn3dstyl.h,v 6.4 2000/03/17 22:48:59 thiessen Exp $
*
* Version Creation Date: 2/19/2000
*
* File Description: code to handle special styles/features
*
* Modifications:
* --------------------------------------------------------------------------
* $Log: cn3dstyl.h,v $
* Revision 6.4 2000/03/17 22:48:59 thiessen
* fix for multi-chain / multi-model features ; added feature-move ; misc bug fixes
*
* Revision 6.3 2000/03/13 16:04:26 thiessen
* re-implementation of features
*
* Revision 6.2 2000/02/26 00:01:41 thiessen
* OpenGL improvements, progress on cleanup of Show/Hide
*
* Revision 6.1 2000/02/19 21:25:58 thiessen
* split of cn3dmodl into cn3dmodl and cn3dstyl
*
*
*
* ==========================================================================
*/
#ifndef _CN3DSTYL_
#define _CN3DSTYL_ 1
#ifdef __cplusplus
extern "C" {
#endif
extern GrouP LIBCALL ModelControls PROTO((Nlm_GrouP prnt));
extern void ClearRest(void);
extern void Cn3DIndexUserDefinedFeature(void);
extern PDNMS Cn3DAddUserDefinedFeatureToBiostruc(PDNMS pdnmsThis);
extern void Cn3DRemoveUserDefinedFeatureFromBiostruc(PDNMS pdnmsThis);
#ifdef __cplusplus
}
#endif
#endif /* _CN3DSTYL_ */
|