CartesianMesh

The CartesianMesh class is used to work with the Cartesian coordinate system in which cells and substrates are located.

To import this class use:

import ru.biosoft.physicell.biofvm.CartesianMesh

All members of the CartesianMesh class are presented below.

Members of the CartesianMesh class

Class member

Description

int[] moore_connected_voxel_indices

Contains an array of indices of all lattice cells in the Moore neighborhood of the 1st order from a given cell.

Example of usage.

voxels

Contains an array consisting of all lattice cells.

Example of usage.

double[] voxels[int number].center

number - lattice cell number.

Contains the coordinates of the center of the grid cell with number number.

Example of usage.

Moore neighborhood

A Moore neighborhood of order r is a set of cells whose Chebyshev distance from a given cell does not exceed r.

Moore_neighborhood