[vtkusers] cell number limitation

David E DeMarle dave.demarle at kitware.com
Wed Dec 16 12:00:34 EST 2009


Cells and points are indexed via vtkIdType, which is 32 bit on 32 bit
machines and 64 on 64 bit machines (usually). Other than that, if you
find a specific instance in the library where there is a limitation,
it is a bug. In practice you won't reach that limit before the OS and
hardware cut you off. When that happens, your options are to stream,
or use parallelism.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



2009/12/11 Murat Aydın <murat.aydin at netcad.com.tr>:
> Hi,
>
> Does VTK have any limitations in cell number size? Any memory limitations?
> Does filters have any limitations in cell number size?
>
> Kind Regards,
>
> murat
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



More information about the vtkusers mailing list