class org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder implements org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder
super_class: java.lang.Object
{
private final org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D> root;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
private final double tolerance;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Map<org.apache.commons.math3.geometry.spherical.twod.Edge, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>> edgeToNode;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;>;
private final java.util.Map<org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>, java.util.List<org.apache.commons.math3.geometry.spherical.twod.Edge>> nodeToEdgesList;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;>;
void <init>(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>, );
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.root:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
2: aload 0
dload 2
putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
3: aload 0
new java.util.IdentityHashMap
dup
invokespecial java.util.IdentityHashMap.<init>:()V
putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
4: aload 0
new java.util.IdentityHashMap
dup
invokespecial java.util.IdentityHashMap.<init>:()V
putfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
0 6 1 root Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
0 6 2 tolerance D
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;D)V
MethodParameters:
Name Flags
root final
tolerance final
public org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.MINUS_SUB_PLUS:Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
0 1 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
MethodParameters:
Name Flags
node final
public void visitInternalNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
aload 1
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
astore 2
start local 2 2: aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnull 4
3: aload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
checkcast org.apache.commons.math3.geometry.spherical.twod.SubCircle
iconst_0
aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.addContribution:(Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
4: StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
StackMap stack:
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnull 6
5: aload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
checkcast org.apache.commons.math3.geometry.spherical.twod.SubCircle
iconst_1
aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.addContribution:(Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
0 7 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
2 7 2 attribute Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)V
MethodParameters:
Name Flags
node final
public void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
0 1 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)V
MethodParameters:
Name Flags
node final
private void addContribution(org.apache.commons.math3.geometry.spherical.twod.SubCircle, boolean, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=11, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SubCircle.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
checkcast org.apache.commons.math3.geometry.spherical.twod.Circle
astore 4
start local 4 1: aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SubCircle.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
checkcast org.apache.commons.math3.geometry.spherical.oned.ArcsSet
invokevirtual org.apache.commons.math3.geometry.spherical.oned.ArcsSet.asList:()Ljava/util/List;
astore 5
start local 5 2: aload 5
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 7
goto 14
StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.SubCircle int org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.spherical.twod.Circle java.util.List top java.util.Iterator
StackMap stack:
3: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.spherical.oned.Arc
astore 6
start local 6 4: new org.apache.commons.math3.geometry.spherical.twod.Vertex
dup
aload 4
new org.apache.commons.math3.geometry.spherical.oned.S1Point
dup
aload 6
invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getInf:()D
invokespecial org.apache.commons.math3.geometry.spherical.oned.S1Point.<init>:(D)V
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokespecial org.apache.commons.math3.geometry.spherical.twod.Vertex.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
astore 8
start local 8 5: new org.apache.commons.math3.geometry.spherical.twod.Vertex
dup
aload 4
new org.apache.commons.math3.geometry.spherical.oned.S1Point
dup
aload 6
invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getSup:()D
invokespecial org.apache.commons.math3.geometry.spherical.oned.S1Point.<init>:(D)V
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokespecial org.apache.commons.math3.geometry.spherical.twod.Vertex.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
astore 9
start local 9 6: aload 8
aload 4
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.bindWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
7: aload 9
aload 4
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.bindWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
8: iload 2
ifeq 11
9: new org.apache.commons.math3.geometry.spherical.twod.Edge
dup
aload 9
aload 8
aload 6
invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getSize:()D
aload 4
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.getReverse:()Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
invokespecial org.apache.commons.math3.geometry.spherical.twod.Edge.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;DLorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
astore 10
start local 10 10: goto 12
end local 10 11: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.SubCircle int org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.spherical.twod.Circle java.util.List org.apache.commons.math3.geometry.spherical.oned.Arc java.util.Iterator org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Vertex
StackMap stack:
new org.apache.commons.math3.geometry.spherical.twod.Edge
dup
aload 8
aload 9
aload 6
invokevirtual org.apache.commons.math3.geometry.spherical.oned.Arc.getSize:()D
aload 4
invokespecial org.apache.commons.math3.geometry.spherical.twod.Edge.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;DLorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
astore 10
start local 10 12: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Edge
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
aload 10
aload 3
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
13: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
aload 3
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.List
aload 10
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 10 end local 9 end local 8 end local 6 14: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.SubCircle int org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.spherical.twod.Circle java.util.List top java.util.Iterator
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
15: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
0 16 1 sub Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;
0 16 2 reversed Z
0 16 3 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
1 16 4 circle Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
2 16 5 arcs Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/oned/Arc;>;
4 14 6 a Lorg/apache/commons/math3/geometry/spherical/oned/Arc;
5 14 8 start Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
6 14 9 end Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
10 11 10 edge Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
12 14 10 edge Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
Signature: (Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;ZLorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)V
MethodParameters:
Name Flags
sub final
reversed final
node final
private org.apache.commons.math3.geometry.spherical.twod.Edge getFollowingEdge(org.apache.commons.math3.geometry.spherical.twod.Edge);
descriptor: (Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=14, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getEnd:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
astore 2
start local 2 1: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.root:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
aload 2
aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCloseCuts:(Lorg/apache/commons/math3/geometry/Point;D)Ljava/util/List;
astore 3
start local 3 2: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
dstore 4
start local 4 3: aconst_null
astore 6
start local 6 4: aload 3
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 8
goto 15
StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge top java.util.Iterator
StackMap stack:
5: aload 8
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
astore 7
start local 7 6: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.nodeToEdgesList:Ljava/util/Map;
aload 7
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.List
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 10
goto 14
StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.partitioning.BSPTree java.util.Iterator top java.util.Iterator
StackMap stack:
7: aload 10
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.spherical.twod.Edge
astore 9
start local 9 8: aload 9
aload 1
if_acmpeq 14
aload 9
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getIncoming:()Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
ifnonnull 14
9: aload 9
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
astore 11
start local 11 10: aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
aload 11
invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.angle:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
dstore 12
start local 12 11: dload 12
dload 4
dcmpg
ifgt 14
12: dload 12
dstore 4
13: aload 9
astore 6
end local 12 end local 11 end local 9 14: StackMap locals:
StackMap stack:
aload 10
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
end local 7 15: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge top java.util.Iterator
StackMap stack:
aload 8
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
16: aload 6
ifnonnull 21
17: aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
astore 7
start local 7 18: aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
aload 7
invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.angle:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.tolerance:D
dcmpg
ifgt 20
19: aload 1
areturn
20: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.S2Point java.util.List double org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.euclidean.threed.Vector3D
StackMap stack:
new org.apache.commons.math3.exception.MathIllegalStateException
dup
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.OUTLINE_BOUNDARY_LOOP_OPEN:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
iconst_0
anewarray java.lang.Object
invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
athrow
end local 7 21: StackMap locals:
StackMap stack:
aload 6
areturn
end local 6 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
0 22 1 previous Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
1 22 2 point Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
2 22 3 candidates Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;>;
3 22 4 closest D
4 22 6 following Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
6 15 7 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
8 14 9 edge Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
10 14 11 edgeStart Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
11 14 12 gap D
18 21 7 previousStart Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalStateException
MethodParameters:
Name Flags
previous final
public java.util.List<org.apache.commons.math3.geometry.spherical.twod.Edge> getEdges();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
invokeinterface java.util.Map.keySet:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 2
goto 3
StackMap locals: org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder top java.util.Iterator
StackMap stack:
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.spherical.twod.Edge
astore 1
start local 1 2: aload 1
aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.getFollowingEdge:(Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.setNextEdge:(Lorg/apache/commons/math3/geometry/spherical/twod/Edge;)V
end local 1 3: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: new java.util.ArrayList
dup
aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.edgeToNode:Ljava/util/Map;
invokeinterface java.util.Map.keySet:()Ljava/util/Set;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
2 3 1 previous Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalStateException
Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
SourceFile: "EdgesBuilder.java"
InnerClasses:
public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor