vrml.vrml97.nodetypes
index
/home/mcfletch/pylive/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 descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Background(Bindable)
    Background nodes
 
 
Method resolution order:
Background
Bindable
object

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

 
class Bindable(object)
    Bindable nodes
 
Note: All Bindables are also Children, though
    that isn't represented here.
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Children(object)
    Children nodes (Nodes which can belong to a Grouping)
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
sensitive = 0

 
class Fog(Bindable)
    Fog nodes
 
 
Method resolution order:
Fog
Bindable
object

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

 
class Geometry(object)
    Geometry nodes (Nodes which can appear in the geometry field of shapes)
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Grouping(Traversable)
    Grouping nodes (Nodes which group children together)
 
 
Method resolution order:
Grouping
Traversable
object

Data and other attributes defined here:
sensitive = 0

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

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

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

 
class NavigationInfo(Bindable)
    NavigationInfo nodes
 
 
Method resolution order:
NavigationInfo
Bindable
object

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

 
class PointingSensor(Sensor)
    Pointing-Device Sensor nodes
 
 
Method resolution order:
PointingSensor
Sensor
object

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

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

 
class Sensor(object)
    Sensor nodes
 
Note: All Sensors are also Children, though
    that isn't represented here.
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

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

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

 
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 other attributes inherited from Grouping:
sensitive = 0

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

 
class Traversable(object)
    Traversable nodes (Nodes which have node attributes)
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Viewpoint(Bindable)
    Viewpoint nodes
 
 
Method resolution order:
Viewpoint
Bindable
object

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

 
Data
        __file__ = '/home/mcfletch/pylive/vrml/vrml97/nodetypes.pyc'
__name__ = 'vrml.vrml97.nodetypes'
__package__ = 'vrml.vrml97'