Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetNumberOfArrays
Method
GetNumberOfArrays
Common/DataModel/vtkArrayData.cxx:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
vtkIdType vtkArrayData::GetNumberOfArrays() VTK_FUTURE_CONST
109
{
110
return static_cast<vtkIdType>(this->Implementation->Arrays.size());
111
}
112
113
vtkArray* vtkArrayData::GetArray(vtkIdType index)
114
{
Callers
15
GetArrayByName
Method · 0.95
CopyPointData
Method · 0.45
CopyCellData
Method · 0.45
FieldArrayExists
Method · 0.45
CopyAttributeData
Method · 0.45
DataSetsEqual
Function · 0.45
GetSelectionList
Method · 0.45
EqualProperties
Method · 0.45
UnionSelectionList
Method · 0.45
SubtractSelectionList
Method · 0.45
ComputeRequiredArrays
Method · 0.45
InternalCopyAllocate
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
2
DataSetsEqual
Function · 0.36
TestFieldList
Function · 0.36