Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
508
void vtkImageExport::UpdateDataCallback()
509
{
510
if (this->GetInputAlgorithm())
511
{
512
this->GetInputAlgorithm()->Update();
513
}
514
}
515
516
int* vtkImageExport::DataExtentCallback()
517
{
Callers
1
UpdateDataCallbackFunction
Method · 0.80
Calls
2
GetInputAlgorithm
Method · 0.95
Update
Method · 0.45
Tested by
no test coverage detected