[vtk-developers] vtkSurfaceReconstructionFilter

Tim Hutton T.Hutton at eastman.ucl.ac.uk
Fri Jun 28 13:54:06 EDT 2002


At 14:18 20/06/2002 +0100, I wrote:
>... I'd love to replace it with PowerCrust ... but we're having trouble 
>porting the code compactly to VTK at the moment.

But boy am I close....! Watch this space.

(Hi Rasmus!)



>Tim.
>
>At 14:49 19/06/2002 -0400, you wrote:
>>Hey Folk,
>>
>>Does anyone have an opinion on the API to
>>vtkSurfaceReconstructionFilter? Specifically this filter uses a
>>SetSampleSpacing to determine how many samples to take and what their
>>spacing should be. It defaults to -1 to indicate that it should be
>>automatically computed. I'd like to change this to match some of the
>>other filters in VTK. Other volumetric sources us SetSampleDimensions
>>to specify how many samples to take and then they compute what the
>>spacing should be. This is the opposite of vtkSurfaceReconstruction
>>filter. The advantage of setting the SampleDimensions is that the size
>>of the output volume and its memory footprint can be computed in
>>ExecuteInformation from the SampleDimensions but not from the
>>SampleSpacing (because it doesn't know the bounds of the input in
>>ExecuteInformation). So...  I'd like to add SetSampleDimensions which
>>would default to some reasonable size.  I can leave in
>>SetSampleSpacing which if set would override the SampleDimensions. The
>>only change in behavior would be if you were using
>>vtkSurfaceReconstrucitonFilter and were not setting the SampleSpacing
>>the dimensions of the output volume might change from what you are
>>currently getting.
>>
>>Comments?
>>
>>Thanks
>>Ken
>>
>>--------------------------
>>Ken Martin, PhD
>>Kitware Inc.
>>518 371-3971 x101
>>469 Clifton Corporate Pkwy.
>>Clifton Park, NY 12065
>>
>>_______________________________________________
>>vtk-developers mailing list
>>vtk-developers at public.kitware.com
>>http://public.kitware.com/mailman/listinfo/vtk-developers
>
>---------------------------------------------------------------------------
>Tim Hutton,                        http://www.eastman.ucl.ac.uk/~dmi/MINORI
>Research Fellow & PhD student,                   T.Hutton at eastman.ucl.ac.uk
>MINORI Project, Biomedical Informatics Unit,     Tel: [+44] (0)20 7915 2344
>Eastman Dental Institute, UCL,                   Fax: [+44] (0)20 7915 2303
>256 Gray's Inn Road, London WC1X 8LD, UK      Mobile: [+44] (0)7748 678 832
>---------------------------------------------------------------------------
>This email represents the views of the sender alone and must not be 
>construed as representing the views of the Eastman Dental Institute. It 
>may contain confidential information and may be protected by law as a 
>legally privileged document and copyright work. Its content should not be 
>disclosed and it should not be given or copied to anyone other than the 
>person(s) named or referenced above. If you have received this email in 
>error, please contact the sender.
>
>
>_______________________________________________
>vtk-developers mailing list
>vtk-developers at public.kitware.com
>http://public.kitware.com/mailman/listinfo/vtk-developers
>




More information about the vtk-developers mailing list