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

Class znzptr

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__ = {'nzfptr': <built-in function znzptr_nzf...
  __swig_getmethods__ = {'nzfptr': <built-in function znzptr_nzf...
Properties [hide private]
  nzfptr
  withz

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:
{'nzfptr': <built-in function znzptr_nzfptr_set>,
 'withz': <built-in function znzptr_withz_set>}

__swig_getmethods__

Value:
{'nzfptr': <built-in function znzptr_nzfptr_get>,
 'withz': <built-in function znzptr_withz_get>}

Property Details [hide private]

nzfptr

Get Method:
_nifticlib.znzptr_nzfptr_get(...)
Set Method:
_nifticlib.znzptr_nzfptr_set(...)

withz

Get Method:
_nifticlib.znzptr_withz_get(...)
Set Method:
_nifticlib.znzptr_withz_set(...)