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

Method GetCommunicator

Rendering/LICOpenGL2/vtkLineIntegralConvolution2D.cxx:1164–1171  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1162
1163//------------------------------------------------------------------------------
1164vtkPainterCommunicator* vtkLineIntegralConvolution2D::GetCommunicator()
1165{
1166 if (this->Comm == nullptr)
1167 {
1168 this->Comm = new vtkPainterCommunicator;
1169 }
1170 return this->Comm;
1171}
1172
1173//------------------------------------------------------------------------------
1174vtkTextureObject* vtkLineIntegralConvolution2D::Execute(

Callers 7

ExecuteMethod · 0.95
RenderPieceMethod · 0.45
RenderMethod · 0.45
CompletedGeometryMethod · 0.45
GatherVectorsMethod · 0.45
ApplyLICMethod · 0.45
CombineColorsAndLICMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected