IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Base class for script classes with graphics examples. More...
Protected Member Functions | |
override void | InitializeThis (string[] arguments) |
Performs all the necessary initializations of the object. Override this method in derived classes (if extra initialization is needed) and call the base class' method in it. | |
override string | RunThis (string[] arguments) |
Performs the action of this object. Override this in derived classes! | |
Private Attributes | |
ScriptGraphics3DBase | a1 |
Base class for script classes with graphics examples.
$A Igor xx Jul12;
override void IG::Script::TestIglibExt_ToDelete::InitializeThis | ( | string[] | arguments | ) | [inline, protected, virtual] |
Performs all the necessary initializations of the object. Override this method in derived classes (if extra initialization is needed) and call the base class' method in it.
Implements IG::Lib::LoadableScriptBase.
override string IG::Script::TestIglibExt_ToDelete::RunThis | ( | string[] | arguments | ) | [inline, protected, virtual] |
Performs the action of this object. Override this in derived classes!
arguments | Arguments through which different information can be passed. |
Implements IG::Lib::LoadableScriptBase.