MEPP2 Project
Namespaces | Functions
homogeneous_transform.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
#include <Eigen/Dense>
Include dependency graph for homogeneous_transform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Filters
 

Functions

template<typename HalfedgeGraph , typename PointMap , typename GeometryTraits >
void FEVV::Filters::homogeneous_transform (const HalfedgeGraph &g, PointMap &pm, const Eigen::Matrix4d &mat, const GeometryTraits &gt)
 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...