MCPcopy Create free account
hub / github.com/Kitware/ParaView / IsArrayPartial

Method IsArrayPartial

Remoting/ServerManager/vtkSMArrayListDomain.cxx:345–354  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

343
344//---------------------------------------------------------------------------
345int vtkSMArrayListDomain::IsArrayPartial(unsigned int idx)
346{
347 if (static_cast<size_t>(idx) < this->ALDInternals->DomainValues.size())
348 {
349 return this->ALDInternals->DomainValues[idx].IsPartial ? 1 : 0;
350 }
351
352 vtkErrorMacro("Index out of range: " << idx);
353 return 0;
354}
355
356//---------------------------------------------------------------------------
357int vtkSMArrayListDomain::GetDomainAssociation(unsigned int idx)

Callers 2

updateDomainMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected