The `SurfaceGeometryMetaInfo` class encapsulates meta information for brain surface geometry. It stores details about the file locations, surface properties, and spatial characteristics.
Details
This class is crucial for maintaining metadata about brain surface geometries. It provides a structured way to store information about file locations, surface properties, and spatial characteristics, which is essential for proper handling and processing of brain surface data in neuroimaging analyses.
Slots
header_fileA character string specifying the name of the file containing meta information.
data_fileA character string specifying the name of the file containing the actual surface data.
file_descriptorAn object of class `FileFormat` describing the image file format.
verticesAn integer indicating the number of surface vertices.
facesAn integer indicating the number of faces in the surface mesh.
embed_dimensionAn integer specifying the dimensionality of the embedding (typically 3 for 3D surfaces).
labelA character string indicating the type of surface (e.g., "white", "pial", "inflated", "flat", "spherical").
hemiA character string indicating the hemisphere ("lh" for left, "rh" for right, or "unknown").