Graphite  Version 3
An experimental 3D geometry processing program
OGF::ogf_register_grob_commands< 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_commands ()
 Registers a new Commands associated with a Grob. More...
 

Detailed Description

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

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

Template Parameters
T1the Grob class
T2the Commands class

Definition at line 563 of file scene_graph_library.h.

Constructor & Destructor Documentation

◆ ogf_register_grob_commands()

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

Registers a new Commands associated with a Grob.

Example:

ogf_register_grob_commands<Mesh, MeshSurfaceCommands>();

Definition at line 573 of file scene_graph_library.h.


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