FOX/ObjCryst++  1.10.X (development)
wxScatterer.h
1 /* ObjCryst++ Object-Oriented Crystallographic Library
2  (c) 2000-2002 Vincent Favre-Nicolin vincefn@users.sourceforge.net
3  2000-2001 University of Geneva (Switzerland)
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software
17  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19 /*
20 * header file for the RefinablePar and RefinableObj classes
21 *
22 * This is still in early development stages !! Not secure !
23 *
24 */
25 
26 #ifndef _VFN_WX_SCATTERER_OBJ_H_
27 #define _VFN_WX_SCATTERER_OBJ_H_
28 
29 #include "ObjCryst/wxCryst/wxRefinableObj.h"
30 #include "ObjCryst/ObjCryst/Scatterer.h"
31 namespace ObjCryst
32 {
33 
36 {
37  public:
38  WXScatterer(wxWindow *parent, Scatterer*);
39  protected:
40  Scatterer* mpScatterer;
41 };
42 
43 } //namespace
44 
45 #endif //_VFN_WX_SCATTERER_OBJ_H_
The base wxCryst class for all RefinableObj objects.
The namespace which includes all objects (crystallographic and algorithmic) in ObjCryst++.
Definition: Atom.cpp:47
Generic type of scatterer: can be an atom, or a more complex assembly of atoms.
Definition: Scatterer.h:130
base wxCryst class for Scatterers
Definition: wxScatterer.h:35