public class Viewer extends Object
Constructor and Description |
---|
Viewer() |
Modifier and Type | Method and Description |
---|---|
void |
findPoints()
Find points in the 3D universe.
|
HashMap<String,org.scijava.vecmath.Point3d> |
gethashBound()
Gets the hashmap of boundary.
|
HashMap<String,List<org.scijava.vecmath.Point3d>> |
gethashVertices()
Gets the hashmap of vertices.
|
void |
view(SpatialImage spImg)
Visualize SpatialImage object on ImageJ 3D Viewer
|
public void view(SpatialImage spImg)
spImg
- the The SpatialImage, which is a class for handling spatial image in XitoSBML.public void findPoints()
public HashMap<String,List<org.scijava.vecmath.Point3d>> gethashVertices()
Copyright © 2017–2019 Funahashi Lab.. All rights reserved.