This file contains mesh <-> Eigen matrix adaptors.  
More...
#include "Mesh.h"
#include <Eigen/Core>
#include <gsl/gsl>
 
Go to the source code of this file.
 | 
| 
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) | 
|   | 
This file contains mesh <-> Eigen matrix adaptors. 
- Author
 - Stefan Reinhold 
 
- Copyright
 - Copyright (C) 2018 Stefan Reinhold – All Rights Reserved. You may use, distribute and modify this code under the terms of the AFL 3.0 license; see LICENSE for full license details.