Volume Cartographer 2.27.0
Classes | Typedefs
Neighborhood Generators

Generate volumetric neighborhoods. More...

Collaboration diagram for Neighborhood Generators:

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...
 

Detailed Description

Generate volumetric neighborhoods.

Typedef Documentation

◆ Neighborhood

using volcart::Neighborhood = typedef NDArray<std::uint16_t>

N-dimensional neighborhood class.

Definition at line 20 of file NeighborhoodGenerator.hpp.