Package Volume :: Package VisionInterface :: Module VolumeTypes :: Class Grid3DSIType
[hide private]
[frames] | no frames]

Class Grid3DSIType

source code

          UserDict.UserDict --+    
                              |    
NetworkEditor.datatypes.AnyType --+
                                  |
                                 Grid3DSIType

Instance Methods [hide private]
  __init__(self)
  validate(self, data)
returns true if data if of the proper type
  cast(self, data)
returns a success status (true, false) and the coerced data

Inherited from UserDict.UserDict: __cmp__, __contains__, __delitem__, __getitem__, __len__, __repr__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values


Class Methods [hide private]

Inherited from UserDict.UserDict: fromkeys


Method Details [hide private]

__init__(self)
(Constructor)

source code 
None
Overrides: NetworkEditor.datatypes.AnyType.__init__

validate(self, data)

source code 
returns true if data if of the proper type
Overrides: NetworkEditor.datatypes.AnyType.validate
(inherited documentation)

cast(self, data)

source code 
returns a success status (true, false) and the coerced data
Overrides: NetworkEditor.datatypes.AnyType.cast
(inherited documentation)