.. currentmodule:: libdvid._dvid_python DVIDNodeService =============== .. _DVIDNodeService: .. autoclass:: DVIDNodeService .. note:: Numpy uses C-order array indexing by default, which means 3D arrays are typically indexed in the order ``[z,y,x]``, not the other way around. These python bindings follow the same convention. All functions accepting 3D arrays expect **contiguous** data, in z-y-x order. The same goes for returned data. Similarly, tuple parameters such as ``shape`` and ``offset`` should be passed in ``(z,y,x)`` order. **Methods List:** - :py:meth:`__init__ ` - Key-value - :py:meth:`create_keyvalue ` - :py:meth:`put ` - :py:meth:`get ` - :py:meth:`get_json ` - :py:meth:`get_keys ` - Grayscale - :py:meth:`create_grayscale8 ` - :py:meth:`get_gray3D ` - :py:meth:`put_gray3D ` - Labels - :py:meth:`create_labelblk ` - :py:meth:`put_labels3D ` - :py:meth:`get_labels3D ` - :py:meth:`get_label_by_location ` - :py:meth:`body_exists ` - Roi - :py:meth:`create_roi ` - :py:meth:`get_roi ` - :py:meth:`post_roi ` - :py:meth:`get_roi_partition ` - :py:meth:`roi_ptquery ` - :py:meth:`get_roi3D ` - Tiles - :py:meth:`get_tile_slice ` - :py:meth:`get_tile_slice_binary ` - Graph - :py:meth:`create_graph ` - :py:meth:`update_vertices ` - :py:meth:`update_edges ` - General - :py:meth:`get_typeinfo ` - :py:meth:`custom_request ` **Methods Reference:** .. automethod:: __init__ .. Key-value .. automethod:: create_keyvalue .. automethod:: put .. automethod:: get .. automethod:: get_json .. automethod:: get_keys .. Grayscale .. automethod:: create_grayscale8 .. automethod:: get_gray3D .. automethod:: put_gray3D .. Labels .. automethod:: create_labelblk .. automethod:: get_labels3D .. automethod:: get_label_by_location .. automethod:: put_labels3D .. automethod:: body_exists .. Roi .. automethod:: create_roi .. automethod:: get_roi .. automethod:: post_roi .. automethod:: get_roi_partition .. automethod:: roi_ptquery .. automethod:: get_roi3D .. Tiles .. automethod:: get_tile_slice .. automethod:: get_tile_slice_binary .. Graph .. automethod:: create_graph .. automethod:: update_vertices .. automethod:: update_edges .. General .. automethod:: get_typeinfo .. automethod:: custom_request Slice2D ------- .. autoclass:: Slice2D Graph Primitives ---------------- .. autoclass:: Vertex .. automethod:: __init__ .. autoclass:: Edge .. automethod:: __init__