메소드 | 설명 | |
---|---|---|
CalculateDepth ( BasicNetwork network ) : System |
Construct the depth calculation object.
|
|
GetDepth ( ILayer layer ) : int |
Get the depth for a specific layer.
|
메소드 | 설명 | |
---|---|---|
Calculate ( int currentDepth, ILayer layer ) : void |
Called internally to calculate a depth.
|
public CalculateDepth ( BasicNetwork network ) : System | ||
network | BasicNetwork | The network that we are calculating for. |
리턴 | System |
public GetDepth ( ILayer layer ) : int | ||
layer | ILayer | The layer to get the depth for. |
리턴 | int |