public class CircularMeshInitializationDialog extends Object implements FrameListener
Constructor and Description |
---|
CircularMeshInitializationDialog(SegmentationController model) |
Modifier and Type | Method and Description |
---|---|
void |
afterClosing() |
void |
createAndShowBinaryImage() |
static DeformableMesh3D |
createMeshFromSpheres(List<Sphere> spheres,
int divisions) |
DeformableMesh3D |
fillSpheresWithMesh(List<Sphere> spheres,
DeformableMesh3D mesh,
double min,
double max) |
void |
finish() |
void |
frameChanged(int i)
Frames changed to the frame i.
|
JPanel |
getContent() |
static void |
main(String[] args) |
void |
setCloseCallback(Runnable r) |
void |
setView(JComponent panel) |
void |
start() |
public CircularMeshInitializationDialog(SegmentationController model)
public void start()
public void setCloseCallback(Runnable r)
public void setView(JComponent panel)
public void finish()
public DeformableMesh3D fillSpheresWithMesh(List<Sphere> spheres, DeformableMesh3D mesh, double min, double max)
public void createAndShowBinaryImage()
public static DeformableMesh3D createMeshFromSpheres(List<Sphere> spheres, int divisions)
public void afterClosing()
public static void main(String[] args)
public void frameChanged(int i)
FrameListener
frameChanged
in interface FrameListener
public JPanel getContent()
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.