MCPcopy Create free account
hub / github.com/Kitware/VTK / IsAvailable

Method IsAvailable

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx:157–160  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 5

GetFontPropertiesMethod · 0.95
GetMetricsMethod · 0.95
RenderStringMethod · 0.95
StringToPathMethod · 0.95
MathTextIsSupportedMethod · 0.45

Calls 1

CheckMPLAvailabilityMethod · 0.95

Tested by

no test coverage detected