Itasca C++ Interface
|
Class provides access to the an interface element. More...
#include <iintelem.h>
Public Member Functions | |
virtual const IThing * | getIThing () const =0 |
returns a IThing pointer | |
virtual IThing * | getIThing ()=0 |
returns a const IThing pointer | |
virtual const IIntElem * | getNext () const =0 |
virtual IIntElem * | getNext ()=0 |
virtual const IIntNode * | getVertex (const uint32 i) const =0 |
Returns a const pointer to interface node, where parameter i is 0,1 or 2. | |
virtual IIntNode * | getVertex (const uint32 i)=0 |
virtual double | getArea () const =0 |
Returns the area of the element triangluar surface. | |
virtual const IFace * | getHost () const =0 |
Returns a const pointer to the face to which the interface element is attached. | |
virtual IFace * | getHost ()=0 |
Returns a pointer to the face to which the interface element is attached. | |
virtual DVect3 | getLocation () const =0 |
Returns the current centroid of the interface element - the average of the three node position. | |
virtual const IThing * | getOwner () const =0 |
Static Public Attributes | |
static const TType | type_ = 0x4c815a12 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Class provides access to the an interface element.
An interface element is a triangular surface representing area of interface.
|
pure virtual |
Returns a const pointer the next interface element in the global interface element list, or 0 to indicate the end of the list.
See IInterface::getFirstIntElement();
|
pure virtual |
Returns a pointer the next interface element in the global interface element list, or 0 to indicate the end of the list.
See IInterface::getFirstIntElement();
|
pure virtual |
Returns a pointer to interface node, where parameter i is element the vertex with valid values in the range 0 to 2