Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Begin
Function
Begin
Common/DataModel/vtkFieldData.h:532–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
530
Iterator(vtkFieldData* dsa, const int* list = nullptr, unsigned int listSize = 0);
531
532
vtkDataArray* Begin()
533
{
534
this->Position = -1;
535
return this->Next();
536
}
537
538
vtkDataArray* Next()
539
{
Callers
nothing calls this directly
Calls
1
Next
Method · 0.45
Tested by
no test coverage detected