Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zone::ISurfaceList Class Referenceabstract

Interface to the global list of all surfaces, see command GEN SURFACE. More...

#include <isurfacelist.h>

Public Member Functions

virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing the global list of surfaces.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing the global list of surfaces.
 
virtual const ISurfacegetFirstSurface () const =0
 
virtual ISurfacegetFirstSurface ()=0
 
virtual const ISurfacefindSurfaceWithID (uint64 id) const =0
 Given a surface id, returns a const pointer to the surface object.
 
virtual ISurfacefindSurfaceWithID (uint64 id)=0
 Given a surface id, returns a pointer to the surface object.
 
virtual uint32 getSurfaceType () const =0
 Returns the general surface type.
 

Detailed Description

Interface to the global list of all surfaces, see command GEN SURFACE.

Member Function Documentation

◆ getFirstSurface() [1/2]

virtual const ISurface * zone::ISurfaceList::getFirstSurface ( ) const
pure virtual

Return a const pointer to the first surface stored.
ISurface::getNext() can be used to iterate on the list.

◆ getFirstSurface() [2/2]

virtual ISurface * zone::ISurfaceList::getFirstSurface ( )
pure virtual

Return a pointer to the first surface stored.
ISurface::getNext() can be used to iterate on the list.


The documentation for this class was generated from the following file: