SAP ABAP Class /BA1/CL_F4_DELAUNAY (Delaunay Triangulation)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-FS-MKD (Application Component) Basic Market Data
     /BA1/F4_MATH_TOOLS (Package) Mathematical Routines
Properties
Class /BA1/CL_F4_DELAUNAY  
Short Description Delaunay Triangulation    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BA1/F4_MATH_TOOLS   Mathematical Routines 
Created 20040128   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BA1/CL_F4_DELAUNAY has no forward declaration.
Interfaces
Class /BA1/CL_F4_DELAUNAY has no interface implemented.
Friends
Class /BA1/CL_F4_DELAUNAY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACT_DIMENSION Instance attribute Private Type reference (TYPE) I 20040128
2 AVG_VOLUME Instance attribute Private Type reference (TYPE) F 20040429
3 CON_DISTORTING_FACTOR Constant Private Type reference (TYPE) F 100 20040428
4 CON_EPS Constant Private Type reference (TYPE) F '1e-12' 20040128
5 CON_MIN_VOLUME_FACTOR Constant Private Type reference (TYPE) F 1000 20040429
6 CON_SIZE_INITIAL_SIMPLEX Constant Private Type reference (TYPE) F 1000 20040128
7 DIMENSION Instance attribute Private Type reference (TYPE) I 20040128
8 EDGES_HULL Instance attribute Private Type reference (TYPE) EDGES_TAB_TYP 20040128
9 KD_TREE Instance attribute Private Type reference (TYPE) KD_TREE_TAB_TYP 20040128
10 NUM_POINTS Instance attribute Private Type reference (TYPE) I 20040128
11 POINT_SIMPLEX_TAB Instance attribute Private Type reference (TYPE) SIMPL_TAB 20040128
12 POINT_TAB Instance attribute Private Type reference (TYPE) /BA1/F4_TAB_POINTS Table of Points 20040128
13 SIMPLEX_TAB Instance attribute Private Type reference (TYPE) SIMPL_TAB 20040128
14 SIMPL_STATUS_TAB Instance attribute Private Type reference (TYPE) SIMPL_STATUS_TAB_TYP 20040128
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_POINT_MAP Instance method Private Method Add Individual Simplex to Index Table Point -> Simplex 20040128
2 AVERAGE_VOLUME Instance method Private Method Calculate Average Volume of Simplex 20040429
3 CENTER_AND_RADIUS Instance method Private Method Calculate Center and Radius of Circumcircle 20040128
4 CHECK_BOUNDARY_SIMPLEXES Instance method Private Method Test Pathological Simplexes at Edge of Grid 20040428
5 CHECK_KD Instance method Public Method Test kd Tree 20040128
6 CHECK_TRANSFORMABILITY Instance method Private Method Test Whether 3-2 Flip Is Possible 20040128
7 CHECK_TRIANGULATION Instance method Private Method Check Triangulation 20040128
8 CREATE Static method Public Method Create Delaunay Object 20040128
9 CREATE_CONVEX_HULL Instance method Private Method Construct Convexes (Outside) Hull of Point Grid 20040128
10 CREATE_CONVEX_HULL2 Instance method Private Method Construct Convexes (Outside) Hull of Point Grid 20040203
11 DISTANCE Instance method Private Method Calculate Euclidian Distance Between Two Points 20040128
12 DISTANCE_HULL Instance method Private Method Calculate Neighboring Point on Outside Hull 20040203
13 FACE_FLIP Instance method Private Method Flip Sides 20040128
14 FILL_POINTS Instance method Public Method Provide Grid Points 20040128
15 FIND_NEAREST_POINT_ON_HULL2 Instance method Private Method Calculate Neighboring Point on Outside Hull 20040203
16 FIND_NEXT_SIMPLICES Instance method Private Method Provide Neighboring Simplexes 20040128
17 GET_EDGES_AND_POINTS Instance method Public Method Issue Grids for Graphical Display 20040128
18 GET_SIMPLEX Instance method Public Method Issue Found Simplex (for Example, for Graphical Display) 20040128
19 GET_SIMPLEX_TAB Instance method Public Method Issue Simplex Table and Points 20040331
20 INSERT_POINT_TO_GRID Instance method Private Method Add New Point to Existing Delaunay Grid 20040128
21 INSIDE_CIRCUMCIRCLE Instance method Private Method Checks Whether Point Is in Circumcircle of Simplex 20040128
22 INSIDE_SIMPLEX Instance method Private Method Search for Simplex Containing Requested Point 20040128
23 INTERPOLATE Instance method Public Method Interpolate Function Value (or Extrapolate) 20040128
24 KD_TREE_BUILD Instance method Private Method Generate kd Tree for Neighborhood Search 20040128
25 NEAREST_NEIGHBOR Instance method Private Method Search Neighboring Point 20040128
26 NEAREST_NEIGHBOR_KD Instance method Private Method Search Neighboring Point in kd Tree 20040128
27 NEAREST_NEIGHBOR_KD2 Instance method Private Method Search Neighboring Point in kd Tree (Dim > 5) 20040128
28 NEAREST_POINT_ON_HULL2 Instance method Private Method Calculate Neighboring Point on Outside Hull 20040203
29 NODE_ADD Instance method Private Method Add Individual Point to kd Tree 20040128
30 ORDER_POINTS_MEDIAN Instance method Private Method Sort Points by Median (for kd Tree) 20040128
31 ORTHOGONAL_VECTOR Instance method Private Method Calculate Vertical Vector on Edge or Peripheral Edge 20040128
32 REBUILD_POINT_MAP Instance method Private Method Regenerate Index Table Point -> Simplex 20040128
33 REMOVE_FROM_POINT_MAP Instance method Private Method Delete Individual Simplex from Index Table Point -> Simplex 20040128
34 SHORTEST_EDGE_LENGTH Instance method Private Method Calculate Shortest Length of Edge 20040128
35 TEST_INSIDE_SIMPLEX Instance method Private Method Checks Whether Requested Point Is in Requested Simplex 20040128
36 TRIANGULATE Instance method Public Method Execute Delaunay Triangulation 20040316
37 TRIANGULATE1 Instance method Private Method Execute Delaunay Triangulation ( O(N*SQRT(N) ) 20040316
38 TRIANGULATE2 Instance method Private Method Execute Delaunay Triangulation ( O(N*LOG(N) ) 20040128
39 VOLUME Instance method Private Method Calculate Area (2D) or Volume (3D) of Simplex 20040128
Events
Class /BA1/CL_F4_DELAUNAY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 EDGES_TAB_TYP Private See coding 20040128
2 EDGES_TYP Private See coding 20040128
3 INT_TAB Private See coding 20040128
4 KD_TREE_TAB_TYP Private See coding 20040128
5 KD_TREE_TYP Private See coding 20040128
6 SIMPL_STATUS_TAB_TYP Private See coding 20040128
7 SIMPL_STATUS_TYP Private See coding 20040128
8 SIMPL_TAB Private See coding 20040128
Method Signatures

Method ADD_TO_POINT_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SIMPLEX Call by reference Type reference (TYPE) INT_TAB 20040128
2 Importing I_SIMPLEX_NR Call by reference Type reference (TYPE) I 20040128

Method ADD_TO_POINT_MAP on class /BA1/CL_F4_DELAUNAY has no exception.

Method AVERAGE_VOLUME Signature

Method AVERAGE_VOLUME on class /BA1/CL_F4_DELAUNAY has no parameter.
Method AVERAGE_VOLUME on class /BA1/CL_F4_DELAUNAY has no exception.

Method CENTER_AND_RADIUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CENTER Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
2 Exporting E_RADIUS Call by reference Type reference (TYPE) F 20040128
3 Importing I_SIMPLEX Call by reference Type reference (TYPE) INT_TAB Tabelle mit Integer-Werten 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method CHECK_BOUNDARY_SIMPLEXES Signature

Method CHECK_BOUNDARY_SIMPLEXES on class /BA1/CL_F4_DELAUNAY has no parameter.
Method CHECK_BOUNDARY_SIMPLEXES on class /BA1/CL_F4_DELAUNAY has no exception.

Method CHECK_KD Signature

Method CHECK_KD on class /BA1/CL_F4_DELAUNAY has no parameter.
Method CHECK_KD on class /BA1/CL_F4_DELAUNAY has no exception.

Method CHECK_TRANSFORMABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PT_NR Call by reference Type reference (TYPE) I 20040128
2 Importing I_SIMPLEX0 Call by reference Type reference (TYPE) INT_TAB 20040128
3 Importing I_SIMPLEX1 Call by reference Type reference (TYPE) INT_TAB 20040128
4 Importing I_SIMPLEX2 Call by reference Type reference (TYPE) INT_TAB 20040128
# Exception Resumable Description Created on
1 IMPOSSIBLE nicht möglich 20040128

Method CHECK_TRIANGULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOUNDARY Call by reference Type reference (TYPE) C 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040428

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DIMENSION Call by reference Type reference (TYPE) I 20040128
2 Returning R_REF_DELA Value transfer Object reference (TYPE REF TO) /BA1/CL_F4_DELAUNAY Delaunay Triangulation 20040128

Method CREATE on class /BA1/CL_F4_DELAUNAY has no exception.

Method CREATE_CONVEX_HULL Signature

Method CREATE_CONVEX_HULL on class /BA1/CL_F4_DELAUNAY has no parameter.
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method CREATE_CONVEX_HULL2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDGES Call by reference Attribute reference (LIKE) SIMPLEX_TAB 20040203
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040203

Method DISTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POINT1 Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
2 Importing I_POINT2 Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
3 Returning R_DISTANCE Value transfer Type reference (TYPE) F 20040128

Method DISTANCE on class /BA1/CL_F4_DELAUNAY has no exception.

Method DISTANCE_HULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DIST Call by reference Type reference (TYPE) F 20040203
2 Exporting E_EXT Call by reference Type reference (TYPE) I 20040203
3 Exporting E_PAR Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040203
4 Importing I_HULL Call by reference Type reference (TYPE) EDGES_TYP 20040203
5 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040203
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040203

Method FACE_FLIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CAP Call by reference Type reference (TYPE) C 20040128

Method FACE_FLIP on class /BA1/CL_F4_DELAUNAY has no exception.

Method FILL_POINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POINT_TAB Call by reference Type reference (TYPE) /BA1/F4_TAB_POINTS Tabelle mit Punkten 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method FIND_NEAREST_POINT_ON_HULL2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DIST Call by reference Type reference (TYPE) F 20040203
2 Exporting E_EDGE Call by reference Type reference (TYPE) INT_TAB n-dimensionaler Punkt mit Funktionswert 20040203
3 Exporting E_PAR Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040203
4 Importing I_EDGE Call by reference Type reference (TYPE) INT_TAB 20040203
5 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040203
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040203

Method FIND_NEXT_SIMPLICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SIMPLEX_LIST Call by reference Type reference (TYPE) INT_TAB 20040128
2 Importing I_NEW_EDGES Call by reference Attribute reference (LIKE) SIMPLEX_TAB 20040128
3 Importing I_SIMPLEX_TRIED Call by reference Type reference (TYPE) INT_TAB 20040128

Method FIND_NEXT_SIMPLICES on class /BA1/CL_F4_DELAUNAY has no exception.

Method GET_EDGES_AND_POINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EDGES Call by reference Type reference (TYPE) /BA1/F4_TAB_INT_TAB Tabelle mit Integer-Tabellen 20040128
2 Exporting E_POINTS Call by reference Type reference (TYPE) /BA1/F4_TAB_POINTS Tabelle mit Punkten 20040128

Method GET_EDGES_AND_POINTS on class /BA1/CL_F4_DELAUNAY has no exception.

Method GET_SIMPLEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_POINTS Call by reference Type reference (TYPE) /BA1/F4_TAB_POINTS Tabelle mit Punkten 20040128
2 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method GET_SIMPLEX_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_POINTS Call by reference Type reference (TYPE) /BA1/F4_TAB_POINTS Tabelle mit Punkten 20040331
2 Exporting E_SIMPLEXES Call by reference Type reference (TYPE) /BA1/F4_TAB_INT_TAB Tabelle mit Integer-Tabellen 20040331

Method GET_SIMPLEX_TAB on class /BA1/CL_F4_DELAUNAY has no exception.

Method INSERT_POINT_TO_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SHIFT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
2 Importing I_POINT_NR Call by reference Type reference (TYPE) I 20040128
# Exception Resumable Description Created on
1 CYCLIC Punkt liegt auf Umkreis (mit Genauigkeit Epsilon) 20040128
2 FAILED fehlgeschlagen 20040128

Method INSIDE_CIRCUMCIRCLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INSIDE Call by reference Type reference (TYPE) I 20040128
2 Exporting E_MID_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
3 Exporting E_RADIUS Call by reference Type reference (TYPE) F 20040128
4 Exporting E_SHIFT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
5 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
6 Importing I_SIMPLEX_NR Call by reference Type reference (TYPE) I 20040128
# Exception Resumable Description Created on
1 CYCLIC Punkt liegt auf Umkreis (mit Genauigkeit Epsilon) 20040128
2 FAILED fehlgeschlagen 20040128

Method INSIDE_SIMPLEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EDGE Call by reference Type reference (TYPE) INT_TAB 20040203
2 Exporting E_PARAMETERS Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
3 Exporting E_SIMPLEX Call by reference Type reference (TYPE) I 20040128
4 Importing I_EPS Call by reference Type reference (TYPE) F 20040213
5 Importing I_EXT_BOUNDARY_SEARCH Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040429
6 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method INTERPOLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARAMETERS Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040401
2 Exporting E_SIMPLEX_NR Call by reference Type reference (TYPE) I 20040331
3 Exporting E_TAB_POINTS Call by reference Type reference (TYPE) /BA1/F4_TAB_POINTS Tabelle mit Punkten 20040330
4 Exporting E_VALUE Call by reference Type reference (TYPE) F 20040128
5 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method KD_TREE_BUILD Signature

Method KD_TREE_BUILD on class /BA1/CL_F4_DELAUNAY has no parameter.
Method KD_TREE_BUILD on class /BA1/CL_F4_DELAUNAY has no exception.

Method NEAREST_NEIGHBOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_POINT_NR Call by reference Type reference (TYPE) I 20040128
2 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128

Method NEAREST_NEIGHBOR on class /BA1/CL_F4_DELAUNAY has no exception.

Method NEAREST_NEIGHBOR_KD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_BEST_DIST Call by reference Type reference (TYPE) F 20040128
2 Changing C_BEST_NODE Call by reference Type reference (TYPE) KD_TREE_TYP 20040128
3 Importing I_NODE_NR Value transfer Type reference (TYPE) I 20040128
4 Importing I_POINT Value transfer Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128

Method NEAREST_NEIGHBOR_KD on class /BA1/CL_F4_DELAUNAY has no exception.

Method NEAREST_NEIGHBOR_KD2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_BEST_DIST Call by reference Type reference (TYPE) F 20040128
2 Changing C_BEST_NODE Call by reference Type reference (TYPE) KD_TREE_TYP 20040128
3 Changing C_BOUNDS Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
4 Changing C_MIN_DIST Call by reference Type reference (TYPE) F 20040128
5 Importing I_NODE_NR Value transfer Type reference (TYPE) I 20040128
6 Importing I_POINT Value transfer Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128

Method NEAREST_NEIGHBOR_KD2 on class /BA1/CL_F4_DELAUNAY has no exception.

Method NEAREST_POINT_ON_HULL2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DIST Value transfer Type reference (TYPE) F 20040203
2 Exporting E_EDGE Value transfer Type reference (TYPE) INT_TAB n-dimensionaler Punkt mit Funktionswert 20040203
3 Exporting E_PAR Value transfer Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040203
4 Importing I_EDGE Value transfer Type reference (TYPE) INT_TAB 20040203
5 Importing I_POINT Value transfer Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040203
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040203

Method NODE_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
2 Importing I_POINT_NR Call by reference Type reference (TYPE) I 20040128

Method NODE_ADD on class /BA1/CL_F4_DELAUNAY has no exception.

Method ORDER_POINTS_MEDIAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NEW_POINT_TAB Call by reference Attribute reference (LIKE) POINT_TAB 20040128
2 Changing C_POINT_LIST Call by reference Type reference (TYPE) INT_TAB 20040128
3 Importing I_DIM Value transfer Type reference (TYPE) I 1 20040128
4 Importing I_POINTS Value transfer Type reference (TYPE) INT_TAB 20040128

Method ORDER_POINTS_MEDIAN on class /BA1/CL_F4_DELAUNAY has no exception.

Method ORTHOGONAL_VECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDGE Call by reference Type reference (TYPE) INT_TAB 20040128
2 Returning R_QR Value transfer Object reference (TYPE REF TO) /BA1/CL_F4_MATRIX_QR QR-Zerlegung einer MxN-Matrix: M Zeilen, N Spalten 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method REBUILD_POINT_MAP Signature

Method REBUILD_POINT_MAP on class /BA1/CL_F4_DELAUNAY has no parameter.
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method REMOVE_FROM_POINT_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SIMPLEX_NR Call by reference Type reference (TYPE) I 20040128

Method REMOVE_FROM_POINT_MAP on class /BA1/CL_F4_DELAUNAY has no exception.

Method SHORTEST_EDGE_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SIMPLEX_NR Call by reference Type reference (TYPE) I 20040128
2 Returning R_SHORTEST_EDGE_LENGTH Value transfer Type reference (TYPE) F 20040128

Method SHORTEST_EDGE_LENGTH on class /BA1/CL_F4_DELAUNAY has no exception.

Method TEST_INSIDE_SIMPLEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INSIDE Call by reference Type reference (TYPE) I 20040128
2 Exporting E_NEAREST_EDGE Call by reference Type reference (TYPE) INT_TAB 20040128
3 Exporting E_NEAREST_POINTS Call by reference Type reference (TYPE) INT_TAB 20040128
4 Exporting E_PARAMETERS Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
5 Importing I_EPS Call by reference Type reference (TYPE) F 20040213
6 Importing I_POINT Call by reference Type reference (TYPE) /BA1/F4_STR_POINT n-dimensionaler Punkt mit Funktionswert 20040128
7 Importing I_SIMPLEX_NR Call by reference Type reference (TYPE) I 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method TRIANGULATE Signature

Method TRIANGULATE on class /BA1/CL_F4_DELAUNAY has no parameter.
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040316

Method TRIANGULATE1 Signature

Method TRIANGULATE1 on class /BA1/CL_F4_DELAUNAY has no parameter.
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040316

Method TRIANGULATE2 Signature

Method TRIANGULATE2 on class /BA1/CL_F4_DELAUNAY has no parameter.
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128

Method VOLUME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SIMPLEX_NR Call by reference Type reference (TYPE) I 20040128
2 Returning R_VOLUME Value transfer Type reference (TYPE) F 20040128
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen 20040128
History
Last changed by/on SAP  20130531 
SAP Release Created in 30