------------------------------------------------------------------------------
| 725 | |
| 726 | //------------------------------------------------------------------------------ |
| 727 | void GeometryViewer::SetColorMapPreset(const std::string& presetName) |
| 728 | { |
| 729 | std::cout << __func__ << '(' << presetName << ')' << std::endl; |
| 730 | this->P->ColorMapPreset = presetName; |
| 731 | this->P->UpdateLUT(); |
| 732 | } |
| 733 | |
| 734 | //------------------------------------------------------------------------------ |
| 735 | void GeometryViewer::SetEdgeColor(int r, int g, int b) |