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

MDIEdit.cpp

00001 //----------------------------------------------------------------------------
00002 //Borland C++Builder
00003 //Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved.
00004 //----------------------------------------------------------------------------
00005 //---------------------------------------------------------------------------
00006 #include <vcl.h>
00007 #include <math.h>
00008 #pragma hdrstop
00009 
00010 #include "MDIEdit.h"
00011 #include "MDIFrame.h"
00012 //---------------------------------------------------------------------------
00013 #pragma resource "*.dfm"
00014 
00015 __int16 sizeX, sizeY, sizeZ;
00016 rgba *color;
00017 __int16 *data;
00018 THistogram *histo;
00019 TContrast *contr;
00020 TTransfer *transe;
00021 vertex *gradient, *gradient2;
00022 __int16 *absgrad;
00023 long memusage, size;
00024 
00025 
00026 
00027 //---------------------------------------------------------------------------
00028 __fastcall TEditForm::TEditForm(TComponent* Owner)
00029     : TForm(Owner)
00030  {}
00031 //---------------------------------------------------------------------------
00032 

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