Home
last modified time | relevance | path

Searched refs:this_ge (Results 1 – 1 of 1) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_Region.C2507 GroupingEntity *this_ge = get_entity(base); in synchronize_id_and_name() local
2508 if (this_ge == nullptr) { in synchronize_id_and_name()
2520 this_ge->property_update(id_str(), id); in synchronize_id_and_name()
2525 if (this_ge->name() != base) { in synchronize_id_and_name()
2526 this_ge->set_name(base); in synchronize_id_and_name()
2534 this_ge->property_update(db_name_str(), db_name); in synchronize_id_and_name()
2540 this_ge->property_update(orig_topo_str(), oes); in synchronize_id_and_name()
2555 size_t count = this_ge->entity_count(); in synchronize_id_and_name()
2561 if (this_ge->field_exists(field_name)) { in synchronize_id_and_name()
2574 this_ge->field_add(new_field); in synchronize_id_and_name()
[all …]