MCPcopy 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
108vtkIdType vtkArrayData::GetNumberOfArrays() VTK_FUTURE_CONST
109{
110 return static_cast<vtkIdType>(this->Implementation->Arrays.size());
111}
112
113vtkArray* vtkArrayData::GetArray(vtkIdType index)
114{

Callers 15

GetArrayByNameMethod · 0.95
CopyPointDataMethod · 0.45
CopyCellDataMethod · 0.45
FieldArrayExistsMethod · 0.45
CopyAttributeDataMethod · 0.45
DataSetsEqualFunction · 0.45
GetSelectionListMethod · 0.45
EqualPropertiesMethod · 0.45
UnionSelectionListMethod · 0.45
SubtractSelectionListMethod · 0.45
ComputeRequiredArraysMethod · 0.45
InternalCopyAllocateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

DataSetsEqualFunction · 0.36
TestFieldListFunction · 0.36