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

Method SetImportVoidPointer

IO/Image/vtkImageImport.cxx:280–283  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

278
279//------------------------------------------------------------------------------
280void vtkImageImport::SetImportVoidPointer(void* ptr)
281{
282 this->SetImportVoidPointer(ptr, 1);
283}
284
285//------------------------------------------------------------------------------
286void vtkImageImport::SetImportVoidPointer(void* ptr, int save)

Callers 5

CopyImportVoidPointerMethod · 0.95
ImportExportFunction · 0.80
TestPassthroughFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 1

TestPassthroughFunction · 0.64