Exemplo n.º 1
0
 public SIRComparator(SIRTree sirTree)
 {
     this.m_objSIRtree = sirTree;
 }
Exemplo n.º 2
0
 public SIRIntersectsOp(SIRTree sirTree)
 {
     this.m_objSIRtree = sirTree;
 }
Exemplo n.º 3
0
 internal SIRAbstractNode(SIRTree sirTree, int Param1)
     : base(Param1)
 {
     this.m_objSIRtree = sirTree;
 }