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

Method BufferPointerCallback

IO/Image/vtkImageExport.cxx:533–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533void* vtkImageExport::BufferPointerCallback()
534{
535 if (!this->GetInput())
536 {
537 return static_cast<void*>(nullptr);
538 }
539 else
540 {
541 return this->GetInput()->GetScalarPointer();
542 }
543}
544
545int vtkImageExport::GetDataNumberOfScalarComponents()
546{

Callers 1

Calls 2

GetInputMethod · 0.95
GetScalarPointerMethod · 0.80

Tested by

no test coverage detected