MCPcopy Create free account

hub / github.com/dhale/ipf / functions

Functions290 in github.com/dhale/ipf

Methodcompare
(FaultCell c1, FaultCell c2)
src/ipf/FaultSkinner.java:437
Methodcompute
(int i3)
src/ipf/FakeData.java:393
Methodcompute
(int i3)
src/ipf/FaultScanner.java:133
Methodcompute
(int i3)
src/ipf/FaultScanner.java:1072
Methodcompute
(int j2)
src/ipf/ClosestPointTransform.java:92
Methodcompute
(int i3)
src/ipf/FaultSlipper.java:254
MethodconvertStrikes
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
MethodcrossProduct
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
Methoddf
(float x1, float x2)
src/ipf/FakeData.java:323
Methoddf
(float x1, float x2, float x3)
src/ipf/FakeData.java:327
Methoddf
(float x)
src/ipf/FakeData.java:460
Methoddf
(float x1, float x2)
src/ipf/FakeData.java:483
Methoddf
(float x1, float x2)
src/ipf/FakeData.java:541
Methoddf
(float x1, float x2, float x3)
src/ipf/FakeData.java:639
Methoddf
(float x1, float x2, float x3)
src/ipf/FakeData.java:720
Methoddf
(float x1, float x2)
src/ipf/FakeData.java:769
Methoddf
(float x1, float x2, float x3)
src/ipf/FakeData.java:791
Methoddf
(float x1, float x2)
src/ipf/FakeData.java:829
Methoddf
(float x1, float x2)
src/ipf/FakeData.java:860
MethoddistanceTo
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
Methodf
(float x1, float x2)
src/ipf/FakeData.java:322
Methodf
(float x1, float x2, float x3)
src/ipf/FakeData.java:326
Methodf
(float x)
src/ipf/FakeData.java:457
Methodf
(float x1, float x2)
src/ipf/FakeData.java:478
Methodf
(float x1, float x2)
src/ipf/FakeData.java:529
Methodf
(float x1, float x2, float x3)
src/ipf/FakeData.java:619
Methodf
(float x1, float x2, float x3)
src/ipf/FakeData.java:703
Methodf
(float x1, float x2)
src/ipf/FakeData.java:765
Methodf
(float x1, float x2, float x3)
src/ipf/FakeData.java:785
Methodf
(float x1, float x2)
src/ipf/FakeData.java:819
Methodf
(float x1, float x2)
src/ipf/FakeData.java:855
MethodfaultDipFromDipVector
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
MethodfaultStrikeFromDipVector
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
MethodfaultStrikeFromStrikeVector
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
Methodget
(FaultCell cell)
src/ipf/FaultSkin.java:177
Methodget
(FaultCell cell)
src/ipf/FaultCell.java:224
Methodget
(FaultCell cell)
src/ipf/FaultCell.java:263
Methodget
(FaultCell cell)
src/ipf/FaultSlipper.java:500
MethodgetFl
Gets the fault likelihood for this cell. @return the fault likelihood.
src/ipf/FaultCell.java:49
MethodgetI1Max
Gets the upper bound on grid indices in the 1st dimension. @return the upper bound.
src/ipf/FaultCellGrid.java:116
MethodgetI1Min
Gets the lower bound on grid indices in the 1st dimension. @return the lower bound.
src/ipf/FaultCellGrid.java:92
MethodgetI2Max
Gets the upper bound on grid indices in the 2nd dimension. @return the upper bound.
src/ipf/FaultCellGrid.java:124
MethodgetI2Min
Gets the lower bound on grid indices in the 2nd dimension. @return the lower bound.
src/ipf/FaultCellGrid.java:100
MethodgetI3Max
Gets the upper bound on grid indices in the 3rd dimension. @return the upper bound.
src/ipf/FaultCellGrid.java:132
MethodgetI3Min
Gets the lower bound on grid indices in the 3rd dimension. @return the lower bound.
src/ipf/FaultCellGrid.java:108
MethodgetN1
Gets the number of cells in the 1st dimension. @return the number of cells.
src/ipf/FaultCellGrid.java:68
MethodgetN2
Gets the number of cells in the 2nd dimension. @return the number of cells.
src/ipf/FaultCellGrid.java:76
MethodgetN3
Gets the number of cells in the 3rd dimension. @return the number of cells.
src/ipf/FaultCellGrid.java:84
MethodgetSeed
Gets the cell that was the seed used to grow this skin. @return the seed cell.
src/ipf/FaultSkin.java:30
FunctiongetSeismicDir
()
src/ipf/fakeutils.py:23
MethodgetW
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
MethodgetW1
Gets the 1st component of the normal vector for this cell. @return the 1st component.
src/ipf/FaultCell.java:97
MethodgetW2
Gets the 2nd component of the normal vector for this cell. @return the 2nd component.
src/ipf/FaultCell.java:105
MethodgetW3
Gets the 3rd component of the normal vector for this cell. @return the 3rd component.
src/ipf/FaultCell.java:113
MethodgetX
Gets the coordinates (x1,x2,x3) of the location for this cell. @return array {x1,x2,x3} of coordinates.
src/ipf/FaultCell.java:57
MethodgetX1
Gets the 1st coordinate of the location for this cell. @return the 1st coordinate.
src/ipf/FaultCell.java:65
MethodgetX2
Gets the 2nd coordinate of the location for this cell. @return the 2nd coordinate.
src/ipf/FaultCell.java:73
MethodgetX3
Gets the 3rd coordinate of the location for this cell. @return the 3rd coordinate.
src/ipf/FaultCell.java:81
MethodgetXyzUvwRgb
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
FunctiongoFakeData
()
src/ipf/demo.py:63
FunctiongoScanOneStrikeDip
()
src/ipf/demo.py:244
FunctiongoSkin
()
src/ipf/demo.py:178
FunctiongoSlip
()
src/ipf/demo.py:204
FunctiongoSlopes
()
src/ipf/demo.py:89
FunctiongoSmooth
()
src/ipf/demo.py:165
FunctiongoStat
()
src/ipf/demo.py:147
Methodinit
(FaultCell[] cells)
src/ipf/FaultCellGrid.java:232
Methoditerator
Returns an iterator for the cells in this skin. @return cell iterator.
src/ipf/FaultSkin.java:80
Functionmain
(args)
src/ipf/demo.py:54
Methodmain
(String[] args)
src/ipf/FaultGeometry.java:260
Methodrange180
Returns angle in range [-180,180] degrees. @param phi angle. @return angle in range [-180,180] degrees.
src/ipf/FaultGeometry.java:249
MethodreadFromFileSlow
(String fileName)
src/ipf/FaultSkin.java:390
FunctionreadObject
(name)
src/ipf/fakeutils.py:106
MethodrestoreSlice2
(int i2, float[][][] x, float[][] x2)
src/ipf/FaultScanner.java:557
Methodrun
()
src/ipf/FakeData.java:41
Methodrun
(self)
src/ipf/common.py:28
Methodset
(FaultCell cell, float[] w)
src/ipf/FaultSkin.java:182
Methodset
(FaultCell cell, float[] values)
src/ipf/FaultCell.java:265
Methodset
(FaultCell cell, float smp)
src/ipf/FaultSlipper.java:503
MethodsetMaxDeltaDip
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
MethodsetMaxDeltaLikelihood
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
MethodsetMaxDeltaStrike
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
MethodsetMaxDeltaThrow
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
MethodsetMaxPlanarDistance
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
Methodtrace
(String s)
src/ipf/FaultSkinner.java:660
Methodtrace
(String s)
src/ipf/FaultGeometry.java:282
Methodtrace
(String s)
src/ipf/FaultSkin.java:536
Methodtrace
(String s)
src/ipf/FaultSlipper.java:622
FunctionwriteObject
(name,obj)
src/ipf/fakeutils.py:112
MethodwriteToFileSlow
(String fileName, FaultSkin skin)
src/ipf/FaultSkin.java:402
← previous201–290 of 290, ranked by callers