Module data :: Class DiffTensorData
[hide private]
[frames] | no frames]

Class DiffTensorData

source code


Instance Methods [hide private]
new empty dictionary

__init__(self)
Dictionary type class for the diffusion tensor data.
source code
 
add_item(self, key)
Function for adding an empty container to the dictionary.
source code

Inherited from SpecificData: __repr__

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __setitem__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Dictionary type class for the diffusion tensor data.

The non-default diffusion parameters are calculated on the fly.

Returns:
new empty dictionary

Overrides: object.__init__

add_item(self, key)

source code 

Function for adding an empty container to the dictionary.

This overwrites the function from the parent class SpecificData.

Overrides: SpecificData.add_item