Uses of Class
mgui.geometry.neuro.mesh.NeuroMeshFunctionsException
Package | Description |
---|---|
mgui.geometry.neuro.mesh |
-
Uses of NeuroMeshFunctionsException in mgui.geometry.neuro.mesh
Methods in mgui.geometry.neuro.mesh that throw NeuroMeshFunctionsException Modifier and Type Method Description static void
NeuroMeshFunctions. getRays(ScalpAndSkullModelOptions options, java.util.ArrayList<SampleRay> rays_1, java.util.ArrayList<SampleRay> rays_2, ProgressUpdater progress)
Generates a set of sample rays from an instance ofScalpAndSkullModelOptions
, including a brain hull surface and a T1-weighted brain image.static void
NeuroMeshFunctions. getRaysBlocking(ScalpAndSkullModelOptions options, java.util.ArrayList<SampleRay> rays_1, java.util.ArrayList<SampleRay> rays_2, ProgressUpdater progress)
Generates and fills three sets of sample rays based upon the parameters inoptions
.