public interface org.apache.commons.math3.geometry.partitioning.Region<S extends org.apache.commons.math3.geometry.Space>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.commons.math3.geometry.partitioning.Region
super_class: java.lang.Object
{
public abstract org.apache.commons.math3.geometry.partitioning.Region<S> buildNew(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
MethodParameters:
Name Flags
newTree
public abstract org.apache.commons.math3.geometry.partitioning.Region<S> copySelf();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Region;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;
public abstract boolean isEmpty();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isEmpty(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Z
MethodParameters:
Name Flags
node final
public abstract boolean isFull();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isFull(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Z
MethodParameters:
Name Flags
node final
public abstract boolean contains(org.apache.commons.math3.geometry.partitioning.Region<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Region;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/Region<TS;>;)Z
MethodParameters:
Name Flags
region final
public abstract org.apache.commons.math3.geometry.partitioning.Region$Location checkPoint(org.apache.commons.math3.geometry.Point<S>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
MethodParameters:
Name Flags
point final
public abstract org.apache.commons.math3.geometry.partitioning.BoundaryProjection<S> projectToBoundary(org.apache.commons.math3.geometry.Point<S>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
MethodParameters:
Name Flags
point final
public abstract org.apache.commons.math3.geometry.partitioning.BSPTree<S> getTree(boolean);
descriptor: (Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
MethodParameters:
Name Flags
includeBoundaryAttributes final
public abstract double getBoundarySize();
descriptor: ()D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double getSize();
descriptor: ()D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.apache.commons.math3.geometry.Point<S> getBarycenter();
descriptor: ()Lorg/apache/commons/math3/geometry/Point;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/apache/commons/math3/geometry/Point<TS;>;
public abstract org.apache.commons.math3.geometry.partitioning.Side side(org.apache.commons.math3.geometry.partitioning.Hyperplane<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/Side;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Side;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
hyperplane final
public abstract org.apache.commons.math3.geometry.partitioning.SubHyperplane<S> intersection(org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
MethodParameters:
Name Flags
sub final
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "Region.java"
NestMembers:
org.apache.commons.math3.geometry.partitioning.Region$Location
InnerClasses:
public final Location = org.apache.commons.math3.geometry.partitioning.Region$Location of org.apache.commons.math3.geometry.partitioning.Region