| getAInv() const | icl::math::Projective4PointTransform | inline |
| getB() const | icl::math::Projective4PointTransform | inline |
| getC() const | icl::math::Projective4PointTransform | inline |
| getDstQuad() const | icl::math::Projective4PointTransform | |
| getSrcQuad() const | icl::math::Projective4PointTransform | |
| init(const utils::Point32f srcQuad[4], const utils::Point32f dstQuad[4]) | icl::math::Projective4PointTransform | |
| init(const utils::Rect32f &srcRect, const utils::Rect32f &dstRect=utils::Rect32f::null) | icl::math::Projective4PointTransform | |
| init(const utils::Rect &srcRect, const utils::Rect &dstRect=utils::Rect::null) | icl::math::Projective4PointTransform | |
| m_Ainv | icl::math::Projective4PointTransform | private |
| m_B | icl::math::Projective4PointTransform | private |
| m_C | icl::math::Projective4PointTransform | private |
| m_dstQuad | icl::math::Projective4PointTransform | private |
| m_srcQuad | icl::math::Projective4PointTransform | private |
| map(const std::vector< utils::Point32f > &src) | icl::math::Projective4PointTransform | |
| map(SrcForwardIterator begin, SrcForwardIterator end, DstForwardIterator dst) | icl::math::Projective4PointTransform | inline |
| mapPoint(const utils::Point32f &p) const | icl::math::Projective4PointTransform | inline |
| Projective4PointTransform() | icl::math::Projective4PointTransform | |
| Projective4PointTransform(const utils::Point32f srcQuad[4], const utils::Point32f dstQuad[4]) | icl::math::Projective4PointTransform | |
| Projective4PointTransform(const std::vector< utils::Point32f > &srcQuad, const std::vector< utils::Point32f > dstQuad) | icl::math::Projective4PointTransform | |
| Projective4PointTransform(const Mat3 &C) | icl::math::Projective4PointTransform | |
| setDstQuad(const utils::Point32f dstQuad[4]) | icl::math::Projective4PointTransform | |
| setDstQuad(const utils::Point32f &a, const utils::Point32f &b, const utils::Point32f &c, const utils::Point32f &d) | icl::math::Projective4PointTransform | |
| setSrcQuad(const utils::Point32f srcQuad[4]) | icl::math::Projective4PointTransform | |
| setSrcQuad(const utils::Point32f &a, const utils::Point32f &b, const utils::Point32f &c, const utils::Point32f &d) | icl::math::Projective4PointTransform | |