Exemplo n.º 1
0
 public LevelSetNormalsCache(LevelSetData o)
     : base(o.m_owner.GridDat) //
 {
     this.m_owner = o;
 }
Exemplo n.º 2
0
 public LevelSetReferenceNormalsCache(LevelSetData o)
     : base(o.m_owner.GridDat) //
 {
     m_owner = o;
 }
Exemplo n.º 3
0
 internal LevelSetReferenceGradientCache(LevelSetData o)
     : base(o.m_owner.GridDat) //
 {
     this.m_owner = o;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Constructs a value cache for the evaluation of the gradient of
 /// the given level set.
 /// </summary>
 internal LevelSetGradientCache(LevelSetData o)
     : base(o.m_owner.GridDat) //
 {
     m_owner = o;
 }
Exemplo n.º 5
0
 internal LevSetValueCache(LevelSetData o)
     : base(o.m_owner.GridDat) //
 {
     m_owner = o;
 }
Exemplo n.º 6
0
 public LevelSetReferenceCurvatureCache(LevelSetData owner)
     : base(owner.m_owner.GridDat) //
 {
     this.m_owner = owner;
 }
Exemplo n.º 7
0
 public LevelSetReferenceHessianCache(LevelSetData owner)
     : base(owner.m_owner.GridDat) //
 {
     this.m_owner = owner;
 }