v0.16.0
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
make_mesh_png.py File Reference

Go to the source code of this file.

Namespaces

namespace  make_mesh_png
 

Functions

 make_mesh_png.expand_input_files (inputs)
 
 make_mesh_png.filter_vtk_files (files)
 
 make_mesh_png.select_field_component (mesh, field_name, component)
 
 make_mesh_png.get_cmap ()
 
 make_mesh_png.get_scalar_name (mesh, args)
 
 make_mesh_png.make_plotter (mesh, args, off_screen=True)
 
 make_mesh_png.extract_surface (mesh)
 
 make_mesh_png.scalar_values (data)
 
 make_mesh_png.vector_values (data, field_name)
 
 make_mesh_png.make_glyph_source (mesh, args)
 
 make_mesh_png.make_glyph_mesh (glyph_source, args)
 
 make_mesh_png.values_to_rgb (values)
 
 make_mesh_png.make_edge_positions (triangle_points)
 
 make_mesh_png.make_glyph_surface_payload (mesh, args, center, radius)
 
 make_mesh_png.make_widget_payload (file, mesh, args)
 
 make_mesh_png.make_widget_html (payload)
 
 make_mesh_png.read_mesh (file, args)
 
 make_mesh_png.make_png (file, mesh, args)
 
 make_mesh_png.make_widget (file, mesh, args)
 
 make_mesh_png.make_outputs (file, args)
 
 make_mesh_png.maybe_start_virtual_display ()
 

Variables

str make_mesh_png.GLYPH_VECTOR_NAME = "__glyph_vectors"
 
 make_mesh_png.parser
 
 make_mesh_png.help
 
 make_mesh_png.nargs
 
 make_mesh_png.dest
 
 make_mesh_png.default
 
 make_mesh_png.type
 
 make_mesh_png.action
 
 make_mesh_png.args = parser.parse_args()
 
 make_mesh_png.file_list = filter_vtk_files(expand_input_files(args.files))
 
 make_mesh_png.display = maybe_start_virtual_display()