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

Interface for accessing water table data. More...

#include <iwatertable.h>

Public Member Functions

virtual string getWaterTableGeometrySetName () const =0
 Returns the name of the geometry set used for water table data.
 
virtual uint32 getWaterNotice () const =0
 Returns the tag associated with the water table change notice.
 
virtual bool isInfinite () const =0
 Returns true if the water table is infinite, otherwise returns false.
 
virtual DVect getNormal () const =0
 
virtual DVect getOrigin () const =0
 Returns one point on the water plane.
 
virtual DExtent getExtent () const =0
 Returns zone extent used in water table calculations.
 

Detailed Description

Interface for accessing water table data.

Member Function Documentation

◆ getNormal()

virtual DVect zone::IWaterTable::getNormal ( ) const
pure virtual

Returns the unit normal to the water plane and pointing in the direction of increasing pore-pressure


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