Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ PushImageToQueue
Function
PushImageToQueue
IO/Asynchronous/vtkThreadedImageWriter.cxx:172–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void PushImageToQueue(vtkSmartPointer<vtkImageData>&& data, std::string&& filename)
173
{
174
this->Queue->Push(std::move(data), std::move(filename));
175
}
176
};
177
178
vtkStandardNewMacro(vtkThreadedImageWriter);
Callers
nothing calls this directly
Calls
1
Push
Method · 0.45
Tested by
no test coverage detected