NCBI C Toolkit Cross Reference

C/cn3d/cn3dstyl.h


  1 /*   $Id: cn3dstyl.h,v 6.4 2000/03/17 22:48:59 thiessen Exp $
  2 * ===========================================================================
  3 *
  4 *                            PUBLIC DOMAIN NOTICE
  5 *            National Center for Biotechnology Information (NCBI)
  6 *
  7 *  This software/database is a "United States Government Work" under the
  8 *  terms of the United States Copyright Act.  It was written as part of
  9 *  the author's official duties as a United States Government employee and
 10 *  thus cannot be copyrighted.  This software/database is freely available
 11 *  to the public for use. The National Library of Medicine and the U.S.
 12 *  Government do not place any restriction on its use or reproduction.
 13 *  We would, however, appreciate having the NCBI and the author cited in
 14 *  any work or product based on this material
 15 *
 16 *  Although all reasonable efforts have been taken to ensure the accuracy
 17 *  and reliability of the software and data, the NLM and the U.S.
 18 *  Government do not and cannot warrant the performance or results that
 19 *  may be obtained by using this software or data. The NLM and the U.S.
 20 *  Government disclaim all warranties, express or implied, including
 21 *  warranties of performance, merchantability or fitness for any particular
 22 *  purpose.
 23 *
 24 * ===========================================================================
 25 *
 26 * File Name:  $Id: cn3dstyl.h,v 6.4 2000/03/17 22:48:59 thiessen Exp $
 27 *
 28 * Version Creation Date: 2/19/2000
 29 *
 30 * File Description: code to handle special styles/features
 31 *
 32 * Modifications:
 33 * --------------------------------------------------------------------------
 34 * $Log: cn3dstyl.h,v $
 35 * Revision 6.4  2000/03/17 22:48:59  thiessen
 36 * fix for multi-chain / multi-model features ; added feature-move ; misc bug fixes
 37 *
 38 * Revision 6.3  2000/03/13 16:04:26  thiessen
 39 * re-implementation of features
 40 *
 41 * Revision 6.2  2000/02/26 00:01:41  thiessen
 42 * OpenGL improvements, progress on cleanup of Show/Hide
 43 *
 44 * Revision 6.1  2000/02/19 21:25:58  thiessen
 45 * split of cn3dmodl into cn3dmodl and cn3dstyl
 46 *
 47 *
 48 *
 49 * ==========================================================================
 50 */
 51 
 52 #ifndef _CN3DSTYL_
 53 #define _CN3DSTYL_ 1
 54 
 55 #ifdef __cplusplus
 56 extern "C" {
 57 #endif
 58 
 59 extern GrouP LIBCALL ModelControls PROTO((Nlm_GrouP prnt));
 60 extern void ClearRest(void);
 61 extern void Cn3DIndexUserDefinedFeature(void);
 62 extern PDNMS Cn3DAddUserDefinedFeatureToBiostruc(PDNMS pdnmsThis);
 63 extern void Cn3DRemoveUserDefinedFeatureFromBiostruc(PDNMS pdnmsThis);
 64 
 65 #ifdef __cplusplus
 66 }
 67 #endif
 68 
 69 #endif /* _CN3DSTYL_ */
 70 

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.