------------------------------------------------------------------------------
| 750 | |
| 751 | //------------------------------------------------------------------------------ |
| 752 | int vtkDataSetAttributesFieldList::GetNumberOfArrays() |
| 753 | { |
| 754 | auto& internals = *this->Internals; |
| 755 | return static_cast<int>(internals.Fields.size()); |
| 756 | } |
| 757 | |
| 758 | //------------------------------------------------------------------------------ |
| 759 | void vtkDataSetAttributesFieldList::BuildPrototype( |
no test coverage detected