struct mp2p_icp_filters::FilterRenameLayer::Parameters

Overview

#include <FilterRenameLayer.h>

struct Parameters
{
    // fields

    std::string input_layer;
    std::string output_layer;
    bool fail_if_input_layer_does_not_exist = true;

    // methods

    void load_from_yaml(const mrpt::containers::yaml& c);
};

Fields

std::string input_layer

The current name of the layer to be renamed.

std::string output_layer

The new name for the layer.

bool fail_if_input_layer_does_not_exist = true

Can be set false to silently ignore missing input layers