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

Method GetVoidPointer

Common/Core/vtkVariantArray.cxx:498–501  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

496
497//------------------------------------------------------------------------------
498void* vtkVariantArray::GetVoidPointer(vtkIdType id)
499{
500 return this->GetPointer(id);
501}
502
503//------------------------------------------------------------------------------
504void vtkVariantArray::DeepCopy(vtkAbstractArray* aa)

Callers 15

operator()Method · 0.45
TestWithArrayHandleFunction · 0.45
BuildTreeMethod · 0.45
ExportToVoidPointerMethod · 0.45
GetVariantValueMethod · 0.45
GetVoidPointerFunction · 0.45
dataFunction · 0.45
SortMethod · 0.45
SortArrayByComponentMethod · 0.45
DeepCopyMethod · 0.45

Calls 1

GetPointerMethod · 0.95

Tested by 4

TestWithArrayHandleFunction · 0.36
GetVoidPointerFunction · 0.36
MagnitudeFunction · 0.36
ImageDataLIC2DFunction · 0.36