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

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

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

Public Member Functions

 ogf_register_grob_tool ()
 Registers a new Tool associated with a Grob. More...
 

Detailed Description

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

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

Template Parameters
T1the Grob class
T2the Tool class

Definition at line 585 of file scene_graph_library.h.

Constructor & Destructor Documentation

◆ ogf_register_grob_tool()

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

Registers a new Tool associated with a Grob.

Example:

ogf_register_grob_tool<Mesh, MeshGrobTransformComponent>();

Definition at line 595 of file scene_graph_library.h.


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