ITK/Examples/SimpleOperations/Offset: 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.

30 May 2019

25 April 2018

25 December 2012

3 March 2011

15 December 2010

  • curprev 21:0221:02, 15 December 2010Daviddoria talk contribs 603 bytes +603 Created page with "==Offset.cxx== <source lang="cpp"> #include "itkIndex.h" #include "itkOffset.h" #include <iostream> int main(int argc, char *argv[]) { itk::Index<2> index; index[0] = 5; ..."