Volume Cartographer 2.27.0
|
This is the complete list of members for volcart::UVMap, including all inherited members.
AlignmentAxis enum name | volcart::UVMap | |
AlignToAxis(UVMap &uv, const ITKMesh::Pointer &mesh, AlignmentAxis axis) | volcart::UVMap | static |
as_map() const -> std::map< std::size_t, cv::Vec2d > | volcart::UVMap | |
contains(std::size_t id) const -> bool | volcart::UVMap | |
empty() const -> bool | volcart::UVMap | |
Flip(UVMap &uv, FlipAxis axis) | volcart::UVMap | static |
FlipAxis enum name | volcart::UVMap | |
get(std::size_t id, const Origin &o) const -> cv::Vec2d | volcart::UVMap | |
get(std::size_t id) const -> cv::Vec2d | volcart::UVMap | |
map_ | volcart::UVMap | private |
New(Args... args) -> Pointer | volcart::UVMap | inlinestatic |
Origin enum name | volcart::UVMap | |
origin() const -> Origin | volcart::UVMap | |
origin_ | volcart::UVMap | private |
Plot(const UVMap &uv, const Color &color=color::GREEN) -> cv::Mat | volcart::UVMap | static |
Plot(const UVMap &uv, const ITKMesh::Pointer &mesh2D, int width=-1, int height=-1, const Color &color=color::LIGHT_GRAY) -> cv::Mat | volcart::UVMap | static |
Pointer typedef | volcart::UVMap | |
ratio() const -> Ratio | volcart::UVMap | |
ratio(double a) | volcart::UVMap | |
ratio(double w, double h) | volcart::UVMap | |
ratio_ | volcart::UVMap | private |
Rotate(UVMap &uv, Rotation rotation) | volcart::UVMap | static |
Rotate(UVMap &uv, Rotation rotation, cv::Mat &texture) | volcart::UVMap | static |
Rotate(UVMap &uv, double theta, const cv::Vec2d ¢er={0.5, 0.5}) | volcart::UVMap | static |
Rotate(UVMap &uv, double theta, cv::Mat &texture, const cv::Vec2d ¢er={0.5, 0.5}) | volcart::UVMap | static |
Rotation enum name | volcart::UVMap | |
set(std::size_t id, const cv::Vec2d &uv, const Origin &o) | volcart::UVMap | |
set(std::size_t id, const cv::Vec2d &uv) | volcart::UVMap | |
setOrigin(const Origin &o) | volcart::UVMap | |
size() const -> std::size_t | volcart::UVMap | |
UVMap()=default | volcart::UVMap | |
UVMap(Origin o) | volcart::UVMap | explicit |