CortidQCT  1.2.2.52
Namespaces | Functions
SIMesh.h File Reference

This file contains the definition of the SIMesh writer function. More...

#include "Mesh.h"
Include dependency graph for SIMesh.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 >
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)
 

Detailed Description

This file contains the definition of the SIMesh writer function.

Author
Stefan Reinhold