[vtkusers] vtkMatrix4x4 some changes

Dženan Zukić dzenanz at gmail.com
Thu Apr 12 09:27:32 EDT 2012


I guess you have to recompile the changed VTK. But I don't get the point of
implementing multiplication of 4x4 matrix in CUDA. 4x4 matrix is too small
to get a benefit of GPGPU, unless you plan to multiply is thousands or
millions of times.

On Tue, Apr 10, 2012 at 20:08, Hellice <saouli-abdelhak at hotmail.com> wrote:

> i wanna know since vtk is open source could i add a new classe or derive a
> sub classe from the exicting one or even change the code of some classes;
> how to do that please
>
> i am tryed to do that :
> - i chosed classe called vtkMatrix4x4 and make copie and rename it to
> vtkMatrix4x4cu
> - i did some changes and add the header and the c++ file in my project
> - the vtkMatrix4x4 is used in vtkCamera classe so i replace it with my
> vtkMatrix4x4cu
> -when i complie the project it give me Link error
> I belive that vtkMatrix4x4 when the first time i build vtk  was intgrated
> on
> vtkCommon.lib
> so please tell me how do i fix that
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/vtkMatrix4x4-some-changes-tp5630571p5630691.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120412/0acabd06/attachment.htm>


More information about the vtkusers mailing list