Package | Description |
---|---|
deformablemesh | |
deformablemesh.externalenergies | |
deformablemesh.geometry | |
deformablemesh.meshview | |
deformablemesh.simulations |
Modifier and Type | Method and Description |
---|---|
ExternalEnergy |
SegmentationModel.generateImageEnergy(DeformableMesh3D mesh) |
Modifier and Type | Method and Description |
---|---|
List<ExternalEnergy> |
SegmentationModel.getExternalEnergies()
returns a list of all the external energies, except 'ring energy' affecting the currently selected mesh.
|
List<ExternalEnergy> |
SegmentationModel.getExternalEnergies(DeformableMesh3D selectedMesh) |
Modifier and Type | Class and Description |
---|---|
class |
BallooningEnergy
The goal of this energy is to grow outwards, until it hits another mesh and cannot
grow any more.
|
class |
GradientEnergy
Created by msmith on 1/20/16.
|
class |
IntensityEnergy
Creates an image energy the drives the mesh towards (or away from) the regions of maximum intensity.
|
class |
NodeAttractor
Created by msmith on 2/29/16.
|
class |
ParabolicSurface |
class |
PerpendicularGradientEnergy
Created by msmith on 2/10/16.
|
class |
PerpendicularIntensityEnergy
Created by msmith on 2/10/16.
|
class |
PressureForce
Created by msmith on 2/29/16.
|
class |
SmoothingForce |
class |
SofterStericMesh |
class |
StericMesh
Class used for calculating steric forces between meshes.
|
class |
TriangleAreaDistributor
Created by msmith on 2/26/16.
|
class |
VolumeConservation |
Modifier and Type | Method and Description |
---|---|
List<ExternalEnergy> |
DeformableMesh3D.getExternalEnergies() |
Modifier and Type | Method and Description |
---|---|
void |
DeformableLine3D.addExternalEnergy(ExternalEnergy e) |
void |
DeformableMesh3D.addExternalEnergy(ExternalEnergy energy) |
void |
DeformableMesh3D.removeExternalEnergy(ExternalEnergy energy) |
Modifier and Type | Method and Description |
---|---|
void |
MeshFrame3D.showEnergy(MeshImageStack stack,
ExternalEnergy erg) |
Constructor and Description |
---|
VectorField(DeformableMesh3D mesh,
List<ExternalEnergy> energies) |
Modifier and Type | Class and Description |
---|---|
class |
HeightMapSurface |
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.