Package gov.nih.mipav.model.structures
Class Voro.wall_initial_shape
- java.lang.Object
-
- gov.nih.mipav.model.structures.Voro.wall
-
- gov.nih.mipav.model.structures.Voro.wall_initial_shape
-
-
Field Summary
Fields Modifier and Type Field Description (package private) doublePhiprivate Voro.voronoicellvprivate Voro.voronoicell_neighborvn
-
Constructor Summary
Constructors Constructor Description wall_initial_shape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancut_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 Detail
-
Phi
final double Phi
-
v
private Voro.voronoicell v
-
vn
private Voro.voronoicell_neighbor vn
-
-
Method Detail
-
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
public boolean cut_cell(Voro.voronoicell c, double x, double y, double z)
Description copied from class:Voro.wallA pure virtual function for cutting a cell without neighbor-tracking with a wall.
-
cut_cell
public boolean cut_cell(Voro.voronoicell_neighbor c, double x, double y, double z)
Description copied from class:Voro.wallA pure virtual function for cutting a cell with neighbor-tracking enabled with a wall.
-
-