Tatooine
Functions
detail::edgeset Namespace Reference

Functions

template<typename MeshCont >
auto write_container_to_vtk (MeshCont const &edgesets, std::filesystem::path const &path, std::string const &title="tatooine edgeset")
 
template<typename Real , std::size_t NumDimensions>
auto write_to_vtp (edgeset< Real, NumDimensions > const &es, std::filesystem::path const &path)
 
auto write_container_to_vtp (range auto const &edgesets, std::filesystem::path const &path)
 

Function Documentation

◆ write_container_to_vtk()

template<typename MeshCont >
auto detail::edgeset::write_container_to_vtk ( MeshCont const &  edgesets,
std::filesystem::path const &  path,
std::string const &  title = "tatooine edgeset" 
)

◆ write_container_to_vtp()

auto detail::edgeset::write_container_to_vtp ( range auto const &  edgesets,
std::filesystem::path const &  path 
)

◆ write_to_vtp()

template<typename Real , std::size_t NumDimensions>
auto detail::edgeset::write_to_vtp ( edgeset< Real, NumDimensions > const &  es,
std::filesystem::path const &  path 
)