oaWaferDB.h

Go to the documentation of this file.
00001 // *****************************************************************************
00002 // *****************************************************************************
00003 // oaWaferDB.h
00004 //
00005 // This is the main header file for the OpenAccess wafer database. It
00006 // includes all other OpenAccess wafer header files required by applications.
00007 //
00008 // *****************************************************************************
00009 // Except as specified in the OpenAccess terms of use of Cadence or Silicon
00010 // Integration Initiative, this material may not be copied, modified,
00011 // re-published, uploaded, executed, or distributed in any way, in any medium,
00012 // in whole or in part, without prior written permission from Cadence.
00013 //
00014 //                Copyright 2004-2005 Cadence Design Systems, Inc.
00015 //                           All Rights Reserved.
00016 //
00017 //  $Author: icftcm $
00018 //  $Revision: #1 $
00019 //  $Date: 2010/08/09 $
00020 //  $State$
00021 // *****************************************************************************
00022 // *****************************************************************************
00023 
00024 
00025 
00026 #if !defined(oaWaferDB_P)
00027 #define oaWaferDB_P
00028 
00029 
00030 
00031 // *****************************************************************************
00032 // Public Header Includes
00033 // *****************************************************************************
00034 #include "oaDesignDB.h"
00035 #include "oaBase.h"
00036 #include "oaDM.h"
00037 
00038 #include "oaWaferDBTypes.h"
00039 
00040 #include "oaWaferMsgs.h"
00041 #include "oaWaferModTypes.h"
00042 #include "oaWaferObject.h"
00043 #include "oaWaferException.h"
00044 #include "oaWafer.h"
00045 #include "oaWaferFeature.h"
00046 #include "oaWaferDesc.h"
00047 #include "oaFrame.h"
00048 #include "oaReticle.h"
00049 #include "oaReticleRef.h"
00050 #include "oaStepperMap.h"
00051 #include "oaImage.h"
00052 #include "oaFrameInst.h"
00053 #include "oaDesignInst.h"
00054 #include "oaWaferCollection.h"
00055 #include "oaWaferTraits.h"
00056 #include "oaWaferObserver.h"
00057 
00058 
00059 
00060 // *****************************************************************************
00061 // Public Inline Includes
00062 // *****************************************************************************
00063 #include "oaWaferEnumWrapper.inl"
00064 #include "oaWaferException.inl"
00065 #include "oaImage.inl"
00066 #include "oaDesignInst.inl"
00067 #include "oaWaferCollection.inl"
00068 
00069 
00070 
00071 #endif

Return to top of page