00001 /** 00002 * \file uitin.h <gre/uitin.h> 00003 * \brief GRE User Interface definitions for TIN layer 00004 * 00005 * \if NODOC 00006 * $Id: uitin.h_v 1.4 2003/10/15 15:23:13 scowan Exp $ 00007 * 00008 * $Log: uitin.h_v $ 00009 * Revision 1.4 2003/10/15 15:23:13 scowan 00010 * Replaced use of tin get obj filter with rvc geometric version. 00011 * 00012 * Revision 1.3 2003/09/15 13:48:59 fileserver!dwilliss 00013 * Doxygen 00014 * 00015 * Revision 1.2 2003/07/30 15:44:08 mju 00016 * Ignore private sections. 00017 * 00018 * Revision 1.1 2002/09/09 20:30:11 mju 00019 * Initial revision 00020 * \endif 00021 **/ 00022 00023 #ifndef INC_GRE_UITIN_H 00024 #define INC_GRE_UITIN_H 00025 00026 #ifndef INC_GRE_LRTIN_H 00027 #include <gre/lrtin.h> 00028 #endif 00029 00030 #ifndef INC_RVC_GETOBJF_H 00031 #include <rvc/getobjf.h> 00032 #endif 00033 00034 //=================================================================================================================== 00035 //! Filter for object selection. (Has been replaced by RVC::GEOMETRIC::GETOBJFILTER_ISNOTEMPTY) 00036 //=================================================================================================================== 00037 00038 #endif //!< INC_GRE_UITIN_H
1.3.8-20040913