ITK/InsightClopedia/Meshes: Revision history

From KitwarePublic
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 September 2009

2 September 2009

  • curprev 18:3118:31, 2 September 2009Daviddoria talk contribs 3,004 bytes +3,004 New page: This example demonstrates how to add points and edges to a mesh. <source lang="cpp"> #include "itkMesh.h" #include "itkLineCell.h" const unsigned int Dimension = 3; typedef itk::Mesh< fl...