20 void writeToSIMesh(Mesh<T> 
const &mesh, std::string 
const &filename,
    21                    bool includeLabels = 
false);
    24 Mesh<T> readFromSIMesh(std::string 
const &filename, 
bool withLabels = 
true);
    26 extern template void writeToSIMesh<float>(Mesh<float> 
const &,
    27                                           std::string 
const &, bool);
    28 extern template void writeToSIMesh<double>(Mesh<double> 
const &,
    29                                            std::string 
const &, bool);
    31 extern template Mesh<float> readFromSIMesh<float>(std::string 
const &, bool);
    32 extern template Mesh<double> readFromSIMesh<double>(std::string 
const &, bool);
 Name namespace for CortidQCT library. 
Definition: CortidQCT.h:23
 
Include file defining the Mesh data type.