Main Page   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

MDIEdit.h

00001 
00009 //----------------------------------------------------------------------------
00010 //Borland C++Builder
00011 //Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
00012 //----------------------------------------------------------------------------
00013 //---------------------------------------------------------------------------
00014 #ifndef MDIEditH
00015 #define MDIEditH
00016 //---------------------------------------------------------------------------
00017 #include <Classes.hpp>
00018 #include <Controls.hpp>
00019 #include <StdCtrls.hpp>
00020 #include <Forms.hpp>
00021 #include <ComCtrls.hpp>
00022 #include <Menus.hpp>
00023 #include <Dialogs.hpp>
00024 #include <Printers.hpp>
00025 #include <Clipbrd.hpp>
00026 #include <ExtCtrls.hpp>
00027 #include <ActnCtrls.hpp>
00028 #include <ActnMan.hpp>
00029 #include <CustomizeDlg.hpp>
00030 #include <ToolWin.hpp>
00031 #include <gl\gl.h>
00032 #include <gl\glu.h>
00033 #include "histo.h"
00034 #include "contrast.h"
00035 #include "data.h"
00036 #include "transfer.h"
00037 //---------------------------------------------------------------------------
00038 
00039 /*
00040 struct rgb {
00041         unsigned char r,g,b;
00042 };
00043 
00044 struct rgba {
00045         unsigned char r,g,b,a;
00046 };
00047 
00048 struct vertex {
00049         float x,y,z;
00050 };
00051 */
00052 
00053 class TEditForm : public TForm
00054 {
00055 __published:    // IDE-managed Components
00056 
00057 private:        // User declarations
00058 __fastcall TEditForm(TComponent* Owner);
00059 public:         // User declarations
00060 
00061 };
00062 //---------------------------------------------------------------------------
00063 extern __int16 sizeX, sizeY, sizeZ;
00064 extern rgba *color;
00065 extern __int16 *data;
00066 extern THistogram *histo;
00067 extern TContrast *contr;
00068 extern TTransfer *transe;
00069 extern vertex *gradient, *gradient2;
00070 extern __int16 *absgrad;
00071 extern long memusage, size;
00072 
00073 //---------------------------------------------------------------------------
00074 
00075 #endif

Generated on Thu Jan 23 06:17:37 2003 for Vol by doxygen1.2.18