Module Collada :: Class DaeSyntax
[show private | hide private]
[frames | no frames]

Type DaeSyntax

object --+
         |
        DaeSyntax


Method Summary
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
str ACCESSOR = 'accessor'
str AMBIENT = 'ambient'
str ANIMATION = 'animation'
str ANIMATION_CLIP = 'animation_clip'
str ASPECT_RATIO = 'aspect_ratio'
str ASSET = 'asset'
str AUTHOR = 'author'
str AUTHORING_TOOL = 'authoring_tool'
str BODY = 'body'
str BOOL_ARRAY = 'bool_array'
str CAMERA = 'camera'
str CHANNEL = 'channel'
str COLLADA = 'COLLADA'
str COLOR = 'color'
str COMMENTS = 'comments'
str CONSTANT_ATTENUATION = 'constant_attenuation'
str CONTRIBUTOR = 'contributor'
str CONTROLLER = 'controller'
str CONVEX_HULL_OF = 'convex_hull_of'
str CONVEX_MESH = 'convex_mesh'
str COPYRIGHT = 'copyright'
str COUNT = 'count'
str CREATED = 'created'
str DEPTH = 'depth'
str DIRECTIONAL = 'directional'
str EXTRA = 'extra'
str FALLOFF_ANGLE = 'falloff_angle'
str FALLOFF_EXPONENT = 'falloff_exponent'
str FLOAT_ARRAY = 'float_array'
str FORMAT = 'format'
str GEOMETRY = 'geometry'
str H = 'h'
str HEIGHT = 'height'
str ID = 'id'
str IDREF_ARRAY = 'IDREF_array'
str IMAGE = 'image'
str IMAGER = 'imager'
str INIT_FROM = 'init_from'
str INPUT = 'input'
str INSTANCE_ANIMATION = 'instance_animation'
str INSTANCE_CAMERA = 'instance_camera'
str INSTANCE_CONTROLLER = 'instance_controller'
str INSTANCE_GEOMETRY = 'instance_geometry'
str INSTANCE_LIGHT = 'instance_light'
str INSTANCE_NODE = 'instance_node'
str INSTANCE_PHYSICS_SCENE = 'instance_physics_scene'
str INSTANCE_VISUAL_SCENE = 'instance_visual_scene'
str INT_ARRAY = 'int_array'
str KEYWORDS = 'keywords'
str LAYER = 'layer'
str LIBRARY_ANIMATION_CLIPS = 'library_animation_clips'
str LIBRARY_ANIMATIONS = 'library_animations'
str LIBRARY_CAMERAS = 'library_cameras'
str LIBRARY_CONTROLLERS = 'library_controllers'
str LIBRARY_EFFECTS = 'library_effects'
str LIBRARY_FORCE_FIELDS = 'library_force_fields'
str LIBRARY_GEOMETRIES = 'library_geometries'
str LIBRARY_IMAGES = 'library_images'
str LIBRARY_LIGHTS = 'library_lights'
str LIBRARY_MATERIALS = 'library_materials'
str LIBRARY_NODES = 'library_NODES'
str LIBRARY_PHYSICS_MATERIALS = 'library_physics_materials'
str LIBRARY_PHYSICS_MODELS = 'library_physics_models'
str LIBRARY_PHYSICS_SCENES = 'library_physics_scenes'
str LIBRARY_VISUAL_SCENES = 'library_visual_scenes'
str LIGHT = 'light'
str LINEAR_ATTENUATION = 'linear_attenuation'
str LINES = 'lines'
str LINESTRIPS = 'linestrips'
str LOOKAT = 'lookat'
str MATERIAL = 'material'
str MATRIX = 'matrix'
str MESH = 'mesh'
str METER = 'meter'
str MODIFIED = 'modified'
str NAME = 'name'
str NAME_ARRAY = 'Name_array'
str NODE = 'node'
str OFFSET = 'offset'
str OPTICS = 'optics'
str ORTHOGRAPHIC = 'orthographic'
str P = 'p'
str PARAM = 'param'
str PERSPECTIVE = 'perspective'
str PH = 'ph'
str POINT = 'point'
str POLYGONS = 'polygons'
str POLYLIST = 'polylist'
str PROFILE = 'profile'
str QUADRATIC_ATTENUATION = 'quadratic_attenuation'
str REVISION = 'revision'
str ROTATE = 'rotate'
str SAMPLER = 'sampler'
str SCALE = 'scale'
str SCENE = 'scene'
str SEMANTIC = 'semantic'
str SET = 'set'
str SID = 'sid'
str SKELETON = 'skeleton'
str SKEW = 'skew'
str SOURCE = 'source'
str SOURCE_DATA = 'source_data'
str SPLINE = 'spline'
str SPOT = 'spot'
str STRIDE = 'stride'
str SUBJECT = 'subject'
str TARGET = 'target'
str TECHNIQUE = 'technique'
str TECHNIQUE_COMMON = 'technique_common'
str TITLE = 'title'
str TRANSLATE = 'translate'
str TRIANGLES = 'triangles'
str TRIFANS = 'trifans'
str TRISTRIPS = 'tristrips'
str TYPE = 'type'
str TYPE_JOINT = 'JOINT'
str TYPE_NODE = 'NODE'
str UNIT = 'unit'
str UP_AXIS = 'up_axis'
str URL = 'url'
str VERSION = 'version'
str VERTICES = 'vertices'
str VISUAL_SCENE = 'visual_scene'
str WIDTH = 'width'
str XFOV = 'xfov'
str XMAG = 'xmag'
str XMLNS = 'xmlns'
str Y_UP = 'Y_UP'
str YFOV = 'yfov'
str YMAG = 'ymag'
str Z_UP = 'Z_UP'
str ZFAR = 'zfar'
str ZNEAR = 'znear'

