Volume Cartographer 2.27.0
Classes | Namespaces | Typedefs | Enumerations
NeighborhoodGenerator.hpp File Reference
#include <cstddef>
#include <cstdint>
#include <memory>
#include "vc/core/types/NDArray.hpp"
#include "vc/core/types/Volume.hpp"
Include dependency graph for NeighborhoodGenerator.hpp:
This graph shows which files directly or indirectly include this file:

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