[Insight-developers] itkMesh
    Brad King 
    brad.king at kitware.com
       
    Tue Jun 20 14:10:00 EDT 2000
    
    
  
This morning I checked in a prototype for the N-dimensional mesh class
into the ITK CVS repository.  Several classes have been added to 
Insight/Code/Common.  The files of main interest are:
The main mesh class:
itkMesh.h
The cell interface declaration:
itkCell.h
The existing (so far) predefined cell types:
itkTetrahedronCell.h
itkTriangleCell.h
itkLineCell.h
itkVertexCell.h
Will Schroeder will briefly discuss the design of the itkMesh class at the
upcoming meeting.  Although it seems complicated, the user API is quite simple.
A simple example resides in Insight/Testing/Code/Common/itkMeshTest.cxx.
Currently, it creates a 3d (default) mesh, adds 4 points, and finally adds
a tetrahedron cell using the four points.  This will probably change to
something more involved shortly.
-Brad King
    
    
More information about the Insight-developers
mailing list