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

Method GetSelector

IO/IOSS/vtkIOSSReader.cxx:966–975  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

964
965//----------------------------------------------------------------------------
966const char* vtkIOSSReader::GetSelector(int index) const
967{
968 auto& internals = (*this->Internals);
969 if (index >= 0 && index < this->GetNumberOfSelectors())
970 {
971 auto iter = std::next(internals.Selectors.begin(), index);
972 return iter->c_str();
973 }
974 return nullptr;
975}
976
977//----------------------------------------------------------------------------
978void vtkIOSSReader::PrintSelf(ostream& os, vtkIndent indent)

Callers 15

GetEdgeBlockSelectorFunction · 0.45
GetFaceBlockSelectorFunction · 0.45
GetElementBlockSelectorFunction · 0.45
GetNodeSetSelectorFunction · 0.45
GetEdgeSetSelectorFunction · 0.45
GetFaceSetSelectorFunction · 0.45
GetElementSetSelectorFunction · 0.45
GetSideSetSelectorFunction · 0.45
RenderChildrenMethod · 0.45
RenderMethod · 0.45
RenderPieceMethod · 0.45
RenderPieceDrawMethod · 0.45

Calls 4

GetNumberOfSelectorsMethod · 0.95
nextFunction · 0.50
beginMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected