|
Volume Cartographer 2.28.0
|
#include <cstddef>#include <cstdint>#include <memory>#include "vc/core/types/NDArray.hpp"#include "vc/core/types/Volume.hpp"Go to the source code of this file.
Classes | |
| class | volcart::NeighborhoodGenerator |
| Base class for neighborhood generating classes. More... | |
Namespaces | |
| namespace | volcart |
| Volume Cartographer library | |
Typedefs | |
| using | volcart::Neighborhood = NDArray< std::uint16_t > |
| N-dimensional neighborhood class. More... | |
Enumerations | |
| enum class | volcart::Direction { volcart::Negative = -1 , volcart::Bidirectional = 0 , volcart::Positive = 1 } |
| Neighborhood directional filtering options. More... | |