----------------------------------------------------------------------------
| 791 | |
| 792 | //---------------------------------------------------------------------------- |
| 793 | bool vtkCompositeDataDisplayAttributes::HasBlockArrayId(vtkDataObject* data_object) const |
| 794 | { |
| 795 | return this->BlockArrayIds.count(data_object) == std::size_t(1); |
| 796 | } |
| 797 | |
| 798 | //---------------------------------------------------------------------------- |
| 799 | bool vtkCompositeDataDisplayAttributes::HasBlockArrayIds() const |
no test coverage detected