svZeroDSolver
Loading...
Searching...
No Matches
BlockFactory.h File Reference

Define the block factory functional. More...

#include <functional>
#include <vector>
#include "Block.h"
Include dependency graph for BlockFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using BlockFactoryFunc = std::function<Block*(int, Model*)>
 General functional for the creation of different types of blocks.
 

Detailed Description

Define the block factory functional.

Typedef Documentation

◆ BlockFactoryFunc

using BlockFactoryFunc = std::function<Block*(int, Model*)>

General functional for the creation of different types of blocks.