Method summary
- setUp(self)
- tearDown(self)
- test_activate(self)
- test_add_array(self)
- test_cell_array_view(self)
- test_cell_arrays(self)
- test_point_array_view(self)
- test_point_arrays(self)
- test_remove_array(self)
- test_rename_array(self)
Methods
- setUp(self)
- tearDown(self)
- test_activate(self)
Does activating a particular array work.
- test_add_array(self)
Does the add_array method work.
- test_cell_array_view(self)
Are the manager's cell arrays views of the VTK data?
- test_cell_arrays(self)
Are the cell arrays of the manager setup right?
- test_point_array_view(self)
Are the manager's point arrays views of the VTK data?
- test_point_arrays(self)
Are the point data arrays of the manager setup right?
- test_remove_array(self)
Does the remove_array method work correctly.
- test_rename_array(self)
Does array renaming work.