Exemplo n.º 1
0
 protected Layer(LayerConfig config)
 {
     m_bSuccessfullyInitialised = false;
     m_config = config;
 }
Exemplo n.º 2
0
 protected Layer()
 {
     m_bSuccessfullyInitialised = false;
     m_config = new LayerConfig();
 }