Volume Cartographer 2.27.0
|
Generate volumetric neighborhoods. More...
Classes | |
class | volcart::CuboidGenerator |
Class for generating box-like neighborhoods from a point in a Volume. More... | |
class | volcart::LineGenerator |
Class for generating line-like neighborhoods from a point in a Volume. More... | |
class | volcart::NeighborhoodGenerator |
Base class for neighborhood generating classes. More... | |
Typedefs | |
using | volcart::Neighborhood = NDArray< std::uint16_t > |
N-dimensional neighborhood class. More... | |
Generate volumetric neighborhoods.
using volcart::Neighborhood = typedef NDArray<std::uint16_t> |
N-dimensional neighborhood class.
Definition at line 20 of file NeighborhoodGenerator.hpp.