VoxelJunction Class Reference
#include <VoxelJunction.h>
List of all members.
Detailed Description
This class specifies a single junction between abutting voxels. All it has are the respective meshIndices (not spatialIndices) of the abutting voxels, and a scale factor for diffusion between them.
Constructor & Destructor Documentation
VoxelJunction::VoxelJunction |
( |
unsigned int |
f, |
|
|
unsigned int |
s, |
|
|
double |
d = 1.0 | |
|
) |
| | [inline] |
VoxelJunction::VoxelJunction |
( |
|
) |
[inline] |
Member Function Documentation
bool VoxelJunction::operator< |
( |
const VoxelJunction & |
other |
) |
const [inline] |
Member Data Documentation
MeshIndex for second compartment.
MeshIndex for first compartment.
Referenced by operator<().
The documentation for this class was generated from the following file: