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