SPH
|
Interface for mesh exporters. More...
#include <MeshFile.h>
Public Member Functions | |
virtual Outcome | save (const Path &path, ArrayView< const Triangle > triangles)=0 |
virtual Expected< Array< Triangle > > | load (const Path &path)=0 |
![]() | |
virtual | ~Polymorphic () |
Interface for mesh exporters.
Definition at line 13 of file MeshFile.h.