MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetTitleColor

Method GetTitleColor

Remoting/Views/vtkPVPlotMatrixView.cxx:615–620  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

613
614//----------------------------------------------------------------------------
615double* vtkPVPlotMatrixView::GetTitleColor()
616{
617 // FIXME: Do we need this style of API? It means keeping around a double[3]
618 // in order to support it. I don't like it, and would rather avoid it.
619 return this->PlotMatrix ? this->PlotMatrix->GetTitleProperties()->GetColor() : nullptr;
620}
621
622//----------------------------------------------------------------------------
623int vtkPVPlotMatrixView::GetTitleAlignment()

Callers

nothing calls this directly

Calls 1

GetColorMethod · 0.45

Tested by

no test coverage detected