Package gov.nih.mipav.model.structures
Class Voro.dodecahedron_initial_shape
java.lang.Object
gov.nih.mipav.model.structures.Voro.wall
gov.nih.mipav.model.structures.Voro.dodecahedron_initial_shape
- Enclosing class:
Voro
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final doubleprivate Voro.voronoicell_neighbor(package private) final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancut_cell(Voro.voronoicell_neighbor c, double x, double y, double z) A pure virtual function for cutting a cell with neighbor-tracking enabled with a wall.booleancut_cell(Voro.voronoicell c, double x, double y, double z) A pure virtual function for cutting a cell without neighbor-tracking with a wall.voiddelete()booleanpoint_inside(double x, double y, double z) A pure virtual function for testing whether a point is inside the wall object.
-
Field Details
-
Phi
final double Phi -
wid
final int wid- See Also:
-
v
-
-
Constructor Details
-
dodecahedron_initial_shape
public dodecahedron_initial_shape()
-
-
Method Details
-
point_inside
public boolean point_inside(double x, double y, double z) Description copied from class:Voro.wallA pure virtual function for testing whether a point is inside the wall object.- Specified by:
point_insidein classVoro.wall
-
cut_cell
Description copied from class:Voro.wallA pure virtual function for cutting a cell without neighbor-tracking with a wall. -
cut_cell
Description copied from class:Voro.wallA pure virtual function for cutting a cell with neighbor-tracking enabled with a wall. -
delete
public void delete()
-