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

wxScatterer.h

00001 /*
00002 * LibCryst++ : a Crystallographic computing library in C++
00003 *
00004 *  (c) 2000 Vincent FAVRE-NICOLIN
00005 *           Laboratoire de Cristallographie
00006 *           24, quai Ernest-Ansermet, CH-1211 Geneva 4, Switzerland
00007 *  Contact: Vincent.Favre-Nicolin@cryst.unige.ch
00008 *           Radovan.Cerny@cryst.unige.ch
00009 *
00010 */
00011 /*
00012 *  header file for the RefinablePar and RefinableObj classes
00013 *
00014 * This is still in early development stages !! Not secure !
00015 *
00016 */
00017 
00018 #ifndef _VFN_WX_SCATTERER_OBJ_H_
00019 #define _VFN_WX_SCATTERER_OBJ_H_
00020 
00021 #include "wxCryst/wxRefinableObj.h"
00022 #include "ObjCryst/Scatterer.h"
00023 namespace ObjCryst
00024 {
00025 
00027 class WXScatterer: public WXRefinableObj
00028 {
00029    public:
00030       WXScatterer(wxWindow *parent, Scatterer*);
00031    protected:
00032       Scatterer* mpScatterer;
00033       WXFieldRefPar* mpFieldX;
00034       WXFieldRefPar* mpFieldY;
00035       WXFieldRefPar* mpFieldZ;
00036       WXFieldRefPar* mpFieldPopu;
00037 };
00038 
00039 } //namespace
00040 
00041 #endif //_VFN_WX_SCATTERER_OBJ_H_

Generated on Wed Nov 14 19:48:36 2001 for ObjCryst++ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001