36 #ifndef PCL_TRANSFORMS_H_
37 #define PCL_TRANSFORMS_H_
53 template <
typename Po
intT>
void
56 const Eigen::Affine3f &transform);
66 template <
typename Po
intT>
void
68 const std::vector<int> &indices,
70 const Eigen::Affine3f &transform);
78 template <
typename Po
intT>
void
81 const Eigen::Affine3f &transform);
90 template <
typename Po
intT>
void
93 const Eigen::Matrix4f &transform);
102 template <
typename Po
intT>
void
105 const Eigen::Matrix4f &transform);
114 template <
typename Po
intT>
inline void
117 const Eigen::Vector3f &offset,
118 const Eigen::Quaternionf &rotation);
127 template <
typename Po
intT>
inline void
130 const Eigen::Vector3f &offset,
131 const Eigen::Quaternionf &rotation);
138 template <
typename Po
intT>
inline PointT
145 #endif // PCL_TRANSFORMS_H_