![]() |
PolyLink
A library to allow manipulation of geometry from within Mathematica
|
Object allowing for a more clear and intuitive interface to the Mathematica kernel. Still a WIP. More...
Public Member Functions | |
KernelDispatch () | |
Static Public Attributes | |
static int | KernelWait = 1 |
Properties | |
IKernelLink | Kernel [get] |
The IKernelLink used by this KernelDispatch. More... | |
IKernelOperation | this[string s] [get] |
Create an KernelOperation. More... | |
![]() | |
IKernelLink | Kernel [get] |
IKernelOperation | this[string s] [get] |
Object allowing for a more clear and intuitive interface to the Mathematica kernel. Still a WIP.
Definition at line 15 of file KernelDispatch.cs.
PolyLink.KernelDispatch.KernelDispatch | ( | ) |
Definition at line 21 of file KernelDispatch.cs.
|
static |
Definition at line 17 of file KernelDispatch.cs.
|
get |
The IKernelLink used by this KernelDispatch.
Definition at line 32 of file KernelDispatch.cs.
|
get |
Create an KernelOperation.
s | Mathematica code or function name to be made into a KernelOperation. |
Definition at line 42 of file KernelDispatch.cs.