#include <TxNldIfc.h>
Inheritance diagram for TxNldIfc::

Public Methods | |
| virtual TXSTD::string | getFileExt () const=0 |
| Get file extension string. More... | |
| virtual TXSTD::string | getInputFileName ()=0 |
| Obtain the input file name. More... | |
| virtual int | write (ostream &ostrm) const=0 |
| write object data. More... | |
| virtual int | read (istream &fl) const=0 |
| Read the input file (possibly subject to format determined by file extension). More... | |
| virtual int | getDimension () const=0 |
| Get phase space dimension. More... | |
| virtual const char* | getLabel (int i)=0 |
| Get the label of the i'th dependent variable of the map. More... | |
| virtual double | getCompMin (int i) const=0 |
| Get the computational minimum specified for the i'th dependent variable of the map. More... | |
| virtual double | getCompMax (int i) const=0 |
| Get the computational maximum specified for the i'th dependent variable of the map. More... | |
| virtual double | getPlotMin (int i) const=0 |
| Get the plotting minimum specified for the i'th dependent variable of the map. More... | |
| virtual double | getPlotMax (int i) const=0 |
| Get the plotting maximum specified for the i'th dependent variable of the map. More... | |
| virtual int | advance (double *p, int dim=0)=0 |
| advance the dependent variables through the map. More... | |
| virtual vector<TxAttributeSet*> | getViewMenuAttribs ()=0 |
| Obtain the view menu attributes from the model. More... | |
| virtual vector<TxAttributeSet*> | getViewMenuDataAttribs ()=0 |
| Obtain the view menu data attributes from the model. More... | |
| virtual vector<TxAttributeSet*> | getEditMenuAttribs ()=0 |
| Obtain the edit menu attributes from the model. More... | |
| virtual vector<TxAttributeSet*> | getParamsMenuAttribs ()=0 |
| Obtain the params menu attributes from the model. More... | |
| virtual void | updateModelAttribute (TxAttributeSet *attrib)=0 |
| Update the attribute set from the model data set. More... | |
| virtual void | updateViewAttribs (TxAttributeSet *window, TxAttributeSet *data)=0 |
| Update the attribute set of view from the model data set. More... | |
This interface should not depend on QT.
Definition at line 38 of file TxNldIfc.h.
|
|
advance the dependent variables through the map.
|
|
|
Get the computational maximum specified for the i'th dependent variable of the map.
|
|
|
Get the computational minimum specified for the i'th dependent variable of the map.
|
|
|
Get phase space dimension.
|
|
|
Obtain the edit menu attributes from the model.
Reimplemented from TxModelIfc. |
|
|
Get file extension string.
Reimplemented from TxModelIfc. |
|
|
Obtain the input file name.
|
|
|
Get the label of the i'th dependent variable of the map.
|
|
|
Obtain the params menu attributes from the model.
Reimplemented from TxModelIfc. |
|
|
Get the plotting maximum specified for the i'th dependent variable of the map.
|
|
|
Get the plotting minimum specified for the i'th dependent variable of the map.
|
|
|
Obtain the view menu attributes from the model.
Reimplemented from TxModelIfc. |
|
|
Obtain the view menu data attributes from the model.
Reimplemented from TxModelIfc. |
|
|
Read the input file (possibly subject to format determined by file extension).
Reimplemented from TxModelIfc. |
|
|
Update the attribute set from the model data set.
|
|
|
Update the attribute set of view from the model data set.
|
|
|
write object data.
Reimplemented from TxModelIfc. |
Copyright Tech-X Corporation, all rights reserved.