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

This class is used to indicate VTK exists as a consumer of renderable geometry. More...

#include <Backend.h>

Inheritance diagram for smtk::extension::vtk::geometry::Backend:
[legend]
Collaboration diagram for smtk::extension::vtk::geometry::Backend:
[legend]

Public Types

using format_t = vtkSmartPointer< vtkDataObject >
 
- Public Types inherited from smtk::geometry::Backend
using index_t = std::size_t
 

Public Member Functions

std::string name () const override
 As a convenience (for serialization and presentation), each backend should provide a unique name.
 
- Public Member Functions inherited from smtk::geometry::Backend
virtual index_t index () const
 Index is a compile-time intrinsic of the derived backend. It is used for disambiguation of backends.
 

Detailed Description

This class is used to indicate VTK exists as a consumer of renderable geometry.

You may optionally construct the backend with a geometry provider and avoid the cost of dynamic casting each time geometry is requested for an object.


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