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

Method GetDataSetIndexForEntity

IO/IOSS/vtkIOSSReaderInternal.h:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550 vtkSmartPointer<vtkAbstractArray> ConvertFieldForVTK(vtkAbstractArray* array);
551
552 unsigned int GetDataSetIndexForEntity(const Ioss::GroupingEntity* entity) const
553 {
554 return this->DatasetIndexMap.at(std::make_pair(entity->type(), entity->name()));
555 }
556
557 /// Add field-data arrays holding side-set specifications
558 /// (i.e., (cell-id, side-id) tuples) for use by the

Callers 1

BuildAssemblyMethod · 0.95

Calls 3

atMethod · 0.45
typeMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected