CortidQCT  1.2.2.52
Namespaces | Functions
SIMesh.cpp File Reference

This file contains the implementation of the SIMesh file writer. More...

#include "SIMesh.h"
#include "Mesh.h"
#include "MeshHelpers.h"
#include "Optional.h"
#include <Eigen/Core>
#include <igl/adjacency_list.h>
#include <igl/edges.h>
#include <fstream>
#include <sstream>
Include dependency graph for SIMesh.cpp:

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 implementation of the SIMesh file writer.

Author
Stefan Reinhold