Open CASCADE Technology
6.5.4
|
This class derived from Method, describes an
interpreted method. The additional field is the
name of the file to be interpreted.
#include <Dynamic_InterpretedMethod.hxx>
Public Member Functions | |
Dynamic_InterpretedMethod (const Standard_CString aname, const Standard_CString afile) | |
Creates a new InterpretedMethod with <aname> as name and <afile> as file name to be interpreted. | |
void | Function (const Standard_CString afile) |
Sets the the name of the file to be interpreted to <afile>. | |
TCollection_AsciiString | Function () const |
Returns the name of the file to be interpreted. |
Dynamic_InterpretedMethod::Dynamic_InterpretedMethod | ( | const Standard_CString | aname, |
const Standard_CString | afile | ||
) |