[vtkusers] missing vtkMath methods (LinearSolve3x3, QuaternionToMatrix3x3 and more)

Stefano TRAPANI trapani.stef at gmail.com
Thu Apr 30 10:53:23 EDT 2009


I am using vtk 5.0.3 with python 2.5 (both included in the Mandriva 2009
linux distribution).

It seems that the following vtkMath methods are not implemented in the
python interface:

vtkMath().QuaternionToMatrix3x3()
vtkMath().Matrix3x3ToQuaternion()
vtkMath().Orthogonalize3x3()
vtkMath().LinearSolve3x3()
vtkMath().Invert3x3()

and probably other ones:

>>> from vtk import vtkMath
>>> print vtkMath().QuaternionToMatrix3x3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: QuaternionToMatrix3x3

>>> print  vtkMath().Orthogonalize3x3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: Orthogonalize3x3

etc.

Does someone know the reason why these methods are missing?



-- 
Stefano TRAPANI

Centre de Biochimie Structurale (CBS)
CNRS UMR 5048; UM 1; UM 2; INSERM UMR 554
29 rue de Navacelles
34090 MONTPELLIER Cedex, France

Tel : +33 (0)4 67 41 77 29
Fax : +33 (0)4 67 41 79 13
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090430/90241796/attachment.htm>


More information about the vtkusers mailing list