NCBI C Toolkit Cross Reference

C/cn3d/cn3dsave.h


  1 /*   cn3dsave.h
  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:  cn3dsave.h
 27 *
 28 * Author:  Christopher Hogue
 29 *
 30 * Version Creation Date:   1/31/96
 31 *
 32 * $Revision: 6.3 $
 33 *
 34 * File Description: Cn3d file saving routines 
 35 *                   
 36 *
 37 * Modifications:  
 38 * --------------------------------------------------------------------------
 39 * Date     Name        Description of modification
 40 * -------  ----------  -----------------------------------------------------
 41 * $Log: cn3dsave.h,v $
 42 * Revision 6.3  2000/03/22 23:17:50  thiessen
 43 * added ability to save ARS in ASN1
 44 *
 45 * Revision 6.2  2000/03/08 21:46:15  lewisg
 46 * cn3d saves viewport, misc bugs
 47 *
 48 * Revision 6.1  1999/10/29 14:15:30  thiessen
 49 * ran all Cn3D source through GNU Indent to prettify
 50 *
 51 * Revision 6.0  1997/08/25 18:13:43  madden
 52 * Revision changed to 6.0
 53 *
 54 * Revision 5.0  1996/05/28 14:05:44  ostell
 55 * Set to revision 5.0
 56 *
 57  * Revision 1.1  1996/02/01  18:47:38  kans
 58  * Initial revision
 59  *
 60 *
 61 * ==========================================================================
 62 */
 63 
 64 /* cn3dsave.h */
 65 
 66 #ifndef _CN3DSAVE_
 67 #define _CN3DSAVE_ 1
 68 
 69 #ifdef __cplusplus
 70 extern "C" {
 71 #endif
 72 
 73 NLM_EXTERN void Cn3D_SaveBiostruc(IteM i);
 74 NLM_EXTERN void Cn3D_GetRenderSettingsFromBiostruc(PDNMS pdnms);
 75 
 76 #ifdef __cplusplus
 77 }
 78 #endif
 79 #endif
 80 

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.