Home
last modified time | relevance | path

Searched refs:innerOnly (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/algorithm/
H A DstraightSkeleton.cpp54 bool innerOnly, in straightSkeletonToMultiLineString() argument
74 if ( innerOnly && ! it->is_inner_bisector() ) { in straightSkeletonToMultiLineString()
272 …return straightSkeleton( g.as< Triangle >().toPolygon(), autoOrientation, innerOnly, outputDistanc… in straightSkeleton()
275 … return straightSkeleton( g.as< Polygon >(), autoOrientation, innerOnly, outputDistanceInM ) ; in straightSkeleton()
278 … return straightSkeleton( g.as< MultiPolygon >(), autoOrientation, innerOnly, outputDistanceInM ) ; in straightSkeleton()
285 …tring > straightSkeleton( const Geometry& g, bool autoOrientation, bool innerOnly, bool outputDist… in straightSkeleton() argument
289 …tring> result( straightSkeleton( g, autoOrientation, NoValidityCheck(), innerOnly, outputDistanceI… in straightSkeleton()
314 straightSkeletonToMultiLineString<Kernel, true> ( *skeleton, *result, innerOnly, trans ) ; in straightSkeleton()
316 straightSkeletonToMultiLineString<Kernel, false> ( *skeleton, *result, innerOnly, trans ) ; in straightSkeleton()
338 … straightSkeletonToMultiLineString<Kernel, true>( *skeleton, *result, innerOnly, trans ) ; in straightSkeleton()
[all …]
H A DstraightSkeleton.h58 … straightSkeleton( const Geometry& g, bool autoOrientation = true, bool innerOnly = false, bool ou…
70 …keleton( const Geometry& g, bool autoOrientation, NoValidityCheck, bool innerOnly = false, bool ou…
77 …> straightSkeleton( const Polygon& g, bool autoOrientation = true, bool innerOnly = false, bool ou…
84 …aightSkeleton( const MultiPolygon& g, bool autoOrientation = true, bool innerOnly = false, bool ou…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DReceivers.java104 void innerOnly(@A Inner this) {} in innerOnly() method in Outer.Inner
116 void innerOnly(@A GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DReceivers.java111 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
123 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testTypeAnnotations/typeannos/
H A DReceivers.java110 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
122 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testTypeAnnotations/typeannos/
H A DReceivers.java110 void innerOnly(@RcvrA Inner this) {} in innerOnly() method in Outer.Inner
122 void innerOnly(@RcvrA GenericInner<U, V> this) {} in innerOnly() method in GenericOuter.GenericInner
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkIncrementalOctreeNode.h378 int innerOnly, vtkIncrementalOctreeNode* rootNode, int checkData = 0 );
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkIncrementalOctreeNode.h329 int innerOnly, vtkIncrementalOctreeNode* rootNode, int checkData = 0 );
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkIncrementalOctreeNode.h407 double GetDistance2ToBoundary(const double point[3], double closest[3], int innerOnly,

12