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)¶ Bases:
fsleyes.displaycontext.meshopts.MeshOpts
The
GiftiOpts
class, which contains settings for displaying aGiftiMesh
overlay.Currently (as of FSLeyes 0.31.0), the
GiftiOpts
class is identical to theMeshOpts
class (from which it derives), with the exception that the initial value of theMeshOpts.coordSpace
property is set to'affine'
, and theMeshOpts.vertexData
property is populated with any GIFTI data files that are related to the surface file.-
__init__
(overlay, *args, **kwargs)¶ Create a
GiftiOpts
instance.All arguments are passed to the
MeshOpts
constructor.
-
__module__
= 'fsleyes.displaycontext.giftiopts'¶
-