Itasca C++ Interface
|
This interface exposes a plot data interface (IGeneralPlot) to FISH. More...
#include <ifishplot.h>
Public Member Functions | |
virtual IGeneralPlot * | getGeneralPlotInterface () const =0 |
Returns a ponter to IGeneralPlot. | |
virtual const IThing * | toIThing () const =0 |
Returns a const pointer to IGeneralPlot, via IThing. | |
virtual IThing * | toIThing ()=0 |
Returns a pointer to IGeneralPlot, via IThing. | |
virtual void | setGeneralPlotInterface (IGeneralPlot *)=0 |
Sets the IGeneralPlot for FISH. | |
Static Public Attributes | |
static const TType | type_ = 0x4c815bdf |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
This interface exposes a plot data interface (IGeneralPlot) to FISH.