Proposals:New Mesh Class: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
Line 5: Line 5:
=Overview=
=Overview=


...
itkQuadEdgeMesh (itkQEMesh) is a new data structure for surface meshes. It is more efficient than the current itkMesh for surface processing. However it cannot handle N-dimensional meshes. Hence itkMesh and itkQEMesh will coexist in future releases of ITK.
This documents describes how itkQuadEdgeMesh will be integrated into ITK 3.2.

Revision as of 14:58, 9 January 2007

This document derives the motivation and implementation of a new Mesh Class and associated Filters and IO classes for ITK


Overview

itkQuadEdgeMesh (itkQEMesh) is a new data structure for surface meshes. It is more efficient than the current itkMesh for surface processing. However it cannot handle N-dimensional meshes. Hence itkMesh and itkQEMesh will coexist in future releases of ITK. This documents describes how itkQuadEdgeMesh will be integrated into ITK 3.2.