Navigation

  • index
  • modules |
  • next |
  • lazyflow 0.1 documentation »

lazyflow developer documentation¶

Lazyflow is a python library for multithreaded computations. Data dependencies are expressed as a data flow graph which is evaluated in a lazy manner. I.e. when the user requests a result or a small part of a result only the computations neccessary to produce the requested part of the result are carried out.

Contents:

  • Lazyflow Overview
    • Operator Library
    • Graph Framework
    • Request Framework
    • Utility Library
  • Installation
  • Operator Overview
    • Connecting operators and providing input
    • Performing calculations
    • Request objects
    • Meta data
    • Propagating changes in the inputs
    • Wrapup: Writing an Operator
  • Advanced Concepts
    • Simple Binary Operator
    • Higher-level Slots
    • Composite Operators
    • The OperatorWrapper class
  • Lazyflow Request Framework
    • Introduction
    • Quick Start
    • Dependencies
    • Cancellation
    • Failed Requests
    • Request Notifications
    • Synchronization Primitives
    • Debugging Features
    • Implementation Details
    • Class Reference
  • Utilities
    • General Utilities
    • Request Batching Utilities
    • IO Utilities
  • Classifiers
    • Reference: Classifier ABCs

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • lazyflow developer documentation
  • Indices and tables

Next topic

Lazyflow Overview

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • lazyflow 0.1 documentation »
© Copyright 2012, Christoph Straehle, Bernhard X. Kausler, Thorben Kröger, Ullrich Köthe , Fred A. Hamprecht, Anna Kreshuk, Luca Fiaschi, Stuart Berg. Created using Sphinx 1.4.8.