Package org.cytoscape.opencl.layout
Class SlimNetwork
- java.lang.Object
-
- org.cytoscape.opencl.layout.SlimNetwork
-
public class SlimNetwork extends Object
-
-
Field Summary
Fields Modifier and Type Field Description float[]
edgeCoeffs
float[]
edgeLengths
float[]
edgeMassEnd
float[]
edgeMassStart
int[]
edges
int[]
edgeUniqueSources
int[]
edgeUniqueTargets
float
height
float
left
float
massCenterX
float
massCenterY
float[]
nodePosX
float[]
nodePosY
HashMap<org.cytoscape.view.layout.LayoutNode,Integer>
nodeToIndex
int
numEdgesSparse
int
numEdgesUnique
int
numEdgesUniquePadded
int
numNodes
int
numNodesPadded
float
top
float
width
-
Constructor Summary
Constructors Constructor Description SlimNetwork(org.cytoscape.view.layout.LayoutPartition part, Boolean deterministic, float defaultNodeMass, float springCoefficient, float springLength, org.cytoscape.view.layout.EdgeWeighter edgeWeighter, int padding)
-
-
-
Field Detail
-
left
public float left
-
top
public float top
-
width
public float width
-
height
public float height
-
massCenterX
public float massCenterX
-
massCenterY
public float massCenterY
-
nodePosX
public float[] nodePosX
-
nodePosY
public float[] nodePosY
-
numNodes
public int numNodes
-
numNodesPadded
public int numNodesPadded
-
numEdgesSparse
public int numEdgesSparse
-
numEdgesUnique
public int numEdgesUnique
-
numEdgesUniquePadded
public int numEdgesUniquePadded
-
edges
public int[] edges
-
edgeCoeffs
public float[] edgeCoeffs
-
edgeLengths
public float[] edgeLengths
-
edgeUniqueSources
public int[] edgeUniqueSources
-
edgeUniqueTargets
public int[] edgeUniqueTargets
-
edgeMassStart
public float[] edgeMassStart
-
edgeMassEnd
public float[] edgeMassEnd
-
-
Constructor Detail
-
SlimNetwork
public SlimNetwork(org.cytoscape.view.layout.LayoutPartition part, Boolean deterministic, float defaultNodeMass, float springCoefficient, float springLength, org.cytoscape.view.layout.EdgeWeighter edgeWeighter, int padding)
-
-