Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhale/ipf
/ functions
Functions
290 in github.com/dhale/ipf
⨍
Functions
290
◇
Types & classes
33
Method
compare
(FaultCell c1, FaultCell c2)
src/ipf/FaultSkinner.java:437
Method
compute
(int i3)
src/ipf/FakeData.java:393
Method
compute
(int i3)
src/ipf/FaultScanner.java:133
Method
compute
(int i3)
src/ipf/FaultScanner.java:1072
Method
compute
(int j2)
src/ipf/ClosestPointTransform.java:92
Method
compute
(int i3)
src/ipf/FaultSlipper.java:254
Method
convertStrikes
Adjust strikes for coordinate system and rotation. @param lh true, if left-handed coordinate system; false, otherwise. @param pa, amount to add to azi
src/ipf/FaultScanner.java:396
Method
crossProduct
Returns the cross-product of two specified vectors. @param u the 1st vector. @param v the 2nd vector. @return array {w1,w2,w3} of components for vecto
src/ipf/FaultGeometry.java:222
Method
df
(float x1, float x2)
src/ipf/FakeData.java:323
Method
df
(float x1, float x2, float x3)
src/ipf/FakeData.java:327
Method
df
(float x)
src/ipf/FakeData.java:460
Method
df
(float x1, float x2)
src/ipf/FakeData.java:483
Method
df
(float x1, float x2)
src/ipf/FakeData.java:541
Method
df
(float x1, float x2, float x3)
src/ipf/FakeData.java:639
Method
df
(float x1, float x2, float x3)
src/ipf/FakeData.java:720
Method
df
(float x1, float x2)
src/ipf/FakeData.java:769
Method
df
(float x1, float x2, float x3)
src/ipf/FakeData.java:791
Method
df
(float x1, float x2)
src/ipf/FakeData.java:829
Method
df
(float x1, float x2)
src/ipf/FakeData.java:860
Method
distanceTo
Returns the distance squared from this cell to a point. @param p1 1st coordinate of point. @param p2 2nd coordinate of point. @param p3 3rd coordinate
src/ipf/FaultCell.java:288
Method
f
(float x1, float x2)
src/ipf/FakeData.java:322
Method
f
(float x1, float x2, float x3)
src/ipf/FakeData.java:326
Method
f
(float x)
src/ipf/FakeData.java:457
Method
f
(float x1, float x2)
src/ipf/FakeData.java:478
Method
f
(float x1, float x2)
src/ipf/FakeData.java:529
Method
f
(float x1, float x2, float x3)
src/ipf/FakeData.java:619
Method
f
(float x1, float x2, float x3)
src/ipf/FakeData.java:703
Method
f
(float x1, float x2)
src/ipf/FakeData.java:765
Method
f
(float x1, float x2, float x3)
src/ipf/FakeData.java:785
Method
f
(float x1, float x2)
src/ipf/FakeData.java:819
Method
f
(float x1, float x2)
src/ipf/FakeData.java:855
Method
faultDipFromDipVector
Returns fault dip angle for specified fault dip vector. @param u1 1st component of fault dip vector. @param u2 2nd component of fault dip vector. @par
src/ipf/FaultGeometry.java:136
Method
faultStrikeFromDipVector
Returns fault strike angle for specified fault dip vector. The components u2 and u3 must not both be zero; that is, the fault dip vector cannot be ver
src/ipf/FaultGeometry.java:113
Method
faultStrikeFromStrikeVector
Returns fault strike angle for specified fault strike vector. @param v1 1st component of fault strike vector. @param v2 2nd component of fault strike
src/ipf/FaultGeometry.java:156
Method
get
(FaultCell cell)
src/ipf/FaultSkin.java:177
Method
get
(FaultCell cell)
src/ipf/FaultCell.java:224
Method
get
(FaultCell cell)
src/ipf/FaultCell.java:263
Method
get
(FaultCell cell)
src/ipf/FaultSlipper.java:500
Method
getFl
Gets the fault likelihood for this cell. @return the fault likelihood.
src/ipf/FaultCell.java:49
Method
getI1Max
Gets the upper bound on grid indices in the 1st dimension. @return the upper bound.
src/ipf/FaultCellGrid.java:116
Method
getI1Min
Gets the lower bound on grid indices in the 1st dimension. @return the lower bound.
src/ipf/FaultCellGrid.java:92
Method
getI2Max
Gets the upper bound on grid indices in the 2nd dimension. @return the upper bound.
src/ipf/FaultCellGrid.java:124
Method
getI2Min
Gets the lower bound on grid indices in the 2nd dimension. @return the lower bound.
src/ipf/FaultCellGrid.java:100
Method
getI3Max
Gets the upper bound on grid indices in the 3rd dimension. @return the upper bound.
src/ipf/FaultCellGrid.java:132
Method
getI3Min
Gets the lower bound on grid indices in the 3rd dimension. @return the lower bound.
src/ipf/FaultCellGrid.java:108
Method
getN1
Gets the number of cells in the 1st dimension. @return the number of cells.
src/ipf/FaultCellGrid.java:68
Method
getN2
Gets the number of cells in the 2nd dimension. @return the number of cells.
src/ipf/FaultCellGrid.java:76
Method
getN3
Gets the number of cells in the 3rd dimension. @return the number of cells.
src/ipf/FaultCellGrid.java:84
Method
getSeed
Gets the cell that was the seed used to grow this skin. @return the seed cell.
src/ipf/FaultSkin.java:30
Function
getSeismicDir
()
src/ipf/fakeutils.py:23
Method
getW
Gets the components (w1,w2,w3) of the normal vector for this cell. @return array {w1,w2,w3} of coordinates.
src/ipf/FaultCell.java:89
Method
getW1
Gets the 1st component of the normal vector for this cell. @return the 1st component.
src/ipf/FaultCell.java:97
Method
getW2
Gets the 2nd component of the normal vector for this cell. @return the 2nd component.
src/ipf/FaultCell.java:105
Method
getW3
Gets the 3rd component of the normal vector for this cell. @return the 3rd component.
src/ipf/FaultCell.java:113
Method
getX
Gets the coordinates (x1,x2,x3) of the location for this cell. @return array {x1,x2,x3} of coordinates.
src/ipf/FaultCell.java:57
Method
getX1
Gets the 1st coordinate of the location for this cell. @return the 1st coordinate.
src/ipf/FaultCell.java:65
Method
getX2
Gets the 2nd coordinate of the location for this cell. @return the 2nd coordinate.
src/ipf/FaultCell.java:73
Method
getX3
Gets the 3rd coordinate of the location for this cell. @return the 3rd coordinate.
src/ipf/FaultCell.java:81
Method
getXyzUvwRgb
Gets arrays {xyz,uvw,rgb} of cell coordinates, normals and colors. In these arrays, cells are represented by quads with specified size. @param size th
src/ipf/FaultSkinner.java:200
Function
goFakeData
()
src/ipf/demo.py:63
Function
goScanOneStrikeDip
()
src/ipf/demo.py:244
Function
goSkin
()
src/ipf/demo.py:178
Function
goSlip
()
src/ipf/demo.py:204
Function
goSlopes
()
src/ipf/demo.py:89
Function
goSmooth
()
src/ipf/demo.py:165
Function
goStat
()
src/ipf/demo.py:147
Method
init
(FaultCell[] cells)
src/ipf/FaultCellGrid.java:232
Method
iterator
Returns an iterator for the cells in this skin. @return cell iterator.
src/ipf/FaultSkin.java:80
Function
main
(args)
src/ipf/demo.py:54
Method
main
(String[] args)
src/ipf/FaultGeometry.java:260
Method
range180
Returns angle in range [-180,180] degrees. @param phi angle. @return angle in range [-180,180] degrees.
src/ipf/FaultGeometry.java:249
Method
readFromFileSlow
(String fileName)
src/ipf/FaultSkin.java:390
Function
readObject
(name)
src/ipf/fakeutils.py:106
Method
restoreSlice2
(int i2, float[][][] x, float[][] x2)
src/ipf/FaultScanner.java:557
Method
run
()
src/ipf/FakeData.java:41
Method
run
(self)
src/ipf/common.py:28
Method
set
(FaultCell cell, float[] w)
src/ipf/FaultSkin.java:182
Method
set
(FaultCell cell, float[] values)
src/ipf/FaultCell.java:265
Method
set
(FaultCell cell, float smp)
src/ipf/FaultSlipper.java:503
Method
setMaxDeltaDip
Sets the maximum difference in fault dip for a cell and its nabors. @param maxDeltaDip upper bound on difference in fault dip. <p> The default maximum
src/ipf/FaultSkinner.java:132
Method
setMaxDeltaLikelihood
Sets the maximum difference in fault likelihood for a cell and its nabors. <p> The default maximum difference is 0.2. @param maxDeltaLikelihood upper
src/ipf/FaultSkinner.java:112
Method
setMaxDeltaStrike
Sets the maximum difference in fault strike for a cell and its nabors. @param maxDeltaStrike upper bound on difference in fault strike. <p> The defaul
src/ipf/FaultSkinner.java:122
Method
setMaxDeltaThrow
Sets the maximum difference in fault throw for a cell and its nabors. @param maxDeltaThrow upper bound on difference in fault throw. <p> The default m
src/ipf/FaultSkinner.java:142
Method
setMaxPlanarDistance
Sets the threshold planar distance. A cell should lie near the planes of nabor cells. The specified threshold is the maximum distance to nabor planes.
src/ipf/FaultSkinner.java:154
Method
trace
(String s)
src/ipf/FaultSkinner.java:660
Method
trace
(String s)
src/ipf/FaultGeometry.java:282
Method
trace
(String s)
src/ipf/FaultSkin.java:536
Method
trace
(String s)
src/ipf/FaultSlipper.java:622
Function
writeObject
(name,obj)
src/ipf/fakeutils.py:112
Method
writeToFileSlow
(String fileName, FaultSkin skin)
src/ipf/FaultSkin.java:402
← previous
201–290 of 290, ranked by callers