Diagramm

The following simplified UML diagrams just show you the most important associations of the classes.

Example

Inheritance diagram of example

Is the graph for:

#Just a superclass
class Superclass():
    pass
#first subclass level
class Subclass(Superclass):
    pass
#Second subclass level
class AnotherSubclass(Subclass):
    pass
#Has/Is no Superclass
class SimpleClass():
    pass
					

module - c4d

Inheritance diagram of c4d, c4d.bitmaps, c4d.documents, c4d.gui, c4d.modules, c4d.modules.bodypaint, c4d.modules.graphview, c4d.modules.hair, c4d.modules.character, c4d.modules.thinkingparticles, c4d.modules.particles, c4d.modules.mograph, c4d.modules.render, c4d.plugins, c4d.storage, c4d.threading, c4d.utils, c4d.utils.noise

Table Of Contents