MeshLib
 
Loading...
Searching...
No Matches
MR::IOFilter Struct Reference

#include <MRIOFilters.h>

Public Member Functions

 IOFilter ()=default
 
 IOFilter (std::string _name, std::string _ext)
 
std::partial_ordering operator<=> (const IOFilter &) const =default
 
bool isSupportedExtension (const std::string &ext) const
 

Public Attributes

std::string name
 
std::string extensions
 

Constructor & Destructor Documentation

◆ IOFilter() [1/2]

MR::IOFilter::IOFilter ( )
default

◆ IOFilter() [2/2]

MR::IOFilter::IOFilter ( std::string _name,
std::string _ext )
inline

Member Function Documentation

◆ isSupportedExtension()

bool MR::IOFilter::isSupportedExtension ( const std::string & ext) const
inlinenodiscard

◆ operator<=>()

std::partial_ordering MR::IOFilter::operator<=> ( const IOFilter & ) const
default

Member Data Documentation

◆ extensions

std::string MR::IOFilter::extensions

◆ name

std::string MR::IOFilter::name

The documentation for this struct was generated from the following file: