CortidQCT  1.2.2.52
Namespaces | Functions
MeshAdaptors.h File Reference

This file contains mesh <-> Eigen matrix adaptors. More...

#include "Mesh.h"
#include <Eigen/Core>
#include <gsl/gsl>
Include dependency graph for MeshAdaptors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CortidQCT
 Name namespace for CortidQCT library.
 

Functions

template<class T >
Eigen::Map< Eigen::Matrix< T, 3, Eigen::Dynamic > const > CortidQCT::Internal::Adaptor::vertexMap (Mesh< T > const &mesh)
 
template<class T >
Eigen::Map< Eigen::Matrix< T, 3, Eigen::Dynamic > > CortidQCT::Internal::Adaptor::vertexMap (Mesh< T > &mesh)
 
template<class T >
Eigen::Map< Eigen::Matrix< T, 3, Eigen::Dynamic > const > CortidQCT::Internal::Adaptor::vertexNormalMap (Mesh< T > const &mesh)
 
template<class T >
Eigen::Map< Eigen::Matrix< T, 3, Eigen::Dynamic > > CortidQCT::Internal::Adaptor::vertexNormalMap (Mesh< T > &mesh)
 
template<class T >
Eigen::Map< Eigen::Matrix< typename Mesh< T >::Index, 3, Eigen::Dynamic > const > CortidQCT::Internal::Adaptor::indexMap (Mesh< T > const &mesh)
 
template<class T >
Eigen::Map< Eigen::Matrix< typename Mesh< T >::Index, 3, Eigen::Dynamic > > CortidQCT::Internal::Adaptor::indexMap (Mesh< T > &mesh)
 
template<class T >
Eigen::Map< Eigen::Matrix< typename Mesh< T >::Label, Eigen::Dynamic, 1 > const > CortidQCT::Internal::Adaptor::labelMap (Mesh< T > const &mesh)
 
template<class T >
Eigen::Map< Eigen::Matrix< typename Mesh< T >::Label, Eigen::Dynamic, 1 > > CortidQCT::Internal::Adaptor::labelMap (Mesh< T > &mesh)
 

Detailed Description

This file contains mesh <-> Eigen matrix adaptors.

Author
Stefan Reinhold