#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
#include <Eigen/Dense>
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Filters |
|
|
template<typename HalfedgeGraph , typename PointMap , typename GeometryTraits > |
void | FEVV::Filters::homogeneous_transform (const HalfedgeGraph &g, PointMap &pm, const Eigen::Matrix4d &mat, const GeometryTraits >) |
| Calculate the homogeneous transformation of the vertices coordinates using the provided 4x4 homogeneous transformation matrix. More...
|
|
template<typename HalfedgeGraph , typename PointMap , typename GeometryTraits = FEVV::Geometry_traits< HalfedgeGraph >> |
void | FEVV::Filters::homogeneous_transform (const HalfedgeGraph &g, PointMap &pm, const Eigen::Matrix4d &mat) |
| Calculate the homogeneous transformation of the vertices coordinates using the provided 4x4 homogeneous transformation matrix. More...
|
|