OpenABF 2.1.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
OpenABF::io_formats::PLY Struct Reference

PLY Polygon file format More...

Static Public Member Functions

static auto Extensions () -> std::vector< std::string_view >
 List of recognized file format extensions.
 
template<typename MeshType >
static auto Read (std::istream &is, MeshType &mesh)
 
template<typename MeshType >
static void Write (std::ostream &os, MeshType &mesh)
 

Detailed Description

PLY Polygon file format

Read support:

Write support:

See also
PLY - Polygon File Format by Paul Bourke

Member Function Documentation

◆ Read()

template<typename MeshType >
static auto OpenABF::io_formats::PLY::Read ( std::istream &  is,
MeshType mesh 
)
inlinestatic

Read the file stream into the provided object

◆ Write()

template<typename MeshType >
static void OpenABF::io_formats::PLY::Write ( std::ostream &  os,
MeshType mesh 
)
inlinestatic

Write the provided object to the given file stream