Volume Cartographer 2.27.0
|
This is the complete list of members for volcart::PerPixelMap, including all inherited members.
cellMap() const -> cv::Mat | volcart::PerPixelMap | |
cellMap_ | volcart::PerPixelMap | private |
Crop(const PerPixelMap &map, std::size_t originY, std::size_t originX, std::size_t height, std::size_t width) -> PerPixelMap | volcart::PerPixelMap | static |
getAsPixelMap(std::size_t y, std::size_t x) -> PixelMap | volcart::PerPixelMap | |
getMapping(std::size_t y, std::size_t x) const -> const cv::Vec6d & | volcart::PerPixelMap | |
getMapping(std::size_t y, std::size_t x) -> cv::Vec6d & | volcart::PerPixelMap | |
getMappingCoords() const -> std::vector< Coord2D > | volcart::PerPixelMap | |
getMappings() const -> std::vector< PixelMap > | volcart::PerPixelMap | |
hasMapping(std::size_t y, std::size_t x) const -> bool | volcart::PerPixelMap | |
height() const -> std::size_t | volcart::PerPixelMap | |
height_ | volcart::PerPixelMap | private |
initialize_map_() | volcart::PerPixelMap | private |
initialized() const -> bool | volcart::PerPixelMap | |
map_ | volcart::PerPixelMap | private |
mask() const -> cv::Mat | volcart::PerPixelMap | |
mask_ | volcart::PerPixelMap | private |
New(Args... args) -> Pointer | volcart::PerPixelMap | inlinestatic |
numMappings() const -> std::size_t | volcart::PerPixelMap | |
operator()(std::size_t y, std::size_t x) const -> const cv::Vec6d & | volcart::PerPixelMap | |
operator()(std::size_t y, std::size_t x) -> cv::Vec6d & | volcart::PerPixelMap | |
PerPixelMap()=default | volcart::PerPixelMap | |
PerPixelMap(std::size_t height, std::size_t width) | volcart::PerPixelMap | |
Pointer typedef | volcart::PerPixelMap | |
ReadPPM(const filesystem::path &path) -> PerPixelMap | volcart::PerPixelMap | static |
setCellMap(const cv::Mat &m) | volcart::PerPixelMap | |
setDimensions(std::size_t h, std::size_t w) | volcart::PerPixelMap | |
setHeight(std::size_t h) | volcart::PerPixelMap | |
setMask(const cv::Mat &m) | volcart::PerPixelMap | |
setWidth(std::size_t w) | volcart::PerPixelMap | |
width() const -> std::size_t | volcart::PerPixelMap | |
width_ | volcart::PerPixelMap | private |
WritePPM(const filesystem::path &path, const PerPixelMap &map) | volcart::PerPixelMap | static |