Itasca C++ Interface
|
Interface to the main command processing class. More...
Go to the source code of this file.
Classes | |
class | itasca::IParse |
Interface to the main command processing class. More... | |
class | itasca::IParse::IMark |
Opaque position indicator class. Do not attempt to use directly for anything. More... | |
Namespaces | |
namespace | itasca |
namespace Itasca | |
Functions | |
IParse::RetCode | itasca::isDVect (const IParse &par, DVect3 *v=nullptr, IParse::IMark *m=nullptr) |
Thin wrapper for IParse::isDVect3, designed to make it easier to write code that is the same in 2D and 3D. | |
IParse::RetCode | itasca::isDAvect (const IParse &par, DAVect3 *v=nullptr, IParse::IMark *m=nullptr) |
Thin wrapper for IParse::isDVect3, designed to make it easier to write code that is the same in 2D and 3D. | |
DVect3 | itasca::toDVect (const IParse &par, IParse::IMark *m=nullptr) |
Thin wrapper for IParse::toDVect3, designed to make it easier to write code that is the same in 2D and 3D. | |
DAVect3 | itasca::toDAVect (const IParse &par, IParse::IMark *m=nullptr) |
Thin wrapper for IParse::toDVect3, designed to make it easier to write code that is the same in 2D and 3D. | |
Interface to the main command processing class.