SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Types | Public Member Functions | List of all members
smtk::geometry::Backend Class Referenceabstract

This is an empty class used by geometry providers to specify their interface. More...

#include <Backend.h>

Inheritance diagram for smtk::geometry::Backend:
[legend]

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.
 

Detailed Description

This is an empty class used by geometry providers to specify their interface.

See also
smtk::extension::vtk::source::Backend

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