/// <summary>
 /// Adds the shift operation between the child i and i+1.
 /// </summary>
 public void AppendShiftOperation(ShiftOps operation) {
     m_operations.Add(operation);
 }
Beispiel #2
0
 /// <summary>
 /// Adds the shift operation between the child i and i+1.
 /// </summary>
 public void AppendShiftOperation(ShiftOps operation)
 {
     m_operations.Add(operation);
 }