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

Method SetAssemblyStatus

IO/Exodus/vtkExodusIIReader.cxx:3642–3651  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3640
3641//------------------------------------------------------------------------------
3642void vtkExodusIIReaderPrivate::SetAssemblyStatus(int idx, int on)
3643{
3644 std::vector<int> blkIndices = this->AssemblyInfo[idx].BlockIndices;
3645
3646 // update the block status for all the blocks in this material
3647 for (unsigned int i = 0; i < blkIndices.size(); i++)
3648 {
3649 this->SetUnsortedObjectStatus(vtkExodusIIReader::ELEM_BLOCK, blkIndices[i], on);
3650 }
3651}
3652
3653//------------------------------------------------------------------------------
3654void vtkExodusIIReaderPrivate::SetAssemblyStatus(const vtkStdString& name, int flag)

Callers 1

Calls 2

sizeMethod · 0.45

Tested by

no test coverage detected