Package nifti :: Module nifticlib :: Class nifti_brick_list
[hide private]
[frames] | no frames]

Class nifti_brick_list

source code


Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__swig_destroy__(...)
 
__del__(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __str__

Class Variables [hide private]
  __swig_setmethods__ = {'bricks': <built-in function nifti_bric...
  __swig_getmethods__ = {'bricks': <built-in function nifti_bric...
Properties [hide private]
  bricks
  bsize
  nbricks

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 
x.__setattr__('name', value) <==> x.name = value
Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

__swig_setmethods__

Value:
{'bricks': <built-in function nifti_brick_list_bricks_set>,
 'bsize': <built-in function nifti_brick_list_bsize_set>,
 'nbricks': <built-in function nifti_brick_list_nbricks_set>}

__swig_getmethods__

Value:
{'bricks': <built-in function nifti_brick_list_bricks_get>,
 'bsize': <built-in function nifti_brick_list_bsize_get>,
 'nbricks': <built-in function nifti_brick_list_nbricks_get>}

Property Details [hide private]

bricks

Get Method:
_nifticlib.nifti_brick_list_bricks_get(...)
Set Method:
_nifticlib.nifti_brick_list_bricks_set(...)

bsize

Get Method:
_nifticlib.nifti_brick_list_bsize_get(...)
Set Method:
_nifticlib.nifti_brick_list_bsize_set(...)

nbricks

Get Method:
_nifticlib.nifti_brick_list_nbricks_get(...)
Set Method:
_nifticlib.nifti_brick_list_nbricks_set(...)