----------------------------------------------------------------------------
| 737 | |
| 738 | //---------------------------------------------------------------------------- |
| 739 | bool vtkCompositeDataDisplayAttributes::HasBlockArrayComponent(vtkDataObject* data_object) const |
| 740 | { |
| 741 | |
| 742 | return this->BlockArrayComponents.count(data_object) == std::size_t(1); |
| 743 | } |
| 744 | |
| 745 | //---------------------------------------------------------------------------- |
| 746 | bool vtkCompositeDataDisplayAttributes::HasBlockArrayComponents() const |
no test coverage detected