Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.

nilearn.experimental.surface.PolyMesh

class nilearn.experimental.surface.PolyMesh(left=None, right=None)[source]

A collection of meshes.

It is a shallow wrapper around the parts dictionary, which cannot be empty and whose keys must be a subset of {“left”, “right”}.

__init__(left=None, right=None)[source]
n_vertices