vrml.vrml97.nodetypes
index
p:\vrml\vrml97\nodetypes.py

VRML97 semantic node-types

 
Modules
            
vrml.node
 
Classes
            
object
Auditory
Bindable
Background
Fog
NavigationInfo
Viewpoint
Children
Geometry
Interpolator
Light
Rendering
Sensor
PointingSensor
Texture
TimeDependent
Traversable
Grouping
Transforming
 
class Auditory(object)
      Auditory nodes (nodes with produce sound)
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x0784AF80>
__doc__ = 'Auditory nodes (nodes with produce sound)\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Auditory' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Background(Bindable)
      Background nodes
 
  
Method resolution order:
Background
Bindable
object

Data and non-method functions defined here:
__doc__ = 'Background nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'

Data and non-method functions inherited from Bindable:
__dict__ = <dict-proxy object at 0x07616FA8>
__weakref__ = <member '__weakref__' of 'Bindable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Bindable(object)
      Bindable nodes
 
Note: All Bindables are also Children, though
        that isn't represented here.
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x07616FA8>
__doc__ = "Bindable nodes\n\n\tNote: All Bindables are also Children, though\n\t\tthat isn't represented here.\n\t"
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Bindable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Children(object)
      Children nodes (Nodes which can belong to a Grouping)
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x07871CB0>
__doc__ = 'Children nodes (Nodes which can belong to a Grouping)\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Children' objects>
sensitive = 0

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Fog(Bindable)
      Fog nodes
 
  
Method resolution order:
Fog
Bindable
object

Data and non-method functions defined here:
__doc__ = 'Fog nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'

Data and non-method functions inherited from Bindable:
__dict__ = <dict-proxy object at 0x077B34A8>
__weakref__ = <member '__weakref__' of 'Bindable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Geometry(object)
      Geometry nodes (Nodes which can appear in the geometry field of shapes)
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x0734A860>
__doc__ = 'Geometry nodes (Nodes which can appear in the geometry field of shapes)\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Geometry' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Grouping(Traversable)
      Grouping nodes (Nodes which group children together)
 
  
Method resolution order:
Grouping
Traversable
object

Data and non-method functions defined here:
__doc__ = 'Grouping nodes (Nodes which group children together)\n\t'
__module__ = 'vrml.vrml97.nodetypes'
sensitive = 0

Data and non-method functions inherited from Traversable:
__dict__ = <dict-proxy object at 0x07616FA8>
__weakref__ = <member '__weakref__' of 'Traversable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Interpolator(object)
      Interpolator nodes
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x077FCDC8>
__doc__ = 'Interpolator nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Interpolator' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Light(object)
      Light nodes
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x0785B7B8>
__doc__ = 'Light nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Light' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class NavigationInfo(Bindable)
      NavigationInfo nodes
 
  
Method resolution order:
NavigationInfo
Bindable
object

Data and non-method functions defined here:
__doc__ = 'NavigationInfo nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'

Data and non-method functions inherited from Bindable:
__dict__ = <dict-proxy object at 0x077AABE8>
__weakref__ = <member '__weakref__' of 'Bindable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class PointingSensor(Sensor)
      Pointing-Device Sensor nodes
 
  
Method resolution order:
PointingSensor
Sensor
object

Data and non-method functions defined here:
__doc__ = 'Pointing-Device Sensor nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'

Data and non-method functions inherited from Sensor:
__dict__ = <dict-proxy object at 0x077AABE8>
__weakref__ = <member '__weakref__' of 'Sensor' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Rendering(object)
      Rendering nodes (Shapes)
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x075D1D38>
__doc__ = 'Rendering nodes (Shapes)\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Rendering' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Sensor(object)
      Sensor nodes
 
Note: All Sensors are also Children, though
        that isn't represented here.
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x077FCDC8>
__doc__ = "Sensor nodes\n\n\tNote: All Sensors are also Children, though\n\t\tthat isn't represented here.\n\t"
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Sensor' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Texture(object)
      Texture nodes
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x075B26B0>
__doc__ = 'Texture nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Texture' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class TimeDependent(object)
      TimeDependent nodes
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x07848FA8>
__doc__ = 'TimeDependent nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'TimeDependent' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Transforming(Grouping)
      Nodes which alter the transform matrix for children
 
This is a fairly small set of types:
 
        Transform
        Billboard
 
Billboard is not yet implemented, so there's
only the one functional node in the type-set
 
  
Method resolution order:
Transforming
Grouping
Traversable
object

Data and non-method functions defined here:
__doc__ = 'Nodes which alter the transform matrix for child...s\n\tonly the one functional node in the type-set\n\t'
__module__ = 'vrml.vrml97.nodetypes'

Data and non-method functions inherited from Grouping:
sensitive = 0

Data and non-method functions inherited from Traversable:
__dict__ = <dict-proxy object at 0x07661E60>
__weakref__ = <member '__weakref__' of 'Traversable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Traversable(object)
      Traversable nodes (Nodes which have node attributes)
 
   Data and non-method functions defined here:
__dict__ = <dict-proxy object at 0x07788AE8>
__doc__ = 'Traversable nodes (Nodes which have node attributes)\n\t'
__module__ = 'vrml.vrml97.nodetypes'
__weakref__ = <member '__weakref__' of 'Traversable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T
 
class Viewpoint(Bindable)
      Viewpoint nodes
 
  
Method resolution order:
Viewpoint
Bindable
object

Data and non-method functions defined here:
__doc__ = 'Viewpoint nodes\n\t'
__module__ = 'vrml.vrml97.nodetypes'

Data and non-method functions inherited from Bindable:
__dict__ = <dict-proxy object at 0x0779DB90>
__weakref__ = <member '__weakref__' of 'Bindable' objects>

Methods inherited from object:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__hash__(...)
x.__hash__() <==> hash(x)
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__reduce__(...)
helper for pickle
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__str__(...)
x.__str__() <==> str(x)

Data and non-method functions inherited from object:
__class__ = <type 'type'>
__new__ = <built-in method __new__ of type object at 0x1E0BD978>
T.__new__(S, ...) -> a new object with type S, a subtype of T