vtkVoxelModeller and vtkStructuredPointsWriter (fwd)

Miguel Angel Martin Fernandez vtk at helios.tel.uva.es
Tue Dec 21 14:47:07 EST 1999


As the list has been down for 3 days, I resend my question:

---------- Forwarded message ----------
Date: Fri, 17 Dec 1999 13:12:08 +0100 (CET)
From: Miguel Angel Martin Fernandez <vtk at helios.tel.uva.es>
To: vtkusers at gsao.med.ge.com
Subject: vtkVoxelModeller and vtkStructuredPointsWriter

Hello users,

	I'm trying to write the output of the filter vtkVoxelModeller and
I only obtain 0's. I'm using VTK 2.4 (with VTK 2.0 it worked properly).

The tcl program is basically the next:

------------------------------
vtkSphereSource sphereModel

vtkVoxelModeller voxelModel
  voxelModel SetInput [sphereModel GetOutput]
  voxelModel SetSampleDimensions 21 21 21

vtkStructuredPointsWriter writer
  writer SetFileName prueba.vtk
  writer SetInput [voxelModel GetOutput]
  writer Write
------------------------------

	Do you know what is wrong?

	Thanx in advance.

	Miguel.

                  -----------------------------------
                     Miguel Ángel Martín Fernández
                          ETSI Telecomunicaion
                       Universidad de Valladolid
                         Campus Miguel Delibes 
                    e-mail: miguel at atenea.tel.uva.es
                      Tfono: 983-423000 ext: 25548
                  -----------------------------------



-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------



-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------




More information about the vtkusers mailing list