Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Stride.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *cr
00003  *cr            (C) Copyright 1995-2019 The Board of Trustees of the
00004  *cr                        University of Illinois
00005  *cr                         All Rights Reserved
00006  *cr
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  * RCS INFORMATION:
00011  *
00012  *      $RCSfile: Stride.h,v $
00013  *      $Author: johns $        $Locker:  $             $State: Exp $
00014  *      $Revision: 1.14 $       $Date: 2019/04/12 04:41:53 $
00015  *
00016  ***************************************************************************
00017  * DESCRIPTION:
00018  *  Stride interface class.
00019  ***************************************************************************/
00020 
00021 #ifndef STRIDE_H__
00022 #define STRIDE_H__
00023 
00024 class DrawMolecule;
00025 #include "ResizeArray.h"
00026 
00027 extern int write_ss_input_pdb(DrawMolecule *mol, const char *inputfilename,
00028                               ResizeArray<int>& residues);
00029 
00030 extern int ss_from_stride(DrawMolecule *);
00031 extern int ss_from_dssp(DrawMolecule *);
00032 
00033 #endif

Generated on Fri Apr 19 02:45:23 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002