dynLattice
Loading...
Searching...
No Matches
Functions
_declareModels.h File Reference

Model factory registration declarations. More...

Include dependency graph for _declareModels.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void declareModels ()
 Register all model types with their respective factories.
 

Detailed Description

Author
Til Gärtner

Function Documentation

◆ declareModels()

void declareModels ( )

This function registers all available model types in the dynLattice framework with the ModelFactory system, enabling their creation through configuration files. Must be called during application initialization.