sofaman.generator.generator

sofaman.generator.generator#

This module contains basic support for generating output from the sofa model using format specific visitors.

Classes

BufferContext()

Context with content stored in a buffer.

Context(*args, **kwargs)

A protocol that implements some of the support functionality needed by the visitor.

FileContext(out_file)

Context with content stored in a file.

Generator()

Generates an output from the sofa model.