MCPcopy Create free account

hub / github.com/dhale/jtk / functions

Functions7,765 in github.com/dhale/jtk

↓ 6 callersMethodbacktrackReverse
Returns shifts found by backtracking in reverse. @param d array of accumulated errors. @param e array of alignment errors. @return an array of shifts.
core/src/main/java/edu/mines/jtk/dsp/DynamicWarping.java:902
↓ 6 callersMethodc3
(float c1, float c2)
core/src/main/java/edu/mines/jtk/dsp/EigenTensors3.java:738
↓ 6 callersMethodcfill
Fills the specified array with a specified value. @param ca the value. @param cx the array.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:2616
↓ 6 callersMethodcheckArrays
(float[] x, float[] y)
core/src/main/java/edu/mines/jtk/dsp/RecursiveRectangleFilter.java:285
↓ 6 callersMethodcheckDimensions
(float[] c)
core/src/main/java/edu/mines/jtk/dsp/LocalCorrelationFilter.java:937
↓ 6 callersMethodcheckNaN
Abort if NaN's appear. @param value Abort if this value is a NaN.
core/src/main/java/edu/mines/jtk/opt/TransformQuadratic.java:276
↓ 6 callersMethodcheckSign
(int sign)
core/src/main/java/edu/mines/jtk/dsp/FftComplex.java:262
↓ 6 callersMethodclear
()
core/src/main/java/edu/mines/jtk/interp/TimeMarker3.java:280
↓ 6 callersMethodclear
()
core/src/main/java/edu/mines/jtk/interp/TimeMarker2.java:236
↓ 6 callersMethodcompute
Computes for the specified loop index. @param i loop index.
core/src/main/java/edu/mines/jtk/util/Parallel.java:164
↓ 6 callersMethodcos
Returns the cosine of this complex number. @return the cosine.
core/src/main/java/edu/mines/jtk/util/Cdouble.java:397
↓ 6 callersMethodcount
()
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:15734
↓ 6 callersMethodcountNodes
Returns the number of nodes in the mesh. @return the number of nodes.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:1987
↓ 6 callersMethodcramp
Sets the specified array with a specified linear ramp. Array values are ca+i1 cb1. @param ca value of the first element. @param cb1 gradient in 1st di
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:3297
↓ 6 callersMethodcrand
Fills the specified array with random values. @param cx the array.
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:1945
↓ 6 callersMethoddoubleValue
()
core/src/main/java/edu/mines/jtk/util/AtomicFloat.java:177
↓ 6 callersMethoddraw
Draws this node. This implementation does nothing. @param dc the draw context.
core/src/main/java/edu/mines/jtk/sgl/Node.java:319
↓ 6 callersMethodequals
(Object obj)
core/src/main/java/edu/mines/jtk/mosaic/DPoint.java:52
↓ 6 callersMethodexp
(float x, float y)
demo/src/main/java/jtkdemo/sgl/QuadGroupDemo.java:102
↓ 6 callersMethodexpandBy
Expands this box to include the specified point. @param p the point.
core/src/main/java/edu/mines/jtk/sgl/BoundingBox.java:222
↓ 6 callersMethodflipSign
Multiplies every other sample in input space-domain image by -1. Applied before forward Fourier transform where it has the effect of shifting the imag
core/src/main/java/edu/mines/jtk/dsp/SteerablePyramid.java:1541
↓ 6 callersMethodflush
()
core/src/main/java/edu/mines/jtk/util/LoggerStream.java:53
↓ 6 callersMethodformatTic
(double v)
core/src/main/java/edu/mines/jtk/mosaic/TileAxis.java:749
↓ 6 callersMethodfromErrorAndWidth
Returns a Kaiser window with specified error and transition width. @param error the maximum absolute error. @param width the transition width. @return
core/src/main/java/edu/mines/jtk/dsp/KaiserWindow.java:70
↓ 6 callersMethodgaussian
(float s, float x)
core/src/test/java/edu/mines/jtk/dsp/RecursiveGaussianFilterTest.java:100
↓ 6 callersMethodget12
Gets the specified subarray of elements into the specified 2-D array. @param m1 number of elements in 1st dimension of subarray. @param m2 number of e
core/src/main/java/edu/mines/jtk/util/Float4.java:108
↓ 6 callersMethodgetBestHorizontalProjector
Gets the best horizontal projector for this tiled view. @return the best horizontal projector; by reference, not by copy.
core/src/main/java/edu/mines/jtk/mosaic/TiledView.java:171
↓ 6 callersMethodgetBestVerticalProjector
Gets the best vertical projector for this tiled view. @return the best vertical projector; by reference, not by copy.
core/src/main/java/edu/mines/jtk/mosaic/TiledView.java:179
↓ 6 callersMethodgetBinCount
Gets the number of bins in this histogram. @return the number of bins.
core/src/main/java/edu/mines/jtk/dsp/Histogram.java:121
↓ 6 callersMethodgetCountMajor
Gets the number of major tics. @return the number of major tics.
core/src/main/java/edu/mines/jtk/util/AxisTics.java:132
↓ 6 callersMethodgetDeltaMajor
Gets major tic interval. @return the major tic interval.
core/src/main/java/edu/mines/jtk/util/AxisTics.java:140
↓ 6 callersMethodgetLength
Gets the two-sided window length. @return the window length.
core/src/main/java/edu/mines/jtk/dsp/KaiserWindow.java:135
↓ 6 callersMethodgetLineWidth
Gets the line width for the specified graphics context. @param g2d the graphics context. @return the line width.
core/src/main/java/edu/mines/jtk/mosaic/IPanel.java:265
↓ 6 callersMethodgetMax
Gets the point in this box with maximum coordinates. @return the maximim point.
core/src/main/java/edu/mines/jtk/sgl/BoundingBox.java:164
↓ 6 callersMethodgetMin
Gets the point in this box with minimum coordinates. @return the minimim point.
core/src/main/java/edu/mines/jtk/sgl/BoundingBox.java:155
↓ 6 callersMethodgetMinValue
Get the smallest positive value that should be distinguished from zero. @return minValue
core/src/main/java/edu/mines/jtk/util/Almost.java:150
↓ 6 callersMethodgetNodeNabors
Gets an array of node nabors of the specified node. @param node the node for which to get nabors. @return the array of nabors.
core/src/main/java/edu/mines/jtk/mesh/TetMesh.java:2686
↓ 6 callersMethodgetOrbitView
Gets the orbit view for this frame. @return the orbit view.
core/src/main/java/edu/mines/jtk/sgl/SimpleFrame.java:336
↓ 6 callersMethodgetPoint
Gets the point in local coordinates for the specified event. @param event the mouse event. @return the point, in local coordinates.
core/src/main/java/edu/mines/jtk/sgl/MouseOnLine.java:73
↓ 6 callersMethodgetSize
Gets the size in pixels of all handles. @return the size.
core/src/main/java/edu/mines/jtk/sgl/Handle.java:55
↓ 6 callersMethodgetString
Get parameter value as String. If the parameter contains an array of values, get the last value. @return parameter value. @exception ParameterConvertE
core/src/main/java/edu/mines/jtk/util/Parameter.java:611
↓ 6 callersMethodgetTileAxisLeft
Gets the left tile axis with specified row index. @param irow the row index. @return the axis; null, if none.
core/src/main/java/edu/mines/jtk/mosaic/Mosaic.java:246
↓ 6 callersMethodglColorPointer
( GLArrayData array)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:2767
↓ 6 callersMethodglOrtho
( double left, double right, double bottom, double top, double near_val, double far_va
core/src/main/java/edu/mines/jtk/ogl/Gl.java:25713
↓ 6 callersMethodglRotated
( double angle, double x, double y, double z)
core/src/main/java/edu/mines/jtk/ogl/Gl.java:7213
↓ 6 callersMethodheight
Converts the specified user-coordinate height to device-coordinate height. @param hu the user-coordinate height. @return the device-coordinate height.
core/src/main/java/edu/mines/jtk/mosaic/Transcaler.java:217
↓ 6 callersMethodhypot
Returns the hypotenuse for two given values. The hypotenuse is calculated using the Pythagorean theorem. @param x a value. @param y a value. @return t
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:1013
↓ 6 callersMethodinCircle
Determines if a point d is inside the circle defined by the points a, b, and c. The latter are assumed to be in CCW order, such that the method {@link
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:422
↓ 6 callersMethodindex
(float x, float[] xs, int i)
core/src/main/java/edu/mines/jtk/interp/BilinearInterpolator2.java:231
↓ 6 callersMethodindex
(float x, float[] xs, int i)
core/src/main/java/edu/mines/jtk/interp/BicubicInterpolator2.java:271
↓ 6 callersMethodinterpolate00
Returns interpolated value y. @param x1 coordinate x1. @param x2 coordinate x2. @return interpolated y(x1,x2).
core/src/main/java/edu/mines/jtk/interp/BilinearInterpolator2.java:85
↓ 6 callersMethodinterpolate00
Returns interpolated value y. @param x1 coordinate x1. @param x2 coordinate x2. @return interpolated y(x1,x2).
core/src/main/java/edu/mines/jtk/interp/BicubicInterpolator2.java:124
↓ 6 callersMethodinterpolate000
Returns interpolated value y. @param x1 coordinate x1. @param x2 coordinate x2. @param x3 coordinate x3. @return interpolated y(x1,x2,x3).
core/src/main/java/edu/mines/jtk/interp/TricubicInterpolator3.java:140
↓ 6 callersMethodinterpolate000
Returns interpolated value y. @param x1 coordinate x1. @param x2 coordinate x2. @param x3 coordinate x3. @return interpolated y(x1,x2,x3).
core/src/main/java/edu/mines/jtk/interp/TrilinearInterpolator3.java:96
↓ 6 callersMethodisInner
Determines whether the specified node is an inner node. @param node a node. @return true, if inner; false, otherwise.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:2100
↓ 6 callersMethodisLightOn
Determines if the primary light source is on. @return true, if light source is on; false, otherwise.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:106
↓ 6 callersMethodisVertical
Determines whether this axis is placed at left or right of mosaic. An axis placed at the left or right is a vertical axis. @return true, if vertical (
core/src/main/java/edu/mines/jtk/mosaic/TileAxis.java:142
↓ 6 callersMethodleftOfPlaneFast
Determines if a point d is left of the plane defined by the points a, b, and c. The latter are assumed to be in CCW order, as viewed from the right si
core/src/main/java/edu/mines/jtk/mesh/Geometry.java:337
↓ 6 callersMethodlines12a
()
core/src/main/java/edu/mines/jtk/mosaic/PlotPanelPixels3.java:728
↓ 6 callersMethodlines12b
()
core/src/main/java/edu/mines/jtk/mosaic/PlotPanelPixels3.java:734
↓ 6 callersMethodlines13a
()
core/src/main/java/edu/mines/jtk/mosaic/PlotPanelPixels3.java:740
↓ 6 callersMethodlines13b
()
core/src/main/java/edu/mines/jtk/mosaic/PlotPanelPixels3.java:746
↓ 6 callersMethodlines23a
()
core/src/main/java/edu/mines/jtk/mosaic/PlotPanelPixels3.java:752
↓ 6 callersMethodlines23b
()
core/src/main/java/edu/mines/jtk/mosaic/PlotPanelPixels3.java:765
↓ 6 callersMethodloadIcon
Loads an icon from the specified resource name. The resource with specified name is found relative to the specified class. @param cls the class used t
core/src/main/java/edu/mines/jtk/awt/Mode.java:196
↓ 6 callersMethodlog
Returns the natural logarithm of this complex number. @return the natural logarithm.
core/src/main/java/edu/mines/jtk/util/Cdouble.java:355
↓ 6 callersMethodmakeIndices
(float[] xi, float[] xs)
core/src/main/java/edu/mines/jtk/interp/TricubicInterpolator3.java:345
↓ 6 callersMethodmakeIndices
(float[] xi, float[] xs)
core/src/main/java/edu/mines/jtk/interp/TrilinearInterpolator3.java:301
↓ 6 callersMethodmaxlen
(String[] s)
core/src/main/java/edu/mines/jtk/util/ArrayMath.java:15342
↓ 6 callersMethodnodeA
Returns the node A referenced by this face. @return the node A.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:413
↓ 6 callersMethodnodeB
Returns the node B referenced by this face. @return the node B.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:421
↓ 6 callersMethodnormalizedDifferenceExtended
Returns the normalized difference between a specified value and the sampled value for a specified index. Normalized difference is the difference (spec
core/src/main/java/edu/mines/jtk/dsp/Sampling.java:499
↓ 6 callersMethodover
Returns the quotent z / x, where z is this complex number. @param x a complex number. @return z / x.
core/src/main/java/edu/mines/jtk/util/Cdouble.java:104
↓ 6 callersMethodphase
(float[] f)
core/src/main/java/edu/mines/jtk/dsp/Fft.java:1088
↓ 6 callersFunctionplot
(f,clip=0.0,png=None)
demo/src/main/jython/jtkdemo/dsp/SteerablePyramidDemo.py:150
↓ 6 callersFunctionplot3
(s1,s2,s3,f,title=None,xs=None)
demo/src/main/jython/jtkdemo/interp/RegularDemo.py:112
↓ 6 callersMethodplusEquals
Returns A = A + B, where A is this matrix. @param b the matrix B. @return A = A + B.
core/src/main/java/edu/mines/jtk/la/DMatrix.java:567
↓ 6 callersMethodpopLocalToWorld
Restores the most recently saved (pushed) local-to-world transform. Discards the current local-to-world transform.
core/src/main/java/edu/mines/jtk/sgl/CullContext.java:123
↓ 6 callersMethodpqjShiftSmooth
Applies preprocessing and smoothing to 2D steerable pyramid basis images for input to orientation and linearity estimation. Three input basis images
core/src/main/java/edu/mines/jtk/dsp/SteerablePyramid.java:986
↓ 6 callersMethodpushLocalToWorld
Saves the local-to-world transform before appending a transform. The specified transform matrix is post-multiplied with the current local-to-world tra
core/src/main/java/edu/mines/jtk/sgl/CullContext.java:110
↓ 6 callersMethodramp
(float x1)
core/src/test/java/edu/mines/jtk/dsp/LinearInterpolatorTest.java:180
↓ 6 callersMethodreadBoolean
()
core/src/main/java/edu/mines/jtk/io/ArrayInput.java:33
↓ 6 callersMethodremove
Removes the face with specified index from this list. @param index the index of the face to remove. @return the face removed.
core/src/main/java/edu/mines/jtk/mesh/TriSurf.java:700
↓ 6 callersMethodremove
Removes the specified tiled view from this plot panel. @param tv the tiled view. @return true, if this panel contained the specified tiled view; fals
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:1096
↓ 6 callersMethodreverse
(int n1, float[] z, boolean copy)
core/src/main/java/edu/mines/jtk/dsp/Conv.java:652
↓ 6 callersMethodset
Sets (x1,x2) coordinates for a sampled function x2(x1). @param s1 the sampling of x1 coordinates. @param x2 array of x2 coordinates.
core/src/main/java/edu/mines/jtk/mosaic/PointsView.java:154
↓ 6 callersMethodsetAcceleratorKey
Sets the accelerator key stroke for this mode. <p> Typically, this method is called by constructors in classes that extend this abstract base class. @
core/src/main/java/edu/mines/jtk/awt/Mode.java:133
↓ 6 callersMethodsetClips
Sets the clips for this panel. An image panel maps array values to bytes, which are then used as indices into a specified color model. This mapping fr
core/src/main/java/edu/mines/jtk/sgl/ImagePanel.java:126
↓ 6 callersMethodsetColorBarWidthMinimum
Sets a minimum width (in pixels) for a color bar. This method is useful when attempting to construct multiple plot panels with the same layout. In thi
core/src/main/java/edu/mines/jtk/mosaic/PlotPanel.java:256
↓ 6 callersMethodsetColorMaterial
Sets the color material mode for front and back faces. @param mode the color material mode.
core/src/main/java/edu/mines/jtk/sgl/MaterialState.java:487
↓ 6 callersMethodsetComplex
Sets the type of input (output) values for forward (inverse) transforms. The default type is real. @param complex true, for complex values; false, for
core/src/main/java/edu/mines/jtk/dsp/Fft.java:235
↓ 6 callersMethodsetCurrent
Sets the current edge.
core/src/main/java/edu/mines/jtk/mesh/TriMesh.java:3877
↓ 6 callersMethodsetExtrapolation
Sets the method used to extrapolate values beyond the ends of input arrays. @param extrapolation the extrapolation method.
core/src/main/java/edu/mines/jtk/dsp/BandPassFilter.java:82
↓ 6 callersMethodsetExtrapolation
Sets the extrapolation method for this interpolator. The default extrapolation method is extrapolation with zeros. @param extrap the extrapolation met
core/src/main/java/edu/mines/jtk/dsp/LinearInterpolator.java:51
↓ 6 callersMethodsetFontSizeForPrint
Sets font size to automatically adjust for a printed manuscript. This method causes the font size to change as this frame is resized, so that font siz
core/src/main/java/edu/mines/jtk/mosaic/PlotFrame.java:310
↓ 6 callersMethodsetHorizontal
Sets the grid horizontal type. The default grid horizontal type is major. @param horizontal the grid horizontal type
core/src/main/java/edu/mines/jtk/mosaic/GridView.java:141
↓ 6 callersMethodsetLightSourceType
Sets the {@link LightSourceType} for the primary light source. @param type a {@link LightSourceType}.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:297
↓ 6 callersMethodsetMnemonicKey
Sets the mnemonic key for this mode. Used for mode menu items. <p> Typically, this method is called by constructors in classes that extend this abstra
core/src/main/java/edu/mines/jtk/awt/Mode.java:122
↓ 6 callersMethodsetName
Sets the name (text) for this mode. Used for mode menu items. <p> Typically, this method is called by constructors in classes that extend this abstrac
core/src/main/java/edu/mines/jtk/awt/Mode.java:98
↓ 6 callersMethodsetPosition
Sets the position of the primary light source. @param lx the x-coordinate. @param ly the y-coordinate. @param lz the z-coordinate.
core/src/main/java/edu/mines/jtk/sgl/OrbitViewLighting.java:244
← previousnext →701–800 of 7,765, ranked by callers