Uses of Package
jhd.FloodFill
-
Classes in jhd.FloodFill used by jhd.FloodFill Class Description EuclideanSpheres.RandomSphereParams Nested class to simplify random sphere draw arguments listEuclideanSpheres.SphereParams Nested class to simplify sphere draw arguments listFloodFill.FloodStats A data structure returned by hybridFloodFillFloodFill.PorosityReport A data structure returned by characterize and hybridFloodFillHybridFloodFill.FloodReport Data structure returned by hybridFloodFillHybridFloodFill.FloodStats A data structure returned by hybridFloodFillHybridFloodFill.PorosityReport A data structure returned by characterize and hybridFloodFillOffsets A class with static methods for working with voxel offsets Offsets are used to quickly access the indices of voxels touching a central voxel by simply adding the offset to the voxel's 1D, 2D or 3D index. Offsets arrays are in decreasing order of connectivity, in 3D Face touching(0-5), Edge touching (6-17)and finally Corner touching(17-25). The connectivity of a flood is determined by how far down the list one goes.Offsets.PointDesc Class for 2D and 3D pixel offset and value information