Method summary
- test_arr2cell_array(self)
- test_arr2vtkIdList(self)
- test_arr2vtkPoints(self)
- test_array2vtk(self)
- test_array_cache(self)
- test_deref_array(self)
- test_get_correct_sig(self)
- test_id_array(self)
- test_reference_to_array(self)
Methods
- test_arr2cell_array(self)
Test Numeric array to vtkCellArray conversion.
- test_arr2vtkIdList(self)
Test array to vtkIdList conversion.
- test_arr2vtkPoints(self)
Test Numeric array to vtkPoints conversion.
- test_array2vtk(self)
Test Numeric array to VTK array conversion and vice-versa.
- test_array_cache(self)
Test the ArrayCache class.
- test_deref_array(self)
Test if dereferencing array args works correctly.
- test_get_correct_sig(self)
Test multiple signature cases that have array arguments.
- test_id_array(self)
Test if a vtkIdTypeArray is converted correctly.
- test_reference_to_array(self)
Does to_array return an existing array instead of a new copy.