Class Variable Details

ACCESSOR

Type:
str
Value:
'accessor'                                                             

AMBIENT

Type:
str
Value:
'ambient'                                                              

ANIMATION

Type:
str
Value:
'animation'                                                            

ANIMATION_CLIP

Type:
str
Value:
'animation_clip'                                                       

ASPECT_RATIO

Type:
str
Value:
'aspect_ratio'                                                         

ASSET

Type:
str
Value:
'asset'                                                                

AUTHOR

Type:
str
Value:
'author'                                                               

AUTHORING_TOOL

Type:
str
Value:
'authoring_tool'                                                       

BODY

Type:
str
Value:
'body'                                                                 

BOOL_ARRAY

Type:
str
Value:
'bool_array'                                                           

CAMERA

Type:
str
Value:
'camera'                                                               

CHANNEL

Type:
str
Value:
'channel'                                                              

COLLADA

Type:
str
Value:
'COLLADA'                                                              

COLOR

Type:
str
Value:
'color'                                                                

COMMENTS

Type:
str
Value:
'comments'                                                             

CONSTANT_ATTENUATION

Type:
str
Value:
'constant_attenuation'                                                 

CONTRIBUTOR

Type:
str
Value:
'contributor'                                                          

CONTROLLER

Type:
str
Value:
'controller'                                                           

CONVEX_HULL_OF

Type:
str
Value:
'convex_hull_of'                                                       

CONVEX_MESH

Type:
str
Value:
'convex_mesh'                                                          

COPYRIGHT

Type:
str
Value:
'copyright'                                                            

COUNT

Type:
str
Value:
'count'                                                                

CREATED

Type:
str
Value:
'created'                                                              

DEPTH

Type:
str
Value:
'depth'                                                                

DIRECTIONAL

Type:
str
Value:
'directional'                                                          

EXTRA

Type:
str
Value:
'extra'                                                                

FALLOFF_ANGLE

Type:
str
Value:
'falloff_angle'                                                        

FALLOFF_EXPONENT

