This is an example of how to use the path modifier methods.
void PathModifiersUseCase() {
Path* inputPath = this->GetPath(<< Specified
Robot* >>);
std::string pmLabel = "ShortcuttingPathModifier";
auto pm = this->GetPathModifier(pmLabel);
pm->Modify(*inputPath, outputPath);
}