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 intMeshFunctions. 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 voidInterfacePlotOsp. dataInputEvent(DataInputStream<MguiDouble> s)voidInterfaceStripChart. dataInputEvent(DataInputStream<MguiDouble> s)protected voidInterfaceStripChart. 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_sourceprotected PlotXYDataSource<MguiDouble>SgtScatterplot. data_sourceprotected java.util.ArrayList<MguiDouble>SgtMultilinePlot. xprotected java.util.HashMap<java.lang.String,java.util.List<XYData<MguiDouble>>>SgtScatterplot. xyprotected 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 MguiDoubleMatrixInt. getValue(int i, int j)protected MguiDoubleMatrixInt. 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 columncolas aVectorIntobject.VectorInt<MguiDouble>MatrixInt. getColumn(java.lang.String name, int col)Returns columncolas aVectorIntobject.VectorInt<MguiDouble>MatrixInt. getRow(int row)Returns rowrowas aVectorIntobject.VectorInt<MguiDouble>MatrixInt. getRow(java.lang.String name, int row)Returns rowrowas aVectorIntobject.java.lang.Class<MguiDouble>MatrixInt. getType()Methods in mgui.interfaces.variables with parameters of type MguiDouble Modifier and Type Method Description booleanMatrixInt. 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 MguiDoubleNumberFunctions. getDifference(MguiNumber n1, MguiNumber n2)static MguiDoubleNumberFunctions. getProduct(MguiNumber n1, MguiNumber n2)static MguiDoubleNumberFunctions. getQuotient(MguiNumber n1, MguiNumber n2)static MguiDoubleNumberFunctions. getSum(MguiNumber n1, MguiNumber n2)