[vtkusers] 3D modeling .. some more help plzzzz ...
dean.inglis at camris.ca
dean.inglis at camris.ca
Wed Sep 29 14:42:24 EDT 2004
Florent,
vtkBMPReader *imagein=vtkBMPReader::New();
imagein->SetFilePrefix ("slices"); // name of the files to read
imagein->SetDataExtent(0, 255, 0, 255,0,5);
imagein->Update();
double* range = imagein->GetOutput()->GetScalarRange();
What are range[0] and range[1] ?
What happens if you try an iso-contour value of 101?
What happens if you try an iso-contour value of 99?
What happens if you try an iso-contour value of 254?
Dean
More information about the vtkusers
mailing list