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

Method FindData

Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx:255–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255vtkDataSet* vtkGPUVolumeRayCastMapper::FindData(int port, DataMap& container)
256{
257 const auto it = container.find(port);
258 if (it == container.cend())
259 {
260 return nullptr;
261 }
262 return it->second;
263}
264
265void vtkGPUVolumeRayCastMapper::CloneInputs()
266{

Callers 2

CloneInputMethod · 0.95
GetTransformedInputMethod · 0.95

Calls 2

findMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected