00001 00018 #ifndef INC_RVC_DBTEDGE_H 00019 #define INC_RVC_DBTEDGE_H 00020 00021 #ifndef INC_RVC_DBELEM_H 00022 #include <rvc/dbelem.h> 00023 #endif 00024 00025 namespace RVC { 00026 00028 class DBASE_TINEDGE : public RVC::DBASE_ELEMENT { 00029 public: 00030 00032 DBASE_TINEDGE ( 00033 ): DBASE_ELEMENT(OBJTYPE_TIN,ELEMTYPE_Edge) { } 00034 00035 }; 00036 00037 } // End of RVC namespace 00038 00039 #endif // INC_RVC_DBTEDGE_H
1.6.1