[vtkusers] vtkVolume vtkActor
andon
antoniod987 at gmail.com
Tue Jun 26 11:21:55 EDT 2012
Mmmm i've tried but i got again something empty...in my code i have something
like this:
typedef itk::ImageToVTKImageFilter<OutputImageType> itkVtkConverter;
itkVtkConverter::Pointer conv=itkVtkConverter::New();
conv->SetInput(reader->GetOutput());
vtkSmartPointer<vtkGPUVolumeRayCastMapper> volumeMapper =
vtkSmartPointer<vtkGPUVolumeRayCastMapper>::New();
volumeMapper->SetInput(conv->GetOutput());
vtkImageData* imData = conv->GetOutput();
so i've added imData as input for that filter...but it's not working....any
ideas? (reader is a itk reader for dicom series)
Really thanks for your kindness and willingness
best regards
Antonio
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkVolume-vtkActor-tp5714227p5714250.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list