PolyLink
A library to allow manipulation of geometry from within Mathematica
 All Classes Namespaces Files Functions Variables Properties
PolyLink.KernelDispatch Class Reference

Object allowing for a more clear and intuitive interface to the Mathematica kernel. Still a WIP. More...

Inheritance diagram for PolyLink.KernelDispatch:
PolyLink.IKernelDispatch

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...
 

Detailed Description

Object allowing for a more clear and intuitive interface to the Mathematica kernel. Still a WIP.

Definition at line 15 of file KernelDispatch.cs.

Constructor & Destructor Documentation

PolyLink.KernelDispatch.KernelDispatch ( )

Definition at line 21 of file KernelDispatch.cs.

Member Data Documentation

int PolyLink.KernelDispatch.KernelWait = 1
static

Definition at line 17 of file KernelDispatch.cs.

Property Documentation

IKernelLink PolyLink.KernelDispatch.Kernel
get

The IKernelLink used by this KernelDispatch.

Definition at line 32 of file KernelDispatch.cs.

IKernelOperation PolyLink.KernelDispatch.this[string s]
get

Create an KernelOperation.

Parameters
sMathematica code or function name to be made into a KernelOperation.
Returns
A KernelOperation, ready to be modified or evaluated.

Definition at line 42 of file KernelDispatch.cs.


The documentation for this class was generated from the following file: