forked from freesurfer/freesurfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nf: sse using surface et al (freesurfer#708)
* More of the necessary code but not enabled * Add the .py * fall thru seen to happen * mrisurf_base.h was being too widely used, causing conflicts * Start connection MRIS_MP in to the Surface support * Builds * Clean up the dev merge * make nsize and dist_nsize be the same type in MRIS and MRIS_MP * Add the dump code * MAX_NEIGHBOURS has increased * Next small step towards being able to use templates for more of the distortion code * latest dev merged, next steps towards a faster surface distortion * Closer but not there yet for implementing MRIScomputeSSE for MRIS_MP * Builds * builds * Add specific includes for mrisurf_metricProperties.h
- Loading branch information
Showing
98 changed files
with
21,361 additions
and
6,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,5 +69,5 @@ install(PROGRAMS | |
|
||
install_pyscript( | ||
diffusionUtils | ||
anatomiCutsUtils | ||
anatomiCutsUtils.py | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "mrisurf_FACE_VERTEX_MRIS_generated.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "mrisurf_MRIS_PropertiesInVectors.h" |
Oops, something went wrong.