Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetVoidPointer
Function
GetVoidPointer
Common/Core/vtkTestDataArray.h:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void* GetVoidPointer(vtkIdType valueIdx) override
68
{
69
return this->Array->GetVoidPointer(valueIdx);
70
}
71
72
protected:
73
vtkTestDataArray() { this->Array = ArrayType::New(); }
Callers
nothing calls this directly
Calls
1
GetVoidPointer
Method · 0.45
Tested by
no test coverage detected