public class FilamentVertex extends Object
Constructor and Description |
---|
FilamentVertex() |
FilamentVertex(FilamentVertex other) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Color |
getColor() |
String |
getConsensusPhysicalSizeUnit()
Finds the common unit within the vertex.
|
double |
getMaxRadiusInUnit(String unit)
Converts the radius into units and returns the maximum value
|
Map<String,String> |
getMetadata() |
NonSpatialPoint3d |
getNonSpatialLocation() |
Quantity |
getPhysicalVoxelSizeX() |
Quantity |
getPhysicalVoxelSizeY() |
Quantity |
getPhysicalVoxelSizeZ() |
double |
getRadius() |
Point3d |
getSpatialLocation() |
org.scijava.vecmath.Vector3d |
getSpatialLocationInUnit(String unit) |
UUID |
getUuid() |
double |
getValue() |
Map<String,Double> |
getValueBackups() |
double |
getXMax(boolean useThickness) |
double |
getXMin(boolean useThickness) |
double |
getYMax(boolean useThickness) |
double |
getYMin(boolean useThickness) |
double |
getZMax(boolean useThickness) |
double |
getZMin(boolean useThickness) |
int |
hashCode() |
boolean |
is2D() |
void |
setColor(Color color) |
void |
setMetadata(Map<String,String> metadata) |
void |
setMetadata(String key,
Object value) |
void |
setNonSpatialLocation(NonSpatialPoint3d nonSpatialLocation) |
void |
setPhysicalVoxelSizeX(Quantity physicalVoxelSizeX) |
void |
setPhysicalVoxelSizeY(Quantity physicalVoxelSizeY) |
void |
setPhysicalVoxelSizeZ(Quantity physicalVoxelSizeZ) |
void |
setRadius(double radius) |
void |
setSpatialLocation(Point3d spatialLocation) |
void |
setUuid(UUID uuid) |
void |
setValue(double value) |
void |
setValueBackups(Map<String,Double> valueBackups) |
public FilamentVertex()
public FilamentVertex(FilamentVertex other)
public Point3d getSpatialLocation()
public void setSpatialLocation(Point3d spatialLocation)
public NonSpatialPoint3d getNonSpatialLocation()
public void setNonSpatialLocation(NonSpatialPoint3d nonSpatialLocation)
public Quantity getPhysicalVoxelSizeX()
public void setPhysicalVoxelSizeX(Quantity physicalVoxelSizeX)
public Quantity getPhysicalVoxelSizeY()
public void setPhysicalVoxelSizeY(Quantity physicalVoxelSizeY)
public Quantity getPhysicalVoxelSizeZ()
public void setPhysicalVoxelSizeZ(Quantity physicalVoxelSizeZ)
public double getValue()
public void setValue(double value)
public double getRadius()
public void setRadius(double radius)
public UUID getUuid()
public void setUuid(UUID uuid)
public Color getColor()
public void setColor(Color color)
public double getXMin(boolean useThickness)
public double getXMax(boolean useThickness)
public double getYMin(boolean useThickness)
public double getYMax(boolean useThickness)
public double getZMin(boolean useThickness)
public double getZMax(boolean useThickness)
public boolean is2D()
public String getConsensusPhysicalSizeUnit()
public org.scijava.vecmath.Vector3d getSpatialLocationInUnit(String unit)
public double getMaxRadiusInUnit(String unit)
unit
- the unitCopyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.