| 
| 
template<class T >  | 
| void  | CortidQCT::Internal::writeToSIMesh (Mesh< T > const &mesh, std::string const &filename, bool includeLabels) | 
|   | 
| 
template<class T >  | 
| Mesh< T >  | CortidQCT::Internal::readFromSIMesh (std::string const &filename, bool withLabels) | 
|   | 
| 
template void  | CortidQCT::Internal::writeToSIMesh< float > (Mesh< float > const &, std::string const &, bool) | 
|   | 
| 
template void  | CortidQCT::Internal::writeToSIMesh< double > (Mesh< double > const &, std::string const &, bool) | 
|   | 
| 
template Mesh< float >  | CortidQCT::Internal::readFromSIMesh< float > (std::string const &, bool) | 
|   | 
| 
template Mesh< double >  | CortidQCT::Internal::readFromSIMesh< double > (std::string const &, bool) | 
|   | 
This file contains the implementation of the SIMesh file writer. 
- 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.