Itasca C++ Interface
|
Interface to the global list of all surfaces, see command GEN SURFACE. More...
#include <isurfacelist.h>
Public Member Functions | |
virtual const IContainer * | getIContainer () const =0 |
Returns a const pointer to the IContainer interface representing the global list of surfaces. | |
virtual IContainer * | getIContainer ()=0 |
Returns a pointer to the IContainer interface representing the global list of surfaces. | |
virtual const ISurface * | getFirstSurface () const =0 |
virtual ISurface * | getFirstSurface ()=0 |
virtual const ISurface * | findSurfaceWithID (uint64 id) const =0 |
Given a surface id, returns a const pointer to the surface object. | |
virtual ISurface * | findSurfaceWithID (uint64 id)=0 |
Given a surface id, returns a pointer to the surface object. | |
virtual uint32 | getSurfaceType () const =0 |
Returns the general surface type. | |
Interface to the global list of all surfaces, see command GEN SURFACE.
|
pure virtual |
Return a const pointer to the first surface stored.
ISurface::getNext() can be used to iterate on the list.
|
pure virtual |
Return a pointer to the first surface stored.
ISurface::getNext() can be used to iterate on the list.