-
Have you found out how to wrap a new vtk class. I have tried to build the vtkLocal example, but I get a link error that cannot find vtkCommonDotNet.lib. I am not sure why it is looking for a .lib file when the output is a dll for vtkCommonDotNet.
Can anyone help me figure out how to wrap the example vtkLocalExample class so I can extend native vtk classes and wrap them?.
2009-11-02 04:25:58 UTC by zmanvortex
-
Hello.
I am a novice in the use of VTK.
I need to display the tomographic images DICOM files from a directory of 3D objects.
I have downloaded all the files, but they overlap and can not create a 3D object to work.
I do so:
void AddToWindow(vtk.vtkRenderWindow renWin)
{
vtk.vtkDICOMImageReader reader = new vtk.vtkDICOMImageReader();...
2009-07-29 07:50:23 UTC by kuvy
-
I am having a similar issue with VTK.net with my graduate project. This appears to be a common issue with vtk.net and it could be related to the amount of memory allocated to .net framework in windows. Restricting the amount of memory that vtk uses has not resolved my problem either.
2009-06-15 18:28:20 UTC by bdebelje
-
This one finally dawned on me..... the wrapper libs basically don't contain real code, just wrapping code; the real vtkio.dll has to get put in the path for anything new in it to get found, duh..... The problem vanishes when I do that.
2009-05-23 13:39:02 UTC by gungasnake
-
Hi,
I need to be able to use data already in memory rather than writing it out to a vtk file and then reading it a second time.
The only way I see to do that is via modifying the vtkSimplePointsReader.cxx and .h files or copying them to new files with different names and modifying those.
Doing either works as far as compiling and building (WinXP, VS2008), but the first time I ever...
2009-05-22 20:00:20 UTC by gungasnake
-
Hello Hakan,
I'm trying to do a 3D Reconstruction using slices images. Was this that you were trying to do??
Have you succeeded?? If so, could you help me to do this ?! I'm trying to do this using the code from Medical3, is that right ?!
Thanks
Bruno Marques.
2009-03-20 01:09:02 UTC by bfmarques
-
I'm trying to get my C++ applications that use VTK to run. I have all the VTK .dlls packaged with the executable, but it fails. Dependancy walker shows that it has trouble with the IEFRAME.DLL file. How do I fix this?.
2009-02-05 22:36:10 UTC by brunnels20
-
I'm using VTK to open and edit .raw 16 bit grayscale images. I'm using the vtkPNMreader, and have been able to open the image in a renderwindow.
Because the image is 16 bit grayscale however, the colors are off: it should be 0-65536 instead of 0-255. Also the color scale is reversed, i.e. 0 is white, not black. How do you work with information of the individual pixels?.
2009-01-29 23:05:50 UTC by brunnels20
-
Hi,
VTK 5.2 is disponible...so it's an evolution of the original code.
Does anyone have an idea of how to compile vtk library with an other version of VTK (superior of 5.0.1) to obtain a new library wrapped like 5.0.1 ??
Thanks,
2008-09-13 15:04:00 UTC by afangnik
-
Hi,
VTK 5.2 is disponible...so it's an evolution of the original code.
Does anyone have an idea of how to compile vtk library with an other version of VTK (superior of 5.0.1) to obtain a new library wrapped like 5.0.1 ??
Thanks,
2008-09-02 07:54:30 UTC by afangnik