Type:
str
Value:
'falloff_exponent'                                                     

FLOAT_ARRAY

Type:
str
Value:
'float_array'                                                          

FORMAT

Type:
str
Value:
'format'                                                               

GEOMETRY

Type:
str
Value:
'geometry'                                                             

H

Type:
str
Value:
'h'                                                                    

HEIGHT

Type:
str
Value:
'height'                                                               

ID

Type:
str
Value:
'id'                                                                   

IDREF_ARRAY

Type:
str
Value:
'IDREF_array'                                                          

IMAGE

Type:
str
Value:
'image'                                                                

IMAGER

Type:
str
Value:
'imager'                                                               

INIT_FROM

Type:
str
Value:
'init_from'                                                            

INPUT

Type:
str
Value:
'input'                                                                

INSTANCE_ANIMATION

Type:
str
Value:
'instance_animation'                                                   

INSTANCE_CAMERA

Type:
str
Value:
'instance_camera'                                                      

INSTANCE_CONTROLLER

Type:
str
Value:
'instance_controller'                                                  

INSTANCE_GEOMETRY

Type:
str
Value:
'instance_geometry'                                                    

INSTANCE_LIGHT

Type:
str
Value:
'instance_light'                                                       

INSTANCE_NODE

Type:
str
Value:
'instance_node'                                                        

INSTANCE_PHYSICS_SCENE

Type:
str
Value:
'instance_physics_scene'                                               

INSTANCE_VISUAL_SCENE

Type:
str
Value:
'instance_visual_scene'                                                

INT_ARRAY

Type:
str
Value:
'int_array'                                                            

KEYWORDS

Type:
str
Value:
'keywords'                                                             

LAYER

Type:
str
Value:
'layer'                                                                

LIBRARY_ANIMATION_CLIPS

Type:
str
Value:
'library_animation_clips'                                              

LIBRARY_ANIMATIONS

Type:
str
Value:
'library_animations'                                                   

LIBRARY_CAMERAS

Type:
str
Value:
'library_cameras'                                                      

LIBRARY_CONTROLLERS

Type:
str
Value:
'library_controllers'                                                  

LIBRARY_EFFECTS

Type:
str
Value:
'library_effects'                                                      

LIBRARY_FORCE_FIELDS

Type:
str
Value:
'library_force_fields'                                                 

LIBRARY_GEOMETRIES

Type:
str
Value:
'library_geometries'                                                   

LIBRARY_IMAGES

Type:
str
Value:
'library_images'                                                       

LIBRARY_LIGHTS

Type:
str
Value:
'library_lights'                                                       

LIBRARY_MATERIALS

Type:
str
Value:
'library_materials'                                                    

LIBRARY_NODES

Type:
str
Value:
'library_NODES'                                                        

LIBRARY_PHYSICS_MATERIALS

Type:
str
Value:
'library_physics_materials'                                            

LIBRARY_PHYSICS_MODELS

Type:
str
Value:
'library_physics_models'                                               

LIBRARY_PHYSICS_SCENES

Type:
str
Value:
'library_physics_scenes'                                               

LIBRARY_VISUAL_SCENES

Type:
str
Value:
'library_visual_scenes'                                                

LIGHT

Type:
str
Value:
'light'                                                                

LINEAR_ATTENUATION

Type:
str
Value:
'linear_attenuation'                                                   

LINES

Type:
str
Value:
'lines'                                                                

LINESTRIPS

Type:
str
Value:
'linestrips'                                                           

LOOKAT

Type:
str
Value:
'lookat'                                                               

MATERIAL

Type:
str
Value:
'material'                                                             

MATRIX

Type:
str
Value:
'matrix'                                                               

MESH

Type:
str
Value:
'mesh'                                                                 

METER

Type:
str
Value:
'meter'                                                                

MODIFIED

Type:
str
Value:
'modified'                                                             

NAME

Type:
str
Value:
'name'                                                                 

NAME_ARRAY

Type:
str
Value:
'Name_array'                                                           

NODE

Type:
str
Value:
'node'                                                                 

OFFSET

Type:
str
Value:
'offset'                                                               

OPTICS

Type:
str
Value:
'optics'                                                               

ORTHOGRAPHIC

Type:
str
Value:
'orthographic'                                                         

P

Type:
str
Value:
'p'                                                                    

PARAM

Type:
str
Value:
'param'                                                                

PERSPECTIVE

Type:
str
Value:
'perspective'                                                          

PH

Type:
str
Value:
'ph'                                                                   

POINT

Type:
str
Value:
'point'                                                                

POLYGONS

Type:
str
Value:
'polygons'                                                             

POLYLIST

Type:
str
Value:
'polylist'                                                             

PROFILE

Type:
str
Value:
'profile'                                                              

QUADRATIC_ATTENUATION

Type:
str
Value:
'quadratic_attenuation'                                                

REVISION

Type:
str
Value:
'revision'                                                             

ROTATE

Type:
str
Value:
'rotate'                                                               

SAMPLER

Type:
str
Value:
'sampler'                                                              

SCALE

Type:
str
Value:
'scale'                                                                

SCENE

Type:
str
Value:
'scene'                                                                

SEMANTIC

Type:
str
Value:
'semantic'                                                             

SET

Type:
str
Value:
'set'                                                                  

SID

Type:
str
Value:
'sid'                                                                  

SKELETON

Type:
str
Value:
'skeleton'                                                             

SKEW

Type:
str
Value:
'skew'                                                                 

SOURCE

Type:
str
Value:
'source'                                                               

SOURCE_DATA

Type:
str
Value:
'source_data'                                                          

SPLINE

Type:
str
Value:
'spline'                                                               

SPOT

Type:
str
Value:
'spot'                                                                 

STRIDE

Type:
str
Value:
'stride'                                                               

SUBJECT

Type:
str
Value:
'subject'                                                              

TARGET

Type:
str
Value:
'target'                                                               

TECHNIQUE

Type:
str
Value:
'technique'                                                            

TECHNIQUE_COMMON

Type:
str
Value:
'technique_common'                                                     

TITLE

Type:
str
Value:
'title'                                                                

TRANSLATE

Type:
str
Value:
'translate'                                                            

TRIANGLES

Type:
str
Value:
'triangles'                                                            

TRIFANS

Type:
str
Value:
'trifans'                                                              

TRISTRIPS

Type:
str
Value:
'tristrips'                                                            

TYPE

Type:
str
Value:
'type'                                                                 

TYPE_JOINT

Type:
str
Value:
'JOINT'                                                                

TYPE_NODE

Type:
str
Value:
'NODE'                                                                 

UNIT

Type:
str
Value:
'unit'                                                                 

UP_AXIS

Type:
str
Value:
'up_axis'                                                              

URL

Type:
str
Value:
'url'                                                                  

VERSION

Type:
str
Value:
'version'                                                              

VERTICES

Type:
str
Value:
'vertices'                                                             

VISUAL_SCENE

Type:
str
Value:
'visual_scene'                                                         

WIDTH

Type:
str
Value:
'width'                                                                

XFOV

Type:
str
Value:
'xfov'                                                                 

XMAG

Type:
str
Value:
'xmag'                                                                 

XMLNS

Type:
str
Value:
'xmlns'                                                                

Y_UP

Type:
str
Value:
'Y_UP'                                                                 

YFOV

Type:
str
Value:
'yfov'                                                                 

YMAG

Type:
str
Value:
'ymag'                                                                 

Z_UP

Type:
str
Value:
'Z_UP'                                                                 

ZFAR

Type:
str
Value:
'zfar'                                                                 

ZNEAR

Type:
str
Value:
'znear'                                                                

Generated by Epydoc 2.1 on Thu Nov 23 23:40:43 2006 http://epydoc.sf.net