fsleyes.displaycontext.giftiopts¶
This module provides the GiftiOpts class, which contains settings
for displaying a GiftiMesh overlay.
-
class
fsleyes.displaycontext.giftiopts.GiftiOpts(overlay, *args, **kwargs)[source]¶ Bases:
fsleyes.displaycontext.meshopts.MeshOptsThe
GiftiOptsclass, which contains settings for displaying aGiftiMeshoverlay.Currently (as of FSLeyes 1.3.3), the
GiftiOptsclass is identical to theMeshOptsclass (from which it derives), with the exception that the initial value of theMeshOpts.coordSpaceproperty is set to'affine', and theMeshOpts.vertexDataproperty is populated with any GIFTI data files that are related to the surface file.-
__init__(overlay, *args, **kwargs)[source]¶ Create a
GiftiOptsinstance.All arguments are passed to the
MeshOptsconstructor.
-
__module__= 'fsleyes.displaycontext.giftiopts'¶
-