Ejemplo n.º 1
0
 public abstract void Consume(PathSamplerBase path); // Should return re-initialized sampler
Ejemplo n.º 2
0
        public override void Consume(PathSamplerBase path)
        {

        }
Ejemplo n.º 3
0
 public override void Consume(PathSamplerBase path)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 protected override void OnSplat(PathSamplerBase item)
 {
     
 }
Ejemplo n.º 5
0
 public ComplexPathSampler(PathSamplerBase[] samplers)
 {
     this.samplers = new List<PathSamplerBase>(samplers);
 }