opengate.postprocessors.utility =============================== .. py:module:: opengate.postprocessors.utility Functions --------- .. autoapisummary:: opengate.postprocessors.utility.get_table_column opengate.postprocessors.utility.get_table_column_names opengate.postprocessors.utility.get_node_name opengate.postprocessors.utility.set_node_name opengate.postprocessors.utility.get_node_path opengate.postprocessors.utility.get_group_name opengate.postprocessors.utility.get_nodes_in_group opengate.postprocessors.utility.filter_nodes opengate.postprocessors.utility.get_parent opengate.postprocessors.utility.create_hard_links_to_nodes_in_group opengate.postprocessors.utility.get_create_function Module Contents --------------- .. py:function:: get_table_column(table, column_name) .. py:function:: get_table_column_names(table) .. py:function:: get_node_name(node) .. py:function:: set_node_name(node, name) .. py:function:: get_node_path(node, strip_leading_slash=False) .. py:function:: get_group_name(group) .. py:function:: get_nodes_in_group(group, node_type=None, node_name=None, condition_functions=None) .. py:function:: filter_nodes(nodes, node_type=None, node_name=None, condition_functions=None) .. py:function:: get_parent(node) .. py:function:: create_hard_links_to_nodes_in_group(where_group, target_group) .. py:function:: get_create_function(file_handle, which)