SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Member Functions | Static Public Member Functions | List of all members
smtk::io::ImportMesh Class Reference

Import an entire SMTK mesh resource from a file, or just sub-sections. More...

#include <ImportMesh.h>

Public Member Functions

ImportMeshoperator= (const ImportMesh &)=delete
 
 ImportMesh (const ImportMesh &)=delete
 
smtk::mesh::ResourcePtr operator() (const std::string &filePath, const smtk::mesh::InterfacePtr &interface, std::string domainPropertyName=std::string()) const
 
bool operator() (const std::string &filePath, smtk::mesh::ResourcePtr resource, std::string domainPropertyName=std::string()) const
 
smtk::io::mesh::Format fileFormat (const std::string &filePath)
 

Static Public Member Functions

static std::vector< smtk::io::mesh::MeshIOPtr > & SupportedIOTypes ()
 
static bool ExtensionIsSupported (const std::string &ext)
 

Detailed Description

Import an entire SMTK mesh resource from a file, or just sub-sections.


The documentation for this class was generated from the following files: