protected Layer(LayerConfig config) { m_bSuccessfullyInitialised = false; m_config = config; }
protected Layer() { m_bSuccessfullyInitialised = false; m_config = new LayerConfig(); }