Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 27, 2020 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/8e7de861648cfdfbbabcec1b63392969 to your computer and use it in GitHub Desktop.
Save r-ryantm/8e7de861648cfdfbbabcec1b63392969 to your computer and use it in GitHub Desktop.
/nix/store/pgmzqb5dp24705bcvngqnl1l35vz02cm-python2.7-mayavi-4.7.1
├── bin
│   ├── mayavi2
│   └── tvtk_doc
├── lib
│   └── python2.7
│   └── site-packages
│   ├── mayavi
│   │   ├── action
│   │   │   ├── filters.py
│   │   │   ├── filters.pyc
│   │   │   ├── help.py
│   │   │   ├── help.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── modules.py
│   │   │   ├── modules.pyc
│   │   │   ├── save_load.py
│   │   │   ├── save_load.pyc
│   │   │   ├── sources.py
│   │   │   └── sources.pyc
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── components
│   │   │   ├── actor2d.py
│   │   │   ├── actor2d.pyc
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── contour.py
│   │   │   ├── contour.pyc
│   │   │   ├── custom_grid_plane.py
│   │   │   ├── custom_grid_plane.pyc
│   │   │   ├── cutter.py
│   │   │   ├── cutter.pyc
│   │   │   ├── glyph.py
│   │   │   ├── glyph.pyc
│   │   │   ├── glyph_source.py
│   │   │   ├── glyph_source.pyc
│   │   │   ├── grid_plane.py
│   │   │   ├── grid_plane.pyc
│   │   │   ├── implicit_plane.py
│   │   │   ├── implicit_plane.pyc
│   │   │   ├── implicit_widgets.py
│   │   │   ├── implicit_widgets.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── optional.py
│   │   │   ├── optional.pyc
│   │   │   ├── poly_data_normals.py
│   │   │   ├── poly_data_normals.pyc
│   │   │   ├── source_widget.py
│   │   │   ├── source_widget.pyc
│   │   │   └── ui
│   │   │   ├── actor.py
│   │   │   ├── actor.pyc
│   │   │   ├── contour.py
│   │   │   ├── contour.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── core
│   │   │   ├── adder_node.py
│   │   │   ├── adder_node.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── component.py
│   │   │   ├── component.pyc
│   │   │   ├── customize.py
│   │   │   ├── customize.pyc
│   │   │   ├── dataset_manager.py
│   │   │   ├── dataset_manager.pyc
│   │   │   ├── engine.py
│   │   │   ├── engine.pyc
│   │   │   ├── file_data_source.py
│   │   │   ├── file_data_source.pyc
│   │   │   ├── filter.py
│   │   │   ├── filter.pyc
│   │   │   ├── images
│   │   │   │   ├── add.ico
│   │   │   │   ├── add_module.png
│   │   │   │   ├── add_scene.png
│   │   │   │   ├── add_source.png
│   │   │   │   ├── file.png
│   │   │   │   ├── filter.ico
│   │   │   │   ├── image_LICENSE.txt
│   │   │   │   ├── module.ico
│   │   │   │   ├── modulemanager.ico
│   │   │   │   ├── scene.ico
│   │   │   │   └── source.ico
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lut
│   │   │   │   ├── accent.gif
│   │   │   │   ├── afmhot.gif
│   │   │   │   ├── autumn.gif
│   │   │   │   ├── binary.gif
│   │   │   │   ├── black-white.gif
│   │   │   │   ├── blue-red.gif
│   │   │   │   ├── blues.gif
│   │   │   │   ├── bone.gif
│   │   │   │   ├── brbg.gif
│   │   │   │   ├── brg.gif
│   │   │   │   ├── bugn.gif
│   │   │   │   ├── bupu.gif
│   │   │   │   ├── bwr.gif
│   │   │   │   ├── cmrmap.gif
│   │   │   │   ├── cool.gif
│   │   │   │   ├── coolwarm.gif
│   │   │   │   ├── copper.gif
│   │   │   │   ├── cubehelix.gif
│   │   │   │   ├── dark2.gif
│   │   │   │   ├── file.gif
│   │   │   │   ├── flag.gif
│   │   │   │   ├── gist_earth.gif
│   │   │   │   ├── gist_gray.gif
│   │   │   │   ├── gist_heat.gif
│   │   │   │   ├── gist_ncar.gif
│   │   │   │   ├── gist_rainbow.gif
│   │   │   │   ├── gist_stern.gif
│   │   │   │   ├── gist_yarg.gif
│   │   │   │   ├── gnbu.gif
│   │   │   │   ├── gnuplot2.gif
│   │   │   │   ├── gnuplot.gif
│   │   │   │   ├── gray.gif
│   │   │   │   ├── greens.gif
│   │   │   │   ├── greys.gif
│   │   │   │   ├── hot.gif
│   │   │   │   ├── hsv.gif
│   │   │   │   ├── inferno.gif
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── jet.gif
│   │   │   │   ├── magma.gif
│   │   │   │   ├── nipy_spectral.gif
│   │   │   │   ├── ocean.gif
│   │   │   │   ├── oranges.gif
│   │   │   │   ├── orrd.gif
│   │   │   │   ├── paired.gif
│   │   │   │   ├── pastel1.gif
│   │   │   │   ├── pastel2.gif
│   │   │   │   ├── pink.gif
│   │   │   │   ├── piyg.gif
│   │   │   │   ├── plasma.gif
│   │   │   │   ├── prgn.gif
│   │   │   │   ├── prism.gif
│   │   │   │   ├── pubu.gif
│   │   │   │   ├── pubugn.gif
│   │   │   │   ├── puor.gif
│   │   │   │   ├── purd.gif
│   │   │   │   ├── purples.gif
│   │   │   │   ├── pylab_luts.pkl
│   │   │   │   ├── rainbow.gif
│   │   │   │   ├── rdbu.gif
│   │   │   │   ├── rdgy.gif
│   │   │   │   ├── rdpu.gif
│   │   │   │   ├── rdylbu.gif
│   │   │   │   ├── rdylgn.gif
│   │   │   │   ├── README.txt
│   │   │   │   ├── reds.gif
│   │   │   │   ├── seismic.gif
│   │   │   │   ├── set1.gif
│   │   │   │   ├── set2.gif
│   │   │   │   ├── set3.gif
│   │   │   │   ├── spectral.gif
│   │   │   │   ├── spring.gif
│   │   │   │   ├── summer.gif
│   │   │   │   ├── terrain.gif
│   │   │   │   ├── vega10.gif
│   │   │   │   ├── vega20b.gif
│   │   │   │   ├── vega20c.gif
│   │   │   │   ├── vega20.gif
│   │   │   │   ├── viridis.gif
│   │   │   │   ├── winter.gif
│   │   │   │   ├── wistia.gif
│   │   │   │   ├── ylgnbu.gif
│   │   │   │   ├── ylgn.gif
│   │   │   │   ├── ylorbr.gif
│   │   │   │   └── ylorrd.gif
│   │   │   ├── lut_manager.py
│   │   │   ├── lut_manager.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── module_manager.py
│   │   │   ├── module_manager.pyc
│   │   │   ├── module.py
│   │   │   ├── module.pyc
│   │   │   ├── mouse_pick_dispatcher.py
│   │   │   ├── mouse_pick_dispatcher.pyc
│   │   │   ├── null_engine.py
│   │   │   ├── null_engine.pyc
│   │   │   ├── off_screen_engine.py
│   │   │   ├── off_screen_engine.pyc
│   │   │   ├── pipeline_base.py
│   │   │   ├── pipeline_base.pyc
│   │   │   ├── pipeline_info.py
│   │   │   ├── pipeline_info.pyc
│   │   │   ├── registry.py
│   │   │   ├── registry.pyc
│   │   │   ├── scene.py
│   │   │   ├── scene.pyc
│   │   │   ├── source.py
│   │   │   ├── source.pyc
│   │   │   ├── trait_defs.py
│   │   │   ├── trait_defs.pyc
│   │   │   ├── traits_menu.py
│   │   │   ├── traits_menu.pyc
│   │   │   ├── ui
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── engine_rich_view.py
│   │   │   │   ├── engine_rich_view.pyc
│   │   │   │   ├── engine_view.py
│   │   │   │   ├── engine_view.pyc
│   │   │   │   ├── images
│   │   │   │   │   ├── add_filter.png
│   │   │   │   │   ├── add.ico
│   │   │   │   │   ├── add_module.png
│   │   │   │   │   ├── add_scene.png
│   │   │   │   │   ├── add_source.png
│   │   │   │   │   ├── help-action.png
│   │   │   │   │   ├── image_LICENSE.txt
│   │   │   │   │   ├── m2.png
│   │   │   │   │   ├── mv2.ico
│   │   │   │   │   ├── preferences.png
│   │   │   │   │   ├── reader.png
│   │   │   │   │   └── record.png
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── lut_manager.py
│   │   │   │   ├── lut_manager.pyc
│   │   │   │   ├── mayavi_scene.py
│   │   │   │   ├── mayavi_scene.pyc
│   │   │   │   ├── module_manager.py
│   │   │   │   └── module_manager.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── filters
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── cell_derivatives.py
│   │   │   ├── cell_derivatives.pyc
│   │   │   ├── cell_to_point_data.py
│   │   │   ├── cell_to_point_data.pyc
│   │   │   ├── collection.py
│   │   │   ├── collection.pyc
│   │   │   ├── contour.py
│   │   │   ├── contour.pyc
│   │   │   ├── cut_plane.py
│   │   │   ├── cut_plane.pyc
│   │   │   ├── data_set_clipper.py
│   │   │   ├── data_set_clipper.pyc
│   │   │   ├── decimatepro.py
│   │   │   ├── decimatepro.pyc
│   │   │   ├── delaunay2d.py
│   │   │   ├── delaunay2d.pyc
│   │   │   ├── delaunay3d.py
│   │   │   ├── delaunay3d.pyc
│   │   │   ├── elevation_filter.py
│   │   │   ├── elevation_filter.pyc
│   │   │   ├── extract_edges.py
│   │   │   ├── extract_edges.pyc
│   │   │   ├── extract_grid.py
│   │   │   ├── extract_grid.pyc
│   │   │   ├── extract_tensor_components.py
│   │   │   ├── extract_tensor_components.pyc
│   │   │   ├── extract_unstructured_grid.py
│   │   │   ├── extract_unstructured_grid.pyc
│   │   │   ├── extract_vector_components.py
│   │   │   ├── extract_vector_components.pyc
│   │   │   ├── extract_vector_norm.py
│   │   │   ├── extract_vector_norm.pyc
│   │   │   ├── filter_base.py
│   │   │   ├── filter_base.pyc
│   │   │   ├── gaussian_splatter.py
│   │   │   ├── gaussian_splatter.pyc
│   │   │   ├── greedy_terrain_decimation.py
│   │   │   ├── greedy_terrain_decimation.pyc
│   │   │   ├── image_change_information.py
│   │   │   ├── image_change_information.pyc
│   │   │   ├── image_data_probe.py
│   │   │   ├── image_data_probe.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mask_points.py
│   │   │   ├── mask_points.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── optional.py
│   │   │   ├── optional.pyc
│   │   │   ├── point_to_cell_data.py
│   │   │   ├── point_to_cell_data.pyc
│   │   │   ├── poly_data_filter_base.py
│   │   │   ├── poly_data_filter_base.pyc
│   │   │   ├── poly_data_normals.py
│   │   │   ├── poly_data_normals.pyc
│   │   │   ├── quadric_decimation.py
│   │   │   ├── quadric_decimation.pyc
│   │   │   ├── select_output.py
│   │   │   ├── select_output.pyc
│   │   │   ├── set_active_attribute.py
│   │   │   ├── set_active_attribute.pyc
│   │   │   ├── stripper.py
│   │   │   ├── stripper.pyc
│   │   │   ├── threshold.py
│   │   │   ├── threshold.pyc
│   │   │   ├── transform_data.py
│   │   │   ├── transform_data.pyc
│   │   │   ├── triangle_filter.py
│   │   │   ├── triangle_filter.pyc
│   │   │   ├── tube.py
│   │   │   ├── tube.pyc
│   │   │   ├── user_defined.py
│   │   │   ├── user_defined.pyc
│   │   │   ├── vorticity.py
│   │   │   ├── vorticity.pyc
│   │   │   ├── warp_scalar.py
│   │   │   ├── warp_scalar.pyc
│   │   │   ├── warp_vector.py
│   │   │   ├── warp_vector.pyc
│   │   │   ├── wrapper.py
│   │   │   └── wrapper.pyc
│   │   ├── images
│   │   │   ├── image_LICENSE.txt
│   │   │   ├── m2_about.jpg
│   │   │   └── m2.ico
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mlab.py
│   │   ├── mlab.pyc
│   │   ├── modules
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── axes.py
│   │   │   ├── axes.pyc
│   │   │   ├── contour_grid_plane.py
│   │   │   ├── contour_grid_plane.pyc
│   │   │   ├── custom_grid_plane.py
│   │   │   ├── custom_grid_plane.pyc
│   │   │   ├── generic_module.py
│   │   │   ├── generic_module.pyc
│   │   │   ├── glyph.py
│   │   │   ├── glyph.pyc
│   │   │   ├── grid_plane.py
│   │   │   ├── grid_plane.pyc
│   │   │   ├── hyper_streamline.py
│   │   │   ├── hyper_streamline.pyc
│   │   │   ├── image_actor.py
│   │   │   ├── image_actor.pyc
│   │   │   ├── image_plane_widget.py
│   │   │   ├── image_plane_widget.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── iso_surface.py
│   │   │   ├── iso_surface.pyc
│   │   │   ├── labels.py
│   │   │   ├── labels.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── orientation_axes.py
│   │   │   ├── orientation_axes.pyc
│   │   │   ├── outline.py
│   │   │   ├── outline.pyc
│   │   │   ├── scalar_cut_plane.py
│   │   │   ├── scalar_cut_plane.pyc
│   │   │   ├── skeleton_module.py
│   │   │   ├── skeleton_module.pyc
│   │   │   ├── slice_unstructured_grid.py
│   │   │   ├── slice_unstructured_grid.pyc
│   │   │   ├── streamline.py
│   │   │   ├── streamline.pyc
│   │   │   ├── structured_grid_outline.py
│   │   │   ├── structured_grid_outline.pyc
│   │   │   ├── surface.py
│   │   │   ├── surface.pyc
│   │   │   ├── tensor_glyph.py
│   │   │   ├── tensor_glyph.pyc
│   │   │   ├── text3d.py
│   │   │   ├── text3d.pyc
│   │   │   ├── text.py
│   │   │   ├── text.pyc
│   │   │   ├── ui
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── iso_surface.py
│   │   │   │   ├── iso_surface.pyc
│   │   │   │   ├── surface.py
│   │   │   │   └── surface.pyc
│   │   │   ├── vector_cut_plane.py
│   │   │   ├── vector_cut_plane.pyc
│   │   │   ├── vectors.py
│   │   │   ├── vectors.pyc
│   │   │   ├── volume.py
│   │   │   ├── volume.pyc
│   │   │   ├── warp_vector_cut_plane.py
│   │   │   └── warp_vector_cut_plane.pyc
│   │   ├── plugins
│   │   │   ├── app.py
│   │   │   ├── app.pyc
│   │   │   ├── envisage_engine.py
│   │   │   ├── envisage_engine.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mayavi_plugin.py
│   │   │   ├── mayavi_plugin.pyc
│   │   │   ├── mayavi_ui_action_set.py
│   │   │   ├── mayavi_ui_action_set.pyc
│   │   │   ├── mayavi_ui_plugin.py
│   │   │   ├── mayavi_ui_plugin.pyc
│   │   │   ├── mayavi_workbench_application.py
│   │   │   ├── mayavi_workbench_application.pyc
│   │   │   ├── script.py
│   │   │   └── script.pyc
│   │   ├── preferences
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── bindings.py
│   │   │   ├── bindings.pyc
│   │   │   ├── contrib_finder.py
│   │   │   ├── contrib_finder.pyc
│   │   │   ├── images
│   │   │   │   ├── image_LICENSE.txt
│   │   │   │   ├── preferences.ico
│   │   │   │   └── preferences.png
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mayavi_preferences_page.py
│   │   │   ├── mayavi_preferences_page.pyc
│   │   │   ├── preference_manager.py
│   │   │   ├── preference_manager.pyc
│   │   │   ├── preference_manager_view.py
│   │   │   ├── preference_manager_view.pyc
│   │   │   ├── preferences_helpers.py
│   │   │   ├── preferences_helpers.pyc
│   │   │   └── preferences.ini
│   │   ├── scripts
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mayavi2.py
│   │   │   ├── mayavi2.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── sources
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── array_source.py
│   │   │   ├── array_source.pyc
│   │   │   ├── builtin_image.py
│   │   │   ├── builtin_image.pyc
│   │   │   ├── builtin_surface.py
│   │   │   ├── builtin_surface.pyc
│   │   │   ├── chaco_reader.py
│   │   │   ├── chaco_reader.pyc
│   │   │   ├── image_reader.py
│   │   │   ├── image_reader.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── metadata.py
│   │   │   ├── metadata.pyc
│   │   │   ├── parametric_surface.py
│   │   │   ├── parametric_surface.pyc
│   │   │   ├── plot3d_reader.py
│   │   │   ├── plot3d_reader.pyc
│   │   │   ├── point_load.py
│   │   │   ├── point_load.pyc
│   │   │   ├── poly_data_reader.py
│   │   │   ├── poly_data_reader.pyc
│   │   │   ├── three_ds_importer.py
│   │   │   ├── three_ds_importer.pyc
│   │   │   ├── ui
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── parametric_surface.py
│   │   │   │   └── parametric_surface.pyc
│   │   │   ├── unstructured_grid_reader.py
│   │   │   ├── unstructured_grid_reader.pyc
│   │   │   ├── utils.py
│   │   │   ├── utils.pyc
│   │   │   ├── volume_reader.py
│   │   │   ├── volume_reader.pyc
│   │   │   ├── vrml_importer.py
│   │   │   ├── vrml_importer.pyc
│   │   │   ├── vtk_data_source.py
│   │   │   ├── vtk_data_source.pyc
│   │   │   ├── vtk_file_reader.py
│   │   │   ├── vtk_file_reader.pyc
│   │   │   ├── vtk_object_source.py
│   │   │   ├── vtk_object_source.pyc
│   │   │   ├── vtk_xml_file_reader.py
│   │   │   └── vtk_xml_file_reader.pyc
│   │   ├── tests
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── csv_files
│   │   │   │   ├── 11.csv
│   │   │   │   ├── 11.py
│   │   │   │   ├── 11.pyc
│   │   │   │   ├── 1col.csv
│   │   │   │   ├── 1col.py
│   │   │   │   ├── 1col.pyc
│   │   │   │   ├── 54.csv
│   │   │   │   ├── 54.py
│   │   │   │   ├── 54.pyc
│   │   │   │   ├── 79.csv
│   │   │   │   ├── 79.py
│   │   │   │   ├── 79.pyc
│   │   │   │   ├── 82.csv
│   │   │   │   ├── 82.py
│   │   │   │   ├── 82.pyc
│   │   │   │   ├── 89.csv
│   │   │   │   ├── 89.py
│   │   │   │   ├── 89.pyc
│   │   │   │   ├── 99.csv
│   │   │   │   ├── 99.py
│   │   │   │   ├── 99.pyc
│   │   │   │   ├── colors.csv
│   │   │   │   ├── colors.py
│   │   │   │   ├── colors.pyc
│   │   │   │   ├── csv_2_py
│   │   │   │   ├── example1.csv
│   │   │   │   ├── example1.py
│   │   │   │   ├── example1.pyc
│   │   │   │   ├── hp11c.csv
│   │   │   │   ├── hp11c.py
│   │   │   │   ├── hp11c.pyc
│   │   │   │   ├── loc.csv
│   │   │   │   ├── loc.py
│   │   │   │   ├── loc.pyc
│   │   │   │   ├── multi-col.csv
│   │   │   │   ├── multi-col.py
│   │   │   │   ├── multi-col.pyc
│   │   │   │   ├── mydata.csv
│   │   │   │   ├── mydata.py
│   │   │   │   ├── mydata.pyc
│   │   │   │   ├── OObeta3.csv
│   │   │   │   ├── OObeta3.py
│   │   │   │   ├── OObeta3.pyc
│   │   │   │   ├── post.csv
│   │   │   │   ├── post.py
│   │   │   │   ├── post.pyc
│   │   │   │   ├── README.txt
│   │   │   │   ├── webaccess.csv
│   │   │   │   ├── webaccess.py
│   │   │   │   └── webaccess.pyc
│   │   │   ├── data
│   │   │   │   ├── caffeine.pdb
│   │   │   │   ├── cellsnd.ascii.inp
│   │   │   │   ├── clown.facet
│   │   │   │   ├── cow.g
│   │   │   │   ├── cube.vti
│   │   │   │   ├── disk_out_ref.ex2
│   │   │   │   ├── edgeFaceElem.exii
│   │   │   │   ├── example.dem
│   │   │   │   ├── fieldfile.vtk
│   │   │   │   ├── foot.mha
│   │   │   │   ├── foot.raw
│   │   │   │   ├── humanoid_tri.stla
│   │   │   │   ├── nut.slc
│   │   │   │   ├── Particles.raw
│   │   │   │   ├── points.txt
│   │   │   │   ├── polyEx.vtk
│   │   │   │   ├── prism.neu
│   │   │   │   ├── pyramid.ply
│   │   │   │   ├── pyramid_ug.vtu
│   │   │   │   ├── README.txt
│   │   │   │   ├── RectGrid2.vtk
│   │   │   │   ├── SampleStructGrid.vtk
│   │   │   │   ├── shuttle.obj
│   │   │   │   ├── texThres2.vtk
│   │   │   │   ├── thio3xx.xyz
│   │   │   │   ├── tiny.q
│   │   │   │   ├── tiny.xyz
│   │   │   │   └── uGridEx.vtk
│   │   │   ├── data_reader_test_base.py
│   │   │   ├── data_reader_test_base.pyc
│   │   │   ├── datasets.py
│   │   │   ├── datasets.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── runtests.py
│   │   │   ├── runtests.pyc
│   │   │   ├── test_array_source.py
│   │   │   ├── test_array_source.pyc
│   │   │   ├── test_builtin_image.py
│   │   │   ├── test_builtin_image.pyc
│   │   │   ├── test_builtin_surface.py
│   │   │   ├── test_builtin_surface.pyc
│   │   │   ├── test_composite_data.py
│   │   │   ├── test_composite_data.pyc
│   │   │   ├── test_contour.py
│   │   │   ├── test_contour.pyc
│   │   │   ├── test_core_common.py
│   │   │   ├── test_core_common.pyc
│   │   │   ├── test_core_utils.py
│   │   │   ├── test_core_utils.pyc
│   │   │   ├── test_csv_sniff.py
│   │   │   ├── test_csv_sniff.pyc
│   │   │   ├── test_customize.py
│   │   │   ├── test_customize.pyc
│   │   │   ├── test_cut_plane.py
│   │   │   ├── test_cut_plane.pyc
│   │   │   ├── test_dataset_manager.py
│   │   │   ├── test_dataset_manager.pyc
│   │   │   ├── test_engine_manager.py
│   │   │   ├── test_engine_manager.pyc
│   │   │   ├── test_extract_grid_filter.py
│   │   │   ├── test_extract_grid_filter.pyc
│   │   │   ├── test_file_timestep.py
│   │   │   ├── test_file_timestep.pyc
│   │   │   ├── test_garbage_collection.py
│   │   │   ├── test_garbage_collection.pyc
│   │   │   ├── test_glyph.py
│   │   │   ├── test_glyph.pyc
│   │   │   ├── test_grid_plane.py
│   │   │   ├── test_grid_plane.pyc
│   │   │   ├── test_image_data_probe.py
│   │   │   ├── test_image_data_probe.pyc
│   │   │   ├── test_image_data_reader.py
│   │   │   ├── test_image_data_reader.pyc
│   │   │   ├── test_image_plane_widget.py
│   │   │   ├── test_image_plane_widget.pyc
│   │   │   ├── test_ipw_multiple_scalars.py
│   │   │   ├── test_ipw_multiple_scalars.pyc
│   │   │   ├── test_mayavi_traits.py
│   │   │   ├── test_mayavi_traits.pyc
│   │   │   ├── test_mlab_integration.py
│   │   │   ├── test_mlab_integration.pyc
│   │   │   ├── test_mlab_null_engine.py
│   │   │   ├── test_mlab_null_engine.pyc
│   │   │   ├── test_mlab_scene_model.py
│   │   │   ├── test_mlab_scene_model.pyc
│   │   │   ├── test_mlab_source_integration.py
│   │   │   ├── test_mlab_source_integration.pyc
│   │   │   ├── test_mlab_source.py
│   │   │   ├── test_mlab_source.pyc
│   │   │   ├── test_mouse_pick_dispatcher.py
│   │   │   ├── test_mouse_pick_dispatcher.pyc
│   │   │   ├── test_no_ui_toolkit.py
│   │   │   ├── test_no_ui_toolkit.pyc
│   │   │   ├── test_optional_collection.py
│   │   │   ├── test_optional_collection.pyc
│   │   │   ├── test_pipeline_info.py
│   │   │   ├── test_pipeline_info.pyc
│   │   │   ├── test_plot3d_mb_reader.py
│   │   │   ├── test_plot3d_mb_reader.pyc
│   │   │   ├── test_poly_data_reader.py
│   │   │   ├── test_poly_data_reader.pyc
│   │   │   ├── test_preferences_mirror.py
│   │   │   ├── test_preferences_mirror.pyc
│   │   │   ├── test_pylab_luts.py
│   │   │   ├── test_pylab_luts.pyc
│   │   │   ├── test_recorder.py
│   │   │   ├── test_recorder.pyc
│   │   │   ├── test_registry.py
│   │   │   ├── test_registry.pyc
│   │   │   ├── test_script_recording.py
│   │   │   ├── test_script_recording.pyc
│   │   │   ├── test_set_active_attribute.py
│   │   │   ├── test_set_active_attribute.pyc
│   │   │   ├── test_sources.py
│   │   │   ├── test_sources.pyc
│   │   │   ├── test_streamline.py
│   │   │   ├── test_streamline.pyc
│   │   │   ├── test_text3d.py
│   │   │   ├── test_text3d.pyc
│   │   │   ├── test_threshold_filter.py
│   │   │   ├── test_threshold_filter.pyc
│   │   │   ├── test_unstructured_data_reader.py
│   │   │   ├── test_unstructured_data_reader.pyc
│   │   │   ├── test_user_defined.py
│   │   │   ├── test_user_defined.pyc
│   │   │   ├── test_volume.py
│   │   │   ├── test_volume.pyc
│   │   │   ├── test_vtk_data_source.py
│   │   │   ├── test_vtk_data_source.pyc
│   │   │   ├── test_vtk_file_reader.py
│   │   │   ├── test_vtk_file_reader.pyc
│   │   │   ├── test_vtk_object_source.py
│   │   │   ├── test_vtk_object_source.pyc
│   │   │   ├── test_vtk_xml_reader.py
│   │   │   └── test_vtk_xml_reader.pyc
│   │   ├── tools
│   │   │   ├── animator.py
│   │   │   ├── animator.pyc
│   │   │   ├── auto_doc.py
│   │   │   ├── auto_doc.pyc
│   │   │   ├── camera.py
│   │   │   ├── camera.pyc
│   │   │   ├── data_wizards
│   │   │   │   ├── csv_loader.py
│   │   │   │   ├── csv_loader.pyc
│   │   │   │   ├── csv_sniff.py
│   │   │   │   ├── csv_sniff.pyc
│   │   │   │   ├── csv_source_factory.py
│   │   │   │   ├── csv_source_factory.pyc
│   │   │   │   ├── data_source_factory.py
│   │   │   │   ├── data_source_factory.pyc
│   │   │   │   ├── data_source_wizard.py
│   │   │   │   ├── data_source_wizard.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── loadtxt.py
│   │   │   │   ├── loadtxt.pyc
│   │   │   │   ├── preview_window.py
│   │   │   │   └── preview_window.pyc
│   │   │   ├── decorations.py
│   │   │   ├── decorations.pyc
│   │   │   ├── engine_manager.py
│   │   │   ├── engine_manager.pyc
│   │   │   ├── figure.py
│   │   │   ├── figure.pyc
│   │   │   ├── filters.py
│   │   │   ├── filters.pyc
│   │   │   ├── helper_functions.py
│   │   │   ├── helper_functions.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mlab.py
│   │   │   ├── mlab.pyc
│   │   │   ├── mlab_scene_model.py
│   │   │   ├── mlab_scene_model.pyc
│   │   │   ├── modules.py
│   │   │   ├── modules.pyc
│   │   │   ├── notebook.py
│   │   │   ├── notebook.pyc
│   │   │   ├── pipe_base.py
│   │   │   ├── pipe_base.pyc
│   │   │   ├── pipeline.py
│   │   │   ├── pipeline.pyc
│   │   │   ├── preferences_mirror.py
│   │   │   ├── preferences_mirror.pyc
│   │   │   ├── probe_data.py
│   │   │   ├── probe_data.pyc
│   │   │   ├── remote
│   │   │   │   ├── bridge.py
│   │   │   │   ├── bridge.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── ipy_remote.py
│   │   │   │   ├── ipy_remote.pyc
│   │   │   │   ├── remote_scene.py
│   │   │   │   ├── remote_scene.pyc
│   │   │   │   ├── remote_widget.py
│   │   │   │   └── remote_widget.pyc
│   │   │   ├── server.py
│   │   │   ├── server.pyc
│   │   │   ├── show.py
│   │   │   ├── show.pyc
│   │   │   ├── sources.py
│   │   │   ├── sources.pyc
│   │   │   ├── static
│   │   │   │   └── x3d
│   │   │   │   ├── LICENSE.txt
│   │   │   │   ├── x3dom.css
│   │   │   │   └── x3dom.js
│   │   │   ├── tools.py
│   │   │   └── tools.pyc
│   │   ├── __version__.py
│   │   ├── version.py
│   │   ├── __version__.pyc
│   │   └── version.pyc
│   ├── mayavi-4.7.1.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE_COLORBREWER.txt
│   │   ├── LICENSE.txt
│   │   ├── LICENSE_YORICK.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── tvtk
│   ├── api.py
│   ├── api.pyc
│   ├── array_ext.so
│   ├── array_handler.py
│   ├── array_handler.pyc
│   ├── class_tree.py
│   ├── class_tree.pyc
│   ├── code_gen.py
│   ├── code_gen.pyc
│   ├── common.py
│   ├── common.pyc
│   ├── custom
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── indenter.py
│   ├── indenter.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── messenger.py
│   ├── messenger.pyc
│   ├── misc.py
│   ├── misc.pyc
│   ├── pipeline
│   │   ├── browser.py
│   │   ├── browser.pyc
│   │   ├── images
│   │   │   ├── actor.png
│   │   │   ├── camera.png
│   │   │   ├── coordinate.png
│   │   │   ├── filter.png
│   │   │   ├── image_LICENSE.txt
│   │   │   ├── lookuptable.png
│   │   │   ├── mapper.png
│   │   │   ├── polydata.png
│   │   │   ├── property.png
│   │   │   ├── reader.png
│   │   │   ├── renderer.png
│   │   │   ├── rendererwindowinteractor.png
│   │   │   ├── rendererwindow.png
│   │   │   ├── source.png
│   │   │   ├── texture.png
│   │   │   ├── window.png
│   │   │   └── writer.png
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── plugins
│   │   ├── browser
│   │   │   ├── browser_plugin.py
│   │   │   ├── browser_plugin.pyc
│   │   │   ├── browser_view.py
│   │   │   ├── browser_view.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── scene
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── i_scene_manager.py
│   │   ├── i_scene_manager.pyc
│   │   ├── preferences.ini
│   │   ├── scene_editor.py
│   │   ├── scene_editor.pyc
│   │   ├── scene_manager.py
│   │   ├── scene_manager.pyc
│   │   ├── scene_plugin.py
│   │   ├── scene_plugin.pyc
│   │   └── ui
│   │   ├── actions.py
│   │   ├── actions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── scene_preferences_page.py
│   │   ├── scene_preferences_page.pyc
│   │   ├── scene_ui_action_set.py
│   │   ├── scene_ui_action_set.pyc
│   │   ├── scene_ui_plugin.py
│   │   └── scene_ui_plugin.pyc
│   ├── pyface
│   │   ├── actor_editor.py
│   │   ├── actor_editor.pyc
│   │   ├── actor_model.py
│   │   ├── actor_model.pyc
│   │   ├── actors.py
│   │   ├── actors.pyc
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── decorated_scene.py
│   │   ├── decorated_scene.pyc
│   │   ├── images
│   │   │   └── 16x16
│   │   │   ├── configure.png
│   │   │   ├── fullscreen.png
│   │   │   ├── image_LICENSE.txt
│   │   │   ├── isometric.png
│   │   │   ├── origin_glyph.png
│   │   │   ├── parallel.png
│   │   │   ├── save.png
│   │   │   ├── x-axis.png
│   │   │   ├── y-axis.png
│   │   │   └── z-axis.png
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── light_manager.py
│   │   ├── light_manager.pyc
│   │   ├── movie_maker.py
│   │   ├── movie_maker.pyc
│   │   ├── picker.py
│   │   ├── picker.pyc
│   │   ├── scene_editor.py
│   │   ├── scene_editor.pyc
│   │   ├── scene_model.py
│   │   ├── scene_model.pyc
│   │   ├── scene.py
│   │   ├── scene.pyc
│   │   ├── toolkit.py
│   │   ├── toolkit.pyc
│   │   ├── tvtk_scene.py
│   │   ├── tvtk_scene.pyc
│   │   ├── ui
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── null
│   │   │   │   ├── __init__.py
│   │   │   │   ├── init.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── init.pyc
│   │   │   ├── qt4
│   │   │   │   ├── actor_editor.py
│   │   │   │   ├── actor_editor.pyc
│   │   │   │   ├── decorated_scene.py
│   │   │   │   ├── decorated_scene.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── init.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── init.pyc
│   │   │   │   ├── QVTKRenderWindowInteractor.py
│   │   │   │   ├── QVTKRenderWindowInteractor.pyc
│   │   │   │   ├── scene_editor.py
│   │   │   │   ├── scene_editor.pyc
│   │   │   │   ├── scene.py
│   │   │   │   └── scene.pyc
│   │   │   └── wx
│   │   │   ├── actor_editor.py
│   │   │   ├── actor_editor.pyc
│   │   │   ├── decorated_scene.py
│   │   │   ├── decorated_scene.pyc
│   │   │   ├── __init__.py
│   │   │   ├── init.py
│   │   │   ├── __init__.pyc
│   │   │   ├── init.pyc
│   │   │   ├── scene_editor.py
│   │   │   ├── scene_editor.pyc
│   │   │   ├── scene.py
│   │   │   ├── scene.pyc
│   │   │   ├── wxVTKRenderWindowInteractor.py
│   │   │   └── wxVTKRenderWindowInteractor.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   ├── setup.py
│   ├── setup.pyc
│   ├── special_gen.py
│   ├── special_gen.pyc
│   ├── tests
│   │   ├── common.py
│   │   ├── common.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── test_array_ext.py
│   │   ├── test_array_ext.pyc
│   │   ├── test_array_handler.py
│   │   ├── test_array_handler.pyc
│   │   ├── test_browser.py
│   │   ├── test_browser.pyc
│   │   ├── test_class_tree.py
│   │   ├── test_class_tree.pyc
│   │   ├── test_ctf_util.py
│   │   ├── test_ctf_util.pyc
│   │   ├── test_garbage_collection.py
│   │   ├── test_garbage_collection.pyc
│   │   ├── test_indenter.py
│   │   ├── test_indenter.pyc
│   │   ├── test_messenger.py
│   │   ├── test_messenger.pyc
│   │   ├── test_misc.py
│   │   ├── test_misc.pyc
│   │   ├── test_movie_maker.py
│   │   ├── test_movie_maker.pyc
│   │   ├── test_pyface_utils.py
│   │   ├── test_pyface_utils.pyc
│   │   ├── test_tvtk_base.py
│   │   ├── test_tvtk_base.pyc
│   │   ├── test_tvtk.py
│   │   ├── test_tvtk.pyc
│   │   ├── test_tvtk_scene.py
│   │   ├── test_tvtk_scene.pyc
│   │   ├── test_visual.py
│   │   ├── test_visual.pyc
│   │   ├── test_vtk_parser.py
│   │   ├── test_vtk_parser.pyc
│   │   ├── test_wrapper_gen.py
│   │   └── test_wrapper_gen.pyc
│   ├── tools
│   │   ├── images
│   │   │   ├── image_LICENSE.txt
│   │   │   └── scene.ico
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── ivtk.py
│   │   ├── ivtk.pyc
│   │   ├── mlab.py
│   │   ├── mlab.pyc
│   │   ├── tvtk_doc.py
│   │   ├── tvtk_doc.pyc
│   │   ├── visual.py
│   │   └── visual.pyc
│   ├── tvtk_access.py
│   ├── tvtk_access.pyc
│   ├── tvtk_base_handler.py
│   ├── tvtk_base_handler.pyc
│   ├── tvtk_base.py
│   ├── tvtk_base.pyc
│   ├── tvtk_classes.zip
│   ├── util
│   │   ├── ctf.py
│   │   ├── ctf.pyc
│   │   ├── gradient_editor.py
│   │   ├── gradient_editor.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── qt_gradient_editor.py
│   │   ├── qt_gradient_editor.pyc
│   │   ├── tk_gradient_editor.py
│   │   ├── tk_gradient_editor.pyc
│   │   ├── traitsui_gradient_editor.py
│   │   ├── traitsui_gradient_editor.pyc
│   │   ├── wx_gradient_editor.py
│   │   └── wx_gradient_editor.pyc
│   ├── value_column.py
│   ├── value_column.pyc
│   ├── version.py
│   ├── version.pyc
│   ├── view
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── parametric_function_source_view.py
│   │   └── parametric_function_source_view.pyc
│   ├── vtk_module.py
│   ├── vtk_module.pyc
│   ├── vtk_parser.py
│   ├── vtk_parser.pyc
│   ├── wrapper_gen.py
│   └── wrapper_gen.pyc
└── nix-support
└── propagated-build-inputs
53 directories, 977 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment