NeuroSurfaceSource-class: NeuroSurfaceSource

Description Usage Arguments Slots

Description

A class that is used to produce a NeuroSurface instance

Usage

1
2
NeuroSurfaceSource(surface_geom, surface_data_name, colind = NULL,
  nodeind = NULL)

Arguments

surface_geom

the name of the file containing the surface geometry or a SurfaceGeometry instance

surface_data_name

the name of the file containing the data values to be mapped to the surface.

colind

the subset of column indices to load from surface data matrix (if provided)

nodeind

the subset of node indices to load from surface data matrix (if provided)

Slots

geometry

a SurfaceGeometry instance

data_meta_info

a SurfaceDataMetaInfo instance

colind

the column index of the surface map to be loaded.

nodeind

the node indices of the surface map to be loaded.


bbuchsbaum/neurosurf documentation built on April 6, 2021, 10:08 a.m.