domain

class granoo3.lib.domain

Bases: Boost.Python.instance

utility singleton class for input/output

Methods Summary

clear(arg1)

clear the whole domain

get()

access to the singleton object

load(arg1, arg2)

read granoo domain file : *.gdd, *.agdd or *.lgdd

save(arg1, arg2)

save granoo domain file : *.gdd, *.agdd or *.lgdd

Methods Documentation

clear((domain)arg1) None[STATIC]

clear the whole domain

static get() domain[STATIC]

access to the singleton object

load((domain)arg1, (str)arg2) None[STATIC]

read granoo domain file : *.gdd, *.agdd or *.lgdd

save((domain)arg1, (str)arg2) None[STATIC]

save granoo domain file : *.gdd, *.agdd or *.lgdd