Method summary
- test_append_poly_data_input(self)
- test_array_conversion(self)
- test_auto_update(self)
- test_basic(self)
- test_cache(self)
- test_collection(self)
- test_custom(self)
- test_data_array(self)
- test_do_change(self)
- test_help_trait(self)
- test_idlist(self)
- test_image_data_scalar_type(self)
- test_information_keys(self)
- test_init_traits(self)
- test_matrix4x4(self)
- test_null_string_wrapper(self)
- test_obj_del(self)
- test_object_cache(self)
- test_parent_child_bounds(self)
- test_parent_child_input(self)
- test_points(self)
- test_property(self)
- test_property_change_notification(self)
- test_set_scalars(self)
- test_tuple_array_handling(self)
- test_wrap_vtk(self)
Methods
- test_append_poly_data_input(self)
Test if AppendPolyData has its get_input wrapped right.
- test_array_conversion(self)
Test if Numeric/VTK array conversion works.
- test_auto_update(self)
Test if traits are updated when the VTK object changes.
- test_basic(self)
Test a simple tvtk pipeline.
- test_cache(self)
Test the caching of ancestor classes.
- test_collection(self)
Test if Collection objects work nicely.
- test_custom(self)
Test if custom modules can be imported.
- test_data_array(self)
Test if vtkDataArrays behave in a Pythonic fashion.
- test_do_change(self)
Test if VTK object changes when trait is changed.
- test_help_trait(self)
Test if the help attribute is correct.
- test_idlist(self)
Test if vtkIdList behaves in a Pythonic fashion.
- test_image_data_scalar_type(self)
Does ImageData support all scalar types?
- test_information_keys(self)
Test if vtk information objects can be created.
- test_init_traits(self)
Test if the objects traits can be set in __init__.
- test_matrix4x4(self)
Test if Matrix4x4 works nicely.
- test_null_string_wrapper(self)
Check if a null string default is wrapped as a String trait.
- test_obj_del(self)
Test object deletion and reference cycles.
- test_object_cache(self)
Test if object cache works.
- test_parent_child_bounds(self)
CubeAxesActor2D's bounds should be writable.
- test_parent_child_input(self)
Case where parent has GetInput and child SetInput.
- test_points(self)
Test if vtkPoints behaves in a Pythonic fashion.
- test_property(self)
Test if Property's color works ok in all circumstances.
- test_property_change_notification(self)
Test if changes to properties generate notification events.
- test_set_scalars(self)
Test if SetScalars works without a segfault.
- test_tuple_array_handling(self)
Test if methods can take any sequence rather than only tuples.
- test_wrap_vtk(self)
Test if the wrap_vtk function works.