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

Method GetPointer

Common/Core/vtkVariantArray.cxx:764–767  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

762
763//------------------------------------------------------------------------------
764vtkVariantArray::ValueType* vtkVariantArray::GetPointer(vtkIdType id)
765{
766 return this->Array + id;
767}
768
769//------------------------------------------------------------------------------
770void vtkVariantArray::SetArray(ValueType* arr, vtkIdType size, int save, int deleteMethod)

Callers 2

GetVoidPointerMethod · 0.95
LookupValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected