Skip to content

Commit

Permalink
Faster FreeSurfer, STL and VTK loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Jul 22, 2019
1 parent 6c63599 commit e2f9203
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 297 deletions.
1 change: 0 additions & 1 deletion define_types.pas
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ interface
TInt16s = array of int16;
TUInt16s = array of uint16;
TInt32s = array of int32;

TFloats = array of single;
TDoubles = array of double;
TMat33 = array [1..3, 1..3] of single;
Expand Down
Loading

0 comments on commit e2f9203

Please sign in to comment.