------------------------------------------------------------------------------
| 155 | |
| 156 | //------------------------------------------------------------------------------ |
| 157 | bool vtkMatplotlibMathTextUtilities::IsAvailable() |
| 158 | { |
| 159 | return this->CheckMPLAvailability() == AVAILABLE; |
| 160 | } |
| 161 | |
| 162 | //------------------------------------------------------------------------------ |
| 163 | vtkMatplotlibMathTextUtilities::vtkMatplotlibMathTextUtilities() |
no test coverage detected