Uses of Class
mgui.numbers.MguiDouble
Package | Description |
---|---|
mgui.geometry.mesh |
Provides classes representing and operating on 3D mesh shapes.
|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.plots.osp |
Plots using the Open Source Physics (OSP) library.
|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
mgui.interfaces.variables | |
mgui.io.domestic.shapes | |
mgui.numbers |
-
Uses of MguiDouble in mgui.geometry.mesh
Methods in mgui.geometry.mesh that return types with arguments of type MguiDouble Modifier and Type Method Description static java.util.ArrayList<MguiDouble>
MeshFunctions. getEdgeLengths(Mesh3D mesh, java.util.ArrayList<MeshEdge> edges)
Returns a list of edge lengths for the given set of edgesMethods in mgui.geometry.mesh with parameters of type MguiDouble Modifier and Type Method Description static int
MeshFunctions. getClosestVertex(Mesh3D mesh, int idx, java.util.ArrayList<java.lang.Integer> search_vertices, MguiDouble distance)
Returns the closest vertex in a list of vertices, or from all vertices if the list is empty. -
Uses of MguiDouble in mgui.interfaces.plots
Methods in mgui.interfaces.plots that return types with arguments of type MguiDouble Modifier and Type Method Description java.util.List<MguiDouble>
MatrixPlotDataSource. getSourceSignal()
-
Uses of MguiDouble in mgui.interfaces.plots.osp
Method parameters in mgui.interfaces.plots.osp with type arguments of type MguiDouble Modifier and Type Method Description void
InterfacePlotOsp. dataInputEvent(DataInputStream<MguiDouble> s)
void
InterfaceStripChart. dataInputEvent(DataInputStream<MguiDouble> s)
protected void
InterfaceStripChart. setInputStream(DataInputStream<MguiDouble> s)
-
Uses of MguiDouble in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt with type parameters of type MguiDouble Modifier and Type Field Description protected PlotTimeSeriesDataSource<MguiDouble>
SgtMultilinePlot. data_source
protected PlotXYDataSource<MguiDouble>
SgtScatterplot. data_source
protected java.util.ArrayList<MguiDouble>
SgtMultilinePlot. x
protected java.util.HashMap<java.lang.String,java.util.List<XYData<MguiDouble>>>
SgtScatterplot. xy
protected java.util.ArrayList<java.util.ArrayList<MguiDouble>>
SgtMultilinePlot. y
-
Uses of MguiDouble in mgui.interfaces.variables
Methods in mgui.interfaces.variables that return MguiDouble Modifier and Type Method Description MguiDouble
MatrixInt. getValue(int i, int j)
protected MguiDouble
MatrixInt. getValue(java.util.List<java.lang.Integer> indices)
Methods in mgui.interfaces.variables that return types with arguments of type MguiDouble Modifier and Type Method Description java.util.ArrayList<MguiDouble>
MatrixInt. getAsList()
VectorInt<MguiDouble>
MatrixInt. getColumn(int col)
Returns columncol
as aVectorInt
object.VectorInt<MguiDouble>
MatrixInt. getColumn(java.lang.String name, int col)
Returns columncol
as aVectorInt
object.VectorInt<MguiDouble>
MatrixInt. getRow(int row)
Returns rowrow
as aVectorInt
object.VectorInt<MguiDouble>
MatrixInt. getRow(java.lang.String name, int row)
Returns rowrow
as aVectorInt
object.java.lang.Class<MguiDouble>
MatrixInt. getType()
Methods in mgui.interfaces.variables with parameters of type MguiDouble Modifier and Type Method Description boolean
MatrixInt. setValue(java.util.List<java.lang.Integer> indices, MguiDouble value)
-
Uses of MguiDouble in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes that return types with arguments of type MguiDouble Modifier and Type Method Description java.util.List<MguiDouble>
VolumeFileDataSource. getSourceSignal()
protected java.util.List<MguiDouble>
VolumeFileDataSource. getSourceSignalAsDouble(Volume3DInt volume)
-
Uses of MguiDouble in mgui.numbers
Methods in mgui.numbers that return MguiDouble Modifier and Type Method Description static MguiDouble
NumberFunctions. getDifference(MguiNumber n1, MguiNumber n2)
static MguiDouble
NumberFunctions. getProduct(MguiNumber n1, MguiNumber n2)
static MguiDouble
NumberFunctions. getQuotient(MguiNumber n1, MguiNumber n2)
static MguiDouble
NumberFunctions. getSum(MguiNumber n1, MguiNumber n2)