// -*- C++ -*- namespace Katabatic { //! \typedef typedef GenericCollection GCells; //! GCell Collection with auto-pointer like support. //! \typedef typedef GenericLocator GCellLocator; //! GCell Locator with auto-pointer like support. //! \typedef typedef GenericFilter GCellFilter; //! GCell Filter with auto-pointer like support. }