|
SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
This is an empty class used by geometry providers to specify their interface. More...
#include <Backend.h>
Public Types | |
| using | index_t = std::size_t |
Public Member Functions | |
| virtual index_t | index () const |
| Index is a compile-time intrinsic of the derived backend. It is used for disambiguation of backends. | |
| virtual std::string | name () const =0 |
| As a convenience (for serialization and presentation), each backend should provide a unique name. | |
This is an empty class used by geometry providers to specify their interface.
1.8.17