|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_SHAPE_ALIGNMENTRESULT_HPP
30 #define CDPL_SHAPE_ALIGNMENTRESULT_HPP
97 std::size_t refShapeSetIdx;
98 std::size_t refShapeIdx;
99 std::size_t algdShapeIdx;
100 double refSelfOverlap;
101 double refColSelfOverlap;
102 double algdSelfOverlap;
103 double algdColSelfOverlap;
110 #endif // CDPL_SHAPE_ALIGNMENTRESULT_HPP
double getColorOverlap() const
double getReferenceColorSelfOverlap() const
std::size_t getReferenceShapeSetIndex() const
void setAlignedShapeIndex(std::size_t idx)
std::size_t getAlignedShapeIndex() const
void setColorOverlap(double overlap)
CDPL_SHAPE_API void transform(GaussianShape &shape, const Math::Matrix4D &xform)
double getOverlap() const
void setReferenceShapeIndex(std::size_t idx)
double getReferenceSelfOverlap() const
double getAlignedSelfOverlap() const
void setScore(double score)
void setAlignedColorSelfOverlap(double overlap)
#define CDPL_SHAPE_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
const Math::Matrix4D & getTransform() const
void setReferenceSelfOverlap(double overlap)
void setTransform(const Math::Matrix4D &xform)
The namespace of the Chemical Data Processing Library.
Definition of the preprocessor macro CDPL_SHAPE_API.
void setAlignedSelfOverlap(double overlap)
Definition: AlignmentResult.hpp:45
Definition of matrix data types.
std::size_t getReferenceShapeIndex() const
double getAlignedColorSelfOverlap() const
void setReferenceShapeSetIndex(std::size_t idx)
void setReferenceColorSelfOverlap(double overlap)
void setOverlap(double overlap)