MCPcopy Create free account
hub / github.com/Kitware/VTK / HasConsumerNoInputPort

Method HasConsumerNoInputPort

Filters/Temporal/vtkDataObjectMeshCache.cxx:607–610  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

605
606//------------------------------------------------------------------------------
607bool vtkDataObjectMeshCache::HasConsumerNoInputPort() const
608{
609 return this->Consumer->GetNumberOfInputPorts() == 0;
610}
611
612VTK_ABI_NAMESPACE_END

Callers 1

CopyCacheToDataObjectMethod · 0.95

Calls 1

GetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected