00001 /* Topology. 00002 * A common base class for QuadSubdivision and HexSubdivision 00003 */ 00004 00005 #ifndef subdivision_hh 00006 #define subdivision_hh 00007 00008 #include "basics/outputOperator.hh" 00009 00010 namespace concepts { 00011 00012 // *********************************************************** Subdivision ** 00013 00018 class Subdivision : public OutputOperator { 00019 }; 00020 00021 } // namespace concepts 00022 00023 #endif // subdivision_hh