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

GeometryAtom.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: GeometryAtom.h,v $
00013  *      $Author: johns $        $Locker:  $                $State: Exp $
00014  *      $Revision: 1.25 $      $Date: 2019/01/17 21:20:59 $
00015  *
00016  ***************************************************************************
00017  * DESCRIPTION:
00018  *
00019  * Draws a marker for a specified atom into the display list for a Displayable
00020  *
00021  ***************************************************************************/
00022 #ifndef GEOMETRYATOM_H
00023 #define GEOMETRYATOM_H
00024 
00025 #include "GeometryMol.h"
00026 
00028 class GeometryAtom : public GeometryMol {
00029 
00030 public:
00032   GeometryAtom(int, int, const int *cell, MoleculeList *, CommandQueue *, Displayable *);
00033   
00034   // public virtual routines
00035   virtual void set_pick(void);     
00036   virtual void create_cmd_list();
00037 };
00038 
00039 #endif
00040 

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