Class CeresGraphCompiler
Ceres graph compiler
public sealed class CeresGraphCompiler : IDisposable
- Inheritance
-
objectCeresGraphCompiler
Properties
Context
public ICeresGraphCompilationContext Context { get; set; }
Property Value
Source
Compilation source graph, will not change during compilation
public CeresGraph Source { get; }
Property Value
Target
Compilation target graph
public CeresGraph Target { get; }
Property Value
Methods
Dispose()
public void Dispose()
GetPooled(CeresGraph, ICeresGraphCompilationContext)
public static CeresGraphCompiler GetPooled(CeresGraph graph, ICeresGraphCompilationContext context = null)
Parameters
graphCeresGraphcontextICeresGraphCompilationContext