|  | 
        
          | __init__(...) Raises an exception This class cannot be instantiated from Python
 |  |  | 
    |  |  | 
    |  | 
        
          | clear() Clear this accessor of all cached data.
 |  |  | 
    | ConstAccessor | 
        
          | copy() Return a copy of this accessor.
 |  |  | 
    | int64 | 
        
          | getValue(ijk) Return the value of the voxel at coordinates (i, j, k).
 |  |  | 
    | int | 
        
          | getValueDepth(ijk) Return the tree depth (0 = root) at which the value of voxel (i, j, 
      k) resides.
 |  |  | 
    | bool | 
        
          | isCached(ijk) Return True if this accessor has cached the path to voxel (i, j, k).
 |  |  | 
    | bool | 
        
          | isValueOn(ijk) Return the active state of the voxel at coordinates (i, j, k).
 |  |  | 
    | bool | 
        
          | isVoxel(ijk) Return True if voxel (i, j, k) resides at the leaf level of the tree.
 |  |  | 
    | value, bool | 
        
          | probeValue(ijk) Return the value of the voxel at coordinates (i, j, k) together with 
      the voxel's active state.
 |  |  | 
    |  | 
        
          | setActiveState(ijk,
        on) Mark voxel (i, j, k) as either active or inactive (True or False), 
      but don't change its value.
 |  |  | 
    |  | 
        
          | setValueOff(ijk,
        value=None) Mark voxel (i, j, k) as inactive and, if the given value is not None,
      set the voxel's value.
 |  |  | 
    |  | 
        
          | setValueOn(ijk,
        value=None) Mark voxel (i, j, k) as active and, if the given value is not None, 
      set the voxel's value.
 |  |  | 
    |  | 
        
          | setValueOnly(ijk,
        value) Set the value of voxel (i, j, k), but don't change its active state.
 |  |  | 
  
    | Inherited from unreachable.instance:__new__ Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |