3D-ICE 3.0.0
Data Fields
Layer_t Struct Reference

Structure used to store data about the layers that compose the 2D/3D stack. More...

#include <layer.h>

Data Fields

CellDimension_t Height
 
Material_t Material
 
String_t Id
 
String_t LayoutFileName
 
MaterialElementList_t MaterialLayout
 
CellIndex_t Discr_X
 
CellIndex_t Discr_Y
 

Detailed Description

Layers are used to build dies os as stack elements

Definition at line 71 of file layer.h.

Field Documentation

◆ Discr_X

CellIndex_t Layer_t::Discr_X

Layer discretization level at the west-east X coordinate

Definition at line 95 of file layer.h.

◆ Discr_Y

CellIndex_t Layer_t::Discr_Y

Layer discretization level at the north-south Y coordinate

Definition at line 99 of file layer.h.

◆ Height

CellDimension_t Layer_t::Height

The heigh of the layer in $ \mu m $ (1 cell)

Definition at line 75 of file layer.h.

◆ Id

String_t Layer_t::Id

The Id given to the layer if declared for stack element

Definition at line 83 of file layer.h.

◆ LayoutFileName

String_t Layer_t::LayoutFileName

The name of the file storing a material layout

Definition at line 87 of file layer.h.

◆ Material

Material_t Layer_t::Material

The material composing the layer

Definition at line 79 of file layer.h.

◆ MaterialLayout

MaterialElementList_t Layer_t::MaterialLayout

The list of the material layout

Definition at line 91 of file layer.h.


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