mandelbrot

package
v0.0.0-...-8751a37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APPENDER      = "appender"
	CALCULATE_ROW = "calculateRow"
	GENERATOR     = "generateMandelbrot"
	X_MIN         = -2.0
	X_MAX         = -2.0 + 80*0.0315
	Y_MIN         = -1
	Y_MAX         = 1
	ITERATIONS    = 50
)

Variables

This section is empty.

Functions

func GenerateMandelbrot

func GenerateMandelbrot(runner withtheflow.WorkflowRunner, x, y int) [][]bool

Types

type MandelbrotTestSuite

type MandelbrotTestSuite struct {
	suite.Suite
	// contains filtered or unexported fields
}

func CreateTestSuite

func CreateTestSuite(runner func() withtheflow.WorkflowRunner) *MandelbrotTestSuite

func (*MandelbrotTestSuite) TestImage

func (s *MandelbrotTestSuite) TestImage()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL