vtkmodules.test.BlackBox#

模組目次#

類別#

API#

class vtkmodules.test.BlackBox.Tester(debug=0)#

初始化

setDebug(val)#

Sets debug value of the vtkMethodParser. 1 is verbose and 0 is not. 0 is default.

testParse(obj)#

Testing if the object is parseable.

testGetSet(obj, excluded_methods=[])#

Testing Get/Set methods.

testBoolean(obj, excluded_methods=[])#

Testing boolean (On/Off) methods.

test(obj)#

Test the given vtk object.