1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: _matplotlib
Index: VTK-9.1.0/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
===================================================================
--- VTK-9.1.0.orig/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
+++ VTK-9.1.0/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
@@ -197,6 +197,10 @@ private:
* to implement IsAvailable.
*/
static Availability CheckMPLAvailability();
+ static void DisableMPL()
+ {
+ MPLMathTextAvailable = UNAVAILABLE;
+ };
///@{
/**
|