----------------------------------------------------------------------------
| 900 | |
| 901 | //---------------------------------------------------------------------------- |
| 902 | bool vtkCompositeDataDisplayAttributes::HasBlockArrayName(vtkDataObject* data_object) const |
| 903 | { |
| 904 | return this->BlockArrayNames.count(data_object) == std::size_t(1); |
| 905 | } |
| 906 | |
| 907 | //---------------------------------------------------------------------------- |
| 908 | bool vtkCompositeDataDisplayAttributes::HasBlockArrayNames() const |
no test coverage detected