Graphite  Version 3
An experimental 3D geometry processing program
OGF::ogf_register_grob_interface< T1, T2 > Class Template Reference

Helper class to register a new Commands associated with a Grob. More...

#include <OGF/scene_graph/types/scene_graph_library.h>

Public Member Functions

 ogf_register_grob_interface ()
 Registers a new Interface associated with a Grob. More...
 

Detailed Description

template<class T1, class T2>
class OGF::ogf_register_grob_interface< T1, T2 >

Helper class to register a new Commands associated with a Grob.

Template Parameters
T1the Grob class
T2the Commands class

Definition at line 541 of file scene_graph_library.h.

Constructor & Destructor Documentation

◆ ogf_register_grob_interface()

template<class T1 , class T2 >
OGF::ogf_register_grob_interface< T1, T2 >::ogf_register_grob_interface ( )
inline

Registers a new Interface associated with a Grob.

Example:

ogf_register_grob_commands<Mesh, MeshEditorInterface>();

Definition at line 551 of file scene_graph_library.h.


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