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

Method UpdateDataCallback

IO/Image/vtkImageExport.cxx:508–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508void vtkImageExport::UpdateDataCallback()
509{
510 if (this->GetInputAlgorithm())
511 {
512 this->GetInputAlgorithm()->Update();
513 }
514}
515
516int* vtkImageExport::DataExtentCallback()
517{

Callers 1

Calls 2

GetInputAlgorithmMethod · 0.95
UpdateMethod · 0.45

Tested by

no test coverage detected