Convenience shortcut for pointers to Slices.
More...
#include <Slice.hpp>
List of all members.
Public Member Functions
-
SlicePtr (const RefPtr< Slice > &RS)
- Construct from slice pointer.
-
SlicePtr (const MemCore::NullPtr &)
- Construct as empty pointer.
-
RefPtr< Grid > operator() (const string &gridname) const
- Find a grid for the given name.
-
RefPtr< Grid > operator() (const RefPtr< GridID > &gridname) const
- Find a grid via a grid identifier.
Detailed Description
Convenience shortcut for pointers to Slices.