Cortex ====== .. code-block :: python from mcot.surface.cortex import Cortex .. currentmodule:: mcot.surface.cortex .. autoclass:: Cortex .. automethod:: __init__ .. rubric:: Inheritance diagram .. inheritance-diagram:: mcot.surface.cortex.Cortex .. rubric:: Methods .. autosummary:: ~Cortex.distance ~Cortex.gyral_bias ~Cortex.segment ~Cortex.volume ~Cortex.wedge_volume .. rubric:: Attributes .. autosummary:: ~Cortex.hemisphere ~Cortex.nfaces ~Cortex.nvertices ~Cortex.primary distance -------- .. automethod:: Cortex.distance gyral\_bias ----------- .. automethod:: Cortex.gyral_bias segment ------- .. automethod:: Cortex.segment volume ------ .. automethod:: Cortex.volume wedge\_volume ------------- .. automethod:: Cortex.wedge_volume