vrml.copier
index
/home/mcfletch/pylive/vrml/copier.py

Object representing node-copying pass

 
Classes
       
object
Copier

 
class Copier(object)
    An object representing a node-copying pass
 
  Methods defined here:
__init__(self, shareProtos=1, instantiation=0)
Instantiate the copier object
 
# share prototypes, we don't currently support not doing this!
shareProtos -- whether to try to share prototypes between source
    and copied nodes
instantiation -- whether this is a prototype-instantiation copy
baseNode -- baseNode for prototype instantiations, this is the
    node whose sub-scenegraph is being built by the copier
use(self, clientNode, newNode=None)
See whether (or register that) we have a USE for this (source) clientNode

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __file__ = '/home/mcfletch/pylive/vrml/copier.pyc'
__name__ = 'vrml.copier'