Volume Cartographer 2.27.0
|
This is the complete list of members for volcart::AffineTransform, including all inherited members.
AffineTransform()=default | volcart::AffineTransform | private |
applyPoint(const cv::Vec3d &point) const -> cv::Vec3d final | volcart::AffineTransform | 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 final | volcart::AffineTransform | virtual |
clear() | volcart::Transform3D | |
clone() const -> Transform3D::Pointer final | volcart::AffineTransform | virtual |
composable() const -> bool final | volcart::AffineTransform | virtual |
Compose(const Pointer &lhs, const Pointer &rhs) -> std::pair< Pointer, Pointer > | volcart::Transform3D | static |
compose_(const Transform3D::Pointer &rhs) const -> Transform3D::Pointer final | volcart::AffineTransform | privatevirtual |
Deserialize(const Metadata &meta) -> Pointer | volcart::Transform3D | protectedstatic |
from_meta_(const Metadata &meta) final | volcart::AffineTransform | privatevirtual |
Identifier typedef | volcart::Transform3D | |
invert() const -> Transform3D::Pointer final | volcart::AffineTransform | virtual |
invertible() const -> bool final | volcart::AffineTransform | virtual |
Load(const filesystem::path &path) -> Pointer | volcart::Transform3D | static |
Metadata typedef | volcart::Transform3D | protected |
New() -> Pointer | volcart::AffineTransform | static |
operator=(Transform3D &&other) -> Transform3D &=delete | volcart::Transform3D | |
operator=(const Transform3D &other) -> Transform3D &=default | volcart::Transform3D | protected |
Parameters typedef | volcart::AffineTransform | |
params() const -> Parameters | volcart::AffineTransform | |
params(const Parameters ¶ms) | volcart::AffineTransform | |
params_ | volcart::AffineTransform | private |
Pointer typedef | volcart::AffineTransform | |
reset() final | volcart::AffineTransform | virtual |
rotate(double angle, double ax, double ay, double az) | volcart::AffineTransform | |
rotate(const double angle, cv::Vec< Tp, Cn > axis) | volcart::AffineTransform | inline |
Save(const filesystem::path &path, const Pointer &transform) | volcart::Transform3D | static |
scale(double sx, double sy, double sz) | volcart::AffineTransform | |
scale(double s) | volcart::AffineTransform | |
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) final | volcart::AffineTransform | privatevirtual |
Transform3D(Transform3D &&)=delete | volcart::Transform3D | |
Transform3D()=default | volcart::Transform3D | protected |
Transform3D(const Transform3D &)=default | volcart::Transform3D | protected |
translate(double x, double y, double z) | volcart::AffineTransform | |
translate(const cv::Vec< Tp, Cn > &translation) | volcart::AffineTransform | inline |
type() const -> std::string_view final | volcart::AffineTransform | virtual |
TYPE | volcart::AffineTransform | static |
~Transform3D()=default | volcart::Transform3D | virtual |