splinepy.microstructure.tiles.get#

splinepy.microstructure.tiles.get(key)[source]#

Returns initialized tile object based that corresponds to given str key.

Parameters:

key (str) – Name of a tile in str

Returns:

tile – Initialized, derived tile.

Return type:

TileBase