MIRA
Public Member Functions | Public Attributes | List of all members
MeshFactory::MeshFormatInfo Struct Reference

Provides information for each format including a human readable description (e.g. More...

#include <visualization/3d/MeshFactory.h>

Public Member Functions

 MeshFormatInfo ()
 
 MeshFormatInfo (const std::string &iDescription, const std::string &iExtension)
 

Public Attributes

std::string description
 the human readable description of the format More...
 
std::string extension
 the file extension More...
 

Detailed Description

Provides information for each format including a human readable description (e.g.

"Stereolithography") and the typical file extension.

Constructor & Destructor Documentation

◆ MeshFormatInfo() [1/2]

MeshFormatInfo ( )
inline

◆ MeshFormatInfo() [2/2]

MeshFormatInfo ( const std::string &  iDescription,
const std::string &  iExtension 
)
inline

Member Data Documentation

◆ description

std::string description

the human readable description of the format

◆ extension

std::string extension

the file extension


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