Volume Cartographer 2.27.0
|
This is the complete list of members for volcart::Transform3D, including all inherited members.
applyPoint(const cv::Vec3d &point) const -> cv::Vec3d=0 | volcart::Transform3D | pure virtual |
applyPointAndNormal(const cv::Vec6d &ptN, bool normalize=true) const -> cv::Vec6d | volcart::Transform3D | |
applyUnitVector(const cv::Vec3d &vector) const -> cv::Vec3d | volcart::Transform3D | |
applyVector(const cv::Vec3d &vector) const -> cv::Vec3d=0 | volcart::Transform3D | pure virtual |
clear() | volcart::Transform3D | |
clone() const -> Pointer=0 | volcart::Transform3D | pure virtual |
composable() const -> bool | volcart::Transform3D | virtual |
Compose(const Pointer &lhs, const Pointer &rhs) -> std::pair< Pointer, Pointer > | volcart::Transform3D | static |
compose_(const Pointer &rhs) const -> Pointer | volcart::Transform3D | protectedvirtual |
Deserialize(const Metadata &meta) -> Pointer | volcart::Transform3D | protectedstatic |
from_meta_(const Metadata &meta)=0 | volcart::Transform3D | protectedpure virtual |
Identifier typedef | volcart::Transform3D | |
invert() const -> Pointer | volcart::Transform3D | virtual |
invertible() const -> bool | volcart::Transform3D | virtual |
Load(const filesystem::path &path) -> Pointer | volcart::Transform3D | static |
Metadata typedef | volcart::Transform3D | protected |
operator=(Transform3D &&other) -> Transform3D &=delete | volcart::Transform3D | |
operator=(const Transform3D &other) -> Transform3D &=default | volcart::Transform3D | protected |
Pointer typedef | volcart::Transform3D | |
reset()=0 | volcart::Transform3D | pure virtual |
Save(const filesystem::path &path, const Pointer &transform) | volcart::Transform3D | static |
Serialize(const Pointer &transform) -> Metadata | volcart::Transform3D | protectedstatic |
source(const std::string &src) | volcart::Transform3D | |
source() const -> std::string | volcart::Transform3D | |
src_ | volcart::Transform3D | private |
target(const std::string &tgt) | volcart::Transform3D | |
target() const -> std::string | volcart::Transform3D | |
tgt_ | volcart::Transform3D | private |
to_meta_(Metadata &meta)=0 | volcart::Transform3D | protectedpure virtual |
Transform3D(Transform3D &&)=delete | volcart::Transform3D | |
Transform3D()=default | volcart::Transform3D | protected |
Transform3D(const Transform3D &)=default | volcart::Transform3D | protected |
TYPE | volcart::Transform3D | static |
type() const -> std::string_view=0 | volcart::Transform3D | pure virtual |
~Transform3D()=default | volcart::Transform3D | virtual |