diff --git a/doc/devel/uml/class128005.html b/doc/devel/uml/class128005.html index d033a8de1..646e844c8 100644 --- a/doc/devel/uml/class128005.html +++ b/doc/devel/uml/class128005.html @@ -16,11 +16,12 @@ -

Declaration :

Implementation class for the Session interface

Artifact : sessionimpl, Component(s) : Session

+

Implementation class for the Session interface

Declaration :

Artifact : sessionimpl, Component(s) : Session

-
Relation edls (<directional aggregation by value>)

Declaration :

+
Relation edls (<directional composition>)

Declaration :

Relation theFixture (<unidirectional association>)

Declaration :

-
Relation pipes (<directional aggregation>)

Declaration :

the global ports (busses) of the session

+
Relation pipes (<directional aggregation>)

the global ports (busses) of the session

Declaration :

Stereotype: vector

+

All public operations : currEDL , getFixture

diff --git a/doc/devel/uml/class128133.html b/doc/devel/uml/class128133.html index 175eb30d6..118140660 100644 --- a/doc/devel/uml/class128133.html +++ b/doc/devel/uml/class128133.html @@ -19,7 +19,8 @@

Declaration :

Directly inherited by : Fixture

Artifact : edl, Component(s) : Session

-
Relation clips (<directional aggregation>)

Declaration :

+
Relation clips (<directional aggregation>)

Declaration :

Stereotype: list

+
Relation track (<unidirectional association>)

Declaration :

diff --git a/doc/devel/uml/class128138.html b/doc/devel/uml/class128138.html index 6cbff1e37..6f3344e8e 100644 --- a/doc/devel/uml/class128138.html +++ b/doc/devel/uml/class128138.html @@ -16,5 +16,5 @@ -

Declaration :

We can basically reuse the Thread class design from Cinelerra2, Thread becomes a baseclass for all Threads

+

We can basically reuse the Thread class design from Cinelerra2, Thread becomes a baseclass for all Threads

Declaration :

diff --git a/doc/devel/uml/class128181.html b/doc/devel/uml/class128181.html index 0a87b01fd..7743c8f03 100644 --- a/doc/devel/uml/class128181.html +++ b/doc/devel/uml/class128181.html @@ -18,10 +18,10 @@

Declaration :

-
Relation descriptor (descriptor)

Declaration :

type of this frame

-
Operation getFrame

Declaration :

mode = READ, WRITE, ...

-
Relation handle (<directional aggregation>)

Declaration :

weak pointer

-
Relation mappings (<directional aggregation>)

Declaration :

weak pointers

+
Relation descriptor (descriptor)

type of this frame

Declaration :

+
Operation getFrame

mode = READ, WRITE, ...

Declaration :

+
Relation handle (<directional aggregation>)

weak pointer

Declaration :

+
Relation mappings (<directional aggregation>)

weak pointers

Declaration :

Relation <aggregation>

Declaration :

All public operations : getFrame

diff --git a/doc/devel/uml/class128225.html b/doc/devel/uml/class128225.html index 0b6e60921..0d48fbf93 100644 --- a/doc/devel/uml/class128225.html +++ b/doc/devel/uml/class128225.html @@ -18,6 +18,6 @@

Declaration :

-
Relation frame (<unidirectional association>)

Declaration :

maybe weak reference

+
Relation frame (<unidirectional association>)

maybe weak reference

Declaration :

diff --git a/doc/devel/uml/class128261.html b/doc/devel/uml/class128261.html index f02717863..e506f8250 100644 --- a/doc/devel/uml/class128261.html +++ b/doc/devel/uml/class128261.html @@ -18,10 +18,13 @@

Declaration :

Artifact : fixture, Component(s) : Session

-
Relation effectiveTimeline (<directional aggregation by value>)

Declaration :

+
Relation effectiveTimeline (<directional composition>)

Declaration :

Stereotype: list

+
Operation getPlaylistForRender

Declaration :

Operation getAutomation

Declaration :

-
Relation track (<unidirectional association>)

Declaration :

+
Relation track (<unidirectional association>)

Declaration :

+
Relation <association>

Declaration :

Stereotype: partitioning

+

All public operations : getAutomation , getPlaylistForRender

diff --git a/doc/devel/uml/class128266.html b/doc/devel/uml/class128266.html index be0f14da2..5aa7dc687 100644 --- a/doc/devel/uml/class128266.html +++ b/doc/devel/uml/class128266.html @@ -16,7 +16,7 @@ -

Declaration :

I provided a reworked Condition class in my Cinelerra2 repository

+

I provided a reworked Condition class in my Cinelerra2 repository

Declaration :

Class Lock
diff --git a/doc/devel/uml/class128309.html b/doc/devel/uml/class128309.html index 52ecd0c18..be692dbcb 100644 --- a/doc/devel/uml/class128309.html +++ b/doc/devel/uml/class128309.html @@ -18,8 +18,9 @@

Declaration :

-
Relation handles (<directional aggregation by value>)

Declaration :

+
Relation handles (<directional composition>)

Declaration :

Stereotype: list

+
Attribut handles_available
-

Declaration :

initialized to the maximum number of filehandles the backend may use for mapped files. When no handles are available, the handle which is last in the handles list is closed and (re-)used.
Else this number is decremented for each new filehandle used and incremented for any one explicitly freed.

+

initialized to the maximum number of filehandles the backend may use for mapped files. When no handles are available, the handle which is last in the handles list is closed and (re-)used.
Else this number is decremented for each new filehandle used and incremented for any one explicitly freed.

Declaration :

diff --git a/doc/devel/uml/class128389.html b/doc/devel/uml/class128389.html index 1adc7425d..16c19b700 100644 --- a/doc/devel/uml/class128389.html +++ b/doc/devel/uml/class128389.html @@ -18,7 +18,8 @@

Declaration :

Artifact : track, Diagram : Session structure

-
Relation subTracks (<directional aggregation by value>)

Declaration :

Child tracks in a tree structure

+
Relation subTracks (<directional composition>)

Child tracks in a tree structure

Declaration :

Stereotype: vector

+

All public operations : apply , apply , dispatchOp

diff --git a/doc/devel/uml/class128394.html b/doc/devel/uml/class128394.html index 7b7e1a826..ecd1cc4ae 100644 --- a/doc/devel/uml/class128394.html +++ b/doc/devel/uml/class128394.html @@ -16,7 +16,7 @@ -

Declaration :

I provided a reworked Mutex class in my Cinelerra2 repository

+

I provided a reworked Mutex class in my Cinelerra2 repository

Declaration :

Class Lock
diff --git a/doc/devel/uml/class128437.html b/doc/devel/uml/class128437.html index 4e790db31..5c53683d2 100644 --- a/doc/devel/uml/class128437.html +++ b/doc/devel/uml/class128437.html @@ -19,7 +19,9 @@

Declaration :

Relation <association>

Declaration :

-
Relation checked_in (<directional aggregation by value>)

Declaration :

checked_in objects are subject of cache aging and must be not in use

-
Relation checked_out (<directional aggregation by value>)

Declaration :

this list keeps all mappings which are in use, and thus prevents them from Cache aging

+
Relation checked_in (<directional composition>)

checked_in objects are subject of cache aging and must be not in use

Declaration :

Stereotype: list

+ +
Relation checked_out (<directional composition>)

this list keeps all mappings which are in use, and thus prevents them from Cache aging

Declaration :

Stereotype: list

+
diff --git a/doc/devel/uml/class128517.html b/doc/devel/uml/class128517.html index 892d720be..ea076d171 100644 --- a/doc/devel/uml/class128517.html +++ b/doc/devel/uml/class128517.html @@ -17,10 +17,11 @@

Declaration :

Directly inherited by : AbstractMO Clip Effect Label Track

-

Artifact : mobject, Component(s) : Session

+

Artifact : mobject, Component(s) : Session

Stereotype: interface

+
Attribut length
-

Declaration :

TODO: how to represent time intervals?

+

TODO: how to represent time intervals?

Declaration :

All public operations : apply , apply , dispatchOp

diff --git a/doc/devel/uml/class128645.html b/doc/devel/uml/class128645.html index 7b271a2ee..27413648f 100644 --- a/doc/devel/uml/class128645.html +++ b/doc/devel/uml/class128645.html @@ -16,13 +16,14 @@ -

Declaration :

Directly inherited by : ExplicitPlacement

-

used to specify the position of a MObject in the EDL. This can be done in various ways (absolute, relative).
Placement at the same time acts as (refcounting) smart pointer for accessing the MObject.

Artifact : placement

+

used to specify the position of a MObject in the EDL. This can be done in various ways (absolute, relative).
Placement at the same time acts as (refcounting) smart pointer for accessing the MObject.

Declaration :

Directly inherited by : ExplicitPlacement

+

Artifact : placement

Stereotype: interface

+
-
Operation resolve

Declaration :

create an actual (explicit) placement while trying to satisfy the network of adjacent objects and placements.

-
Relation subject (<unidirectional association>)

Declaration :

Placement acts as smart pointer

-
Operation chain

Declaration :

create and add another Placement for this media object, thus increasingly constraining the (possible) position of this object.

-
Relation chain (<unidirectional association>)

Declaration :

Chain of additional Placements further constraining the position of this MObject

+
Operation resolve

create an actual (explicit) placement while trying to satisfy the network of adjacent objects and placements.

Declaration :

+
Relation subject (<unidirectional association>)

Placement acts as smart pointer

Declaration :

+
Operation chain

create and add another Placement for this media object, thus increasingly constraining the (possible) position of this object.

Declaration :

+
Relation chain (<unidirectional association>)

Chain of additional Placements further constraining the position of this MObject

Declaration :

All public operations : chain , resolve

diff --git a/doc/devel/uml/class128821.html b/doc/devel/uml/class128821.html index 26d9d7275..d6bdeb84a 100644 --- a/doc/devel/uml/class128821.html +++ b/doc/devel/uml/class128821.html @@ -16,7 +16,7 @@ -

Declaration :

Frames are just a low level lump of continous memory, most parts are opaque. Frames are memory sensitive, they will be small constant sized structures which can be efficently managed in a pool.

+

Frames are just a low level lump of continous memory, most parts are opaque. Frames are memory sensitive, they will be small constant sized structures which can be efficently managed in a pool.

Declaration :

Relation <directional aggregation>

Declaration :

Relation <directional aggregation>

Declaration :

diff --git a/doc/devel/uml/class128901.html b/doc/devel/uml/class128901.html index 9cc9def6f..3b1c46b47 100644 --- a/doc/devel/uml/class128901.html +++ b/doc/devel/uml/class128901.html @@ -19,7 +19,7 @@

Declaration :

Directly inherited by : CompoundClip SimpleClip

Artifact : clip

-
Relation source (<unidirectional association>)

Declaration :

  • Uml : # source : Media, multiplicity : 1
  • C++ : protected: Media* source

the media source this clip referes to

+
Relation source (<unidirectional association>)

the media source this clip referes to

Declaration :

All public operations : apply , apply , dispatchOp

diff --git a/doc/devel/uml/class128906.html b/doc/devel/uml/class128906.html index 2877c4770..81b5fdc34 100644 --- a/doc/devel/uml/class128906.html +++ b/doc/devel/uml/class128906.html @@ -17,5 +17,6 @@

Declaration :

Directly inherited by : FileReference FrameReference

+

Stereotype: auxiliary

diff --git a/doc/devel/uml/class128949.html b/doc/devel/uml/class128949.html index 29a9702fc..eb6b0e313 100644 --- a/doc/devel/uml/class128949.html +++ b/doc/devel/uml/class128949.html @@ -16,7 +16,8 @@ -

Declaration :

A FrameDescriptor implements the higher level interfaces for frames. Further refinements are made by subclassing and policy classes

+

A FrameDescriptor implements the higher level interfaces for frames. Further refinements are made by subclassing and policy classes

Declaration :

Stereotype: interface

+
Relation <aggregation>

Declaration :

diff --git a/doc/devel/uml/class129029.html b/doc/devel/uml/class129029.html index b04d54df7..2c20d1a0f 100644 --- a/doc/devel/uml/class129029.html +++ b/doc/devel/uml/class129029.html @@ -19,7 +19,7 @@

Declaration :

Artifact : effect

Attribut plugin
-

Declaration :

  • Uml : # plugin : string
  • C++ : protected: string plugin

Identifier of the Plugin to be used

+

Identifier of the Plugin to be used

Declaration :

All public operations : apply , apply , dispatchOp

diff --git a/doc/devel/uml/class129333.html b/doc/devel/uml/class129333.html index 1425f3c9b..3eac15183 100644 --- a/doc/devel/uml/class129333.html +++ b/doc/devel/uml/class129333.html @@ -16,11 +16,11 @@ -

Declaration :

This is the Factory for Files, whenever something wants to use some file (or temporary storage), This Factory will hand out some smart/shared pointer to a File object which will be used to retrieve Frames.

+

This is the Factory for Files, whenever something wants to use some file (or temporary storage), This Factory will hand out some smart/shared pointer to a File object which will be used to retrieve Frames.

Declaration :

Relation files (<aggregation>)

Declaration :

  • Uml : # files : File, multiplicity : *
  • C++ : protected: File * files
-
Operation useFile

Declaration :

Announces that the application intends to use this file with mode (READ|WRITE|READWRITE)

-
Operation useTemporaryStorage

Declaration :

Provides a pool for interminate frames

+
Operation useFile

Announces that the application intends to use this file with mode (READ|WRITE|READWRITE)

Declaration :

+
Operation useTemporaryStorage

Provides a pool for interminate frames

Declaration :

All public operations : useFile , useTemporaryStorage

diff --git a/doc/devel/uml/class129413.html b/doc/devel/uml/class129413.html index b8fa2c81b..5c0d8e925 100644 --- a/doc/devel/uml/class129413.html +++ b/doc/devel/uml/class129413.html @@ -20,9 +20,9 @@
Relation anchor (<unidirectional association>)

Declaration :

Attribut relType
-

Declaration :

the kind of relation denoted by this Placement

+

the kind of relation denoted by this Placement

Declaration :

Attribut offset
-

Declaration :

Offset the actual position by this (time) value relative to the anchor point. TODO: Representation?

Class RelType
+

Offset the actual position by this (time) value relative to the anchor point. TODO: Representation?

Declaration :

Class RelType
diff --git a/doc/devel/uml/class129541.html b/doc/devel/uml/class129541.html index 40d20683a..8e7441336 100644 --- a/doc/devel/uml/class129541.html +++ b/doc/devel/uml/class129541.html @@ -16,11 +16,11 @@ -

Declaration :

Directly inherited by : Constraint Wish

-

a directive to place a MObject in a specific way

Artifact : allocation

+

a directive to place a MObject in a specific way

Declaration :

Directly inherited by : Constraint Wish

+

Artifact : allocation

Attribut repr
-

Declaration :

human readable representation of the condition characterizing this allocaton, e.g. "t >= 10"

+

human readable representation of the condition characterizing this allocaton, e.g. "t >= 10"

Declaration :

Operation get_repr

Declaration :

All public operations : get_repr

diff --git a/doc/devel/uml/class129797.html b/doc/devel/uml/class129797.html index 934410392..b651b6ffa 100644 --- a/doc/devel/uml/class129797.html +++ b/doc/devel/uml/class129797.html @@ -16,7 +16,8 @@ -

Declaration :

Artifact : explicitplacement

+

Declaration :

Artifact : explicitplacement

Stereotype: interface

+
Attribut time

Declaration :

  • Uml : # time : Time
  • C++ : protected: Time time
diff --git a/doc/devel/uml/class129925.html b/doc/devel/uml/class129925.html index 3052beb5b..91945b847 100644 --- a/doc/devel/uml/class129925.html +++ b/doc/devel/uml/class129925.html @@ -16,7 +16,7 @@ -

Declaration :

Automation data for some parameter (i.e. a time varying function)

Artifact : auto

+

Automation data for some parameter (i.e. a time varying function)

Declaration :

Artifact : auto

Operation getValue

Declaration :

  • Uml : + getValue() : VAL
  • C++ : public: VAL getValue () const

All public operations : apply , apply , dispatchOp , getValue , getValue

diff --git a/doc/devel/uml/class130309.html b/doc/devel/uml/class130309.html index 5c515d659..bd7b1b3d1 100644 --- a/doc/devel/uml/class130309.html +++ b/doc/devel/uml/class130309.html @@ -16,5 +16,6 @@ -

Declaration :

  • C++ : class ControllerFacade

Provides unified access to the Proc-Subsystem Controller. Especially, this Facade class provides the functions to get a render engine to carry out actual renderings.

Artifact : controllerfacade, Component(s) : ControllerFacade

+

Provides unified access to the Proc-Subsystem Controller. Especially, this Facade class provides the functions to get a render engine to carry out actual renderings.

Declaration :

  • C++ : class ControllerFacade

Artifact : controllerfacade, Component(s) : ControllerFacade

Stereotype: boundary

+ diff --git a/doc/devel/uml/class130437.html b/doc/devel/uml/class130437.html index f70da5140..9e90254ce 100644 --- a/doc/devel/uml/class130437.html +++ b/doc/devel/uml/class130437.html @@ -16,9 +16,9 @@ -

Declaration :

  • C++ : class PathManager

While building a render engine, this Strategy class decides on the actual render strategy in accordance to the current controller settings (system state)

Artifact : pathmanager, Component(s) : RenderPathManager

+

While building a render engine, this Strategy class decides on the actual render strategy in accordance to the current controller settings (system state)

Declaration :

  • C++ : class PathManager

Artifact : pathmanager, Component(s) : RenderPathManager

-
Operation buildProcessor

Declaration :

+
Operation buildProcessor

Declaration :

All public operations : buildProcessor

diff --git a/doc/devel/uml/class130565.html b/doc/devel/uml/class130565.html index 9e783f8e1..be15e2b15 100644 --- a/doc/devel/uml/class130565.html +++ b/doc/devel/uml/class130565.html @@ -16,9 +16,10 @@ -

Declaration :

  • C++ : class BuilderFacade

Provides unified access to the builder functionality. While individual components of the builder subsystem may be called if necessary or suitable, it is usually better to do all extern invocations via the high level methods of this Facade

Artifact : builderfacade, Component(s) : Controller

+

Provides unified access to the builder functionality. While individual components of the builder subsystem may be called if necessary or suitable, it is usually better to do all extern invocations via the high level methods of this Facade

Declaration :

  • C++ : class BuilderFacade

Artifact : builderfacade, Component(s) : Controller

Stereotype: boundary

+
-
Operation buildEngine

Declaration :

Main Operation of the Builder: create a render engine for a given part of the timeline

+
Operation buildEngine

Main Operation of the Builder: create a render engine for a given part of the timeline

Declaration :

All public operations : buildEngine

diff --git a/doc/devel/uml/class130821.html b/doc/devel/uml/class130821.html index f5856aaab..d56ad24bb 100644 --- a/doc/devel/uml/class130821.html +++ b/doc/devel/uml/class130821.html @@ -16,9 +16,9 @@ -

Declaration :

  • C++ : class ConManager

Connection Manager, used to build the connections between render engine nodes, if these nodes need to cooperate besides the normal "data pull" operation. Esp., the Connection Manager knows how to wire up the effect's parameters with the corresponding ParamProviders (autmation) in the Session

Artifact : conmanager

+

Connection Manager, used to build the connections between render engine nodes, if these nodes need to cooperate besides the normal "data pull" operation. Esp., the Connection Manager knows how to wire up the effect's parameters with the corresponding ParamProviders (autmation) in the Session

Declaration :

  • C++ : class ConManager

Artifact : conmanager

-
Operation getConnection

Declaration :

  • Uml : + getConnection() : int
  • C++ : public: int getConnection ()

TODO

+
Operation getConnection

TODO

Declaration :

  • Uml : + getConnection() : int
  • C++ : public: int getConnection ()

All public operations : getConnection

diff --git a/doc/devel/uml/class130949.html b/doc/devel/uml/class130949.html index 05f451c34..05255113d 100644 --- a/doc/devel/uml/class130949.html +++ b/doc/devel/uml/class130949.html @@ -16,7 +16,7 @@ -

Declaration :

  • C++ : class RenderState

Encapsulates the logic used to get a "current render process" in accordance to the currentyl applicable controller settings. The provided StateProxy serves to hold any mutalbe state used in the render process, so the rest of the render engine can be stateless.

Artifact : renderstate

+

Encapsulates the logic used to get a "current render process" in accordance to the currentyl applicable controller settings. The provided StateProxy serves to hold any mutalbe state used in the render process, so the rest of the render engine can be stateless.

Declaration :

  • C++ : class RenderState

Artifact : renderstate

Operation getStateProxy

Declaration :

  • Uml : + getStateProxy() : State
  • C++ : public: State getStateProxy ()

All public operations : getStateProxy

diff --git a/doc/devel/uml/class131077.html b/doc/devel/uml/class131077.html index a5d40eab9..7dd483052 100644 --- a/doc/devel/uml/class131077.html +++ b/doc/devel/uml/class131077.html @@ -16,7 +16,7 @@ -

Declaration :

  • C++ : class Assembler

This is the actual building facility: provided the correct tools and associations, it serves to build and connect the individual ProcNode objects

Artifact : assembler

+

This is the actual building facility: provided the correct tools and associations, it serves to build and connect the individual ProcNode objects

Declaration :

  • C++ : class Assembler

Artifact : assembler

Operation build

Declaration :

All public operations : build

diff --git a/doc/devel/uml/class131333.html b/doc/devel/uml/class131333.html index 70d8c0609..936641c7e 100644 --- a/doc/devel/uml/class131333.html +++ b/doc/devel/uml/class131333.html @@ -16,10 +16,11 @@ -

Declaration :

Artifact : renderengine

+

Declaration :

Artifact : renderengine

-
Operation play

Declaration :

  • Uml : + play() : void
  • C++ : public: void play ()

TODO: will probably be handled differently (see Cehteh)

-
Relation renderSegments (<directional aggregation by value>)

Declaration :

  • Uml : - renderSegments : Processor, multiplicity : 0..*
  • C++ : private: list<Processor> renderSegments
+
Operation play

TODO: will probably be handled differently (see Cehteh)

Declaration :

  • Uml : + play() : void
  • C++ : public: void play ()
+
Relation renderSegments (<directional composition>)

Declaration :

Stereotype: list

+

All public operations : play

diff --git a/doc/devel/uml/class131461.html b/doc/devel/uml/class131461.html index da8373b8e..0463e56d1 100644 --- a/doc/devel/uml/class131461.html +++ b/doc/devel/uml/class131461.html @@ -4,25 +4,26 @@ -Class Processor +Class RenderGraph -
Class Processor
+
Class RenderGraph

-

Declaration :

  • C++ : class Processor

Directly inherited by : RenderEngine

-

Artifact : processor

+

Declaration :

  • C++ : class RenderGraph

Directly inherited by : RenderEngine

+

Artifact : rendergraph

-
Relation output (<unidirectional association>)

Declaration :

+
Relation pipes (<unidirectional association>)

Declaration :

Stereotype: list

+
Attribut start
-

Declaration :

  • Uml : # start : Time
  • C++ : protected: Time start

begin of the timerange covered by this processor

+

begin of the timerange covered by this processor

Declaration :

  • Uml : # start : Time
  • C++ : protected: Time start
Attribut end
-

Declaration :

  • Uml : # end : Time
  • C++ : protected: Time end

end of the timerange (excl)

+

end of the timerange (excl)

Declaration :

  • Uml : # end : Time
  • C++ : protected: Time end
diff --git a/doc/devel/uml/class131589.html b/doc/devel/uml/class131589.html index 86ae3636b..b459ef44a 100644 --- a/doc/devel/uml/class131589.html +++ b/doc/devel/uml/class131589.html @@ -16,7 +16,7 @@ -

Declaration :

The output of the render pipeline. Pulling from such exit nodes actually ivokes the render process

Artifact : exitnode

+

The output of the render pipeline. Pulling from such exit nodes actually ivokes the render process

Declaration :

Artifact : exitnode

All public operations : process , pull

diff --git a/doc/devel/uml/class131717.html b/doc/devel/uml/class131717.html index 2a2783381..faf08fb65 100644 --- a/doc/devel/uml/class131717.html +++ b/doc/devel/uml/class131717.html @@ -16,14 +16,18 @@ -

Declaration :

  • C++ : class ProcNode
  • Java : public interface ProcNode

Directly inherited by : ExitNode Link Source Trafo

-

Key abstraction of the Render Engine: A Data processing Node

Artifact : procnode

+

Key abstraction of the Render Engine: A Data processing Node

Declaration :

  • C++ : class ProcNode
  • Java : public interface ProcNode

Directly inherited by : ExitNode Link Source Trafo

+

Artifact : procnode

Stereotype: interface

+
-
Relation datasrc (<unidirectional association>)

Declaration :

The predecessor in a processing pipeline, i.e. a source to get data to be processed

-
Relation params (<directional aggregation by value>)

Declaration :

-
Relation predecessors (<directional aggregation by value>)

Declaration :

+
Relation datasrc (<unidirectional association>)

The predecessor in a processing pipeline, i.e. a source to get data to be processed

Declaration :

+
Relation params (<directional composition>)

Declaration :

Stereotype: vector

+ +
Relation predecessors (<directional composition>)

Declaration :

Stereotype: array

+
Operation pull

Declaration :

  • Uml : + pull() :
  • C++ : public: pull ()
-
Operation process

Declaration :

  • Uml : + process() :
  • C++ : public: process ()
+
Operation process

Declaration :

  • Uml : + process() :
  • C++ : public: process ()
+
Relation <unidirectional association>

Declaration :

All public operations : process , pull

diff --git a/doc/devel/uml/class132229.html b/doc/devel/uml/class132229.html index 8fc999275..cf51e3c81 100644 --- a/doc/devel/uml/class132229.html +++ b/doc/devel/uml/class132229.html @@ -16,7 +16,7 @@ -

Declaration :

  • C++ : class Projector : public Trafo

Special video processing node used to scale and translate image data.

Artifact : projector

+

Special video processing node used to scale and translate image data.

Declaration :

  • C++ : class Projector : public Trafo

Artifact : projector

All public operations : process , pull

diff --git a/doc/devel/uml/class132485.html b/doc/devel/uml/class132485.html index 54bafe5c9..ff9264b69 100644 --- a/doc/devel/uml/class132485.html +++ b/doc/devel/uml/class132485.html @@ -16,7 +16,7 @@ -

Declaration :

  • C++ : class PluginAdapter : public Trafo

Adapter used to integrage an effects processor in the render pipeline

Artifact : pluginadapter

+

Adapter used to integrage an effects processor in the render pipeline

Declaration :

  • C++ : class PluginAdapter : public Trafo

Artifact : pluginadapter

All public operations : process , pull

diff --git a/doc/devel/uml/class132741.html b/doc/devel/uml/class132741.html index 89bb5e220..dcae6fe88 100644 --- a/doc/devel/uml/class132741.html +++ b/doc/devel/uml/class132741.html @@ -17,9 +17,11 @@

Declaration :

  • C++ : class State
  • Java : public interface State

Directly inherited by : StateAdapter StateProxy

-

Artifact : stateproxy, Component(s) : Builder

+

Artifact : stateproxy, Component(s) : Builder

Stereotype: interface

+
-
Relation currFrame (<unidirectional association>)

Declaration :

  • Uml : # currFrame : Frame
  • C++ : protected: Frame * currFrame
+
Relation currFrame (<unidirectional association>)

Declaration :

  • Uml : # currFrame : Frame
  • C++ : protected: Frame * currFrame

Stereotype: vector

+
Operation fetch

Declaration :

  • Uml : + fetch() :
  • C++ : public: fetch ()
Operation allocateBuffer

Declaration :

  • Uml : + allocateBuffer() :
  • C++ : public: allocateBuffer ()
Operation releaseBuffer

Declaration :

  • Uml : + releaseBuffer() :
  • C++ : public: releaseBuffer ()
diff --git a/doc/devel/uml/class133253.html b/doc/devel/uml/class133253.html index d34dc0fb5..7675db614 100644 --- a/doc/devel/uml/class133253.html +++ b/doc/devel/uml/class133253.html @@ -16,6 +16,7 @@ -

Declaration :

  • C++ : class Frame
  • Java : public interface Frame

Directly inherited by : AFrame GLBuf VFrame

-

TODO: how to relate to Cehteh's Frame entity in the Backend?
The latter is the fundamental Frame entity, wheras this Object rather represents a buffer set containing frame date

Artifact : frame

+

TODO: how to relate to Cehteh's Frame entity in the Backend?
The latter is the fundamental Frame entity, wheras this Object rather represents a buffer set containing frame date

Declaration :

  • C++ : class Frame
  • Java : public interface Frame

Directly inherited by : AFrame GLBuf VFrame

+

Artifact : frame

Stereotype: interface

+ diff --git a/doc/devel/uml/class133765.html b/doc/devel/uml/class133765.html index b6f9bde2d..d4b581b4c 100644 --- a/doc/devel/uml/class133765.html +++ b/doc/devel/uml/class133765.html @@ -16,7 +16,7 @@ -

Declaration :

Source Node: represents a media source to pull data from.

Artifact : source

+

Source Node: represents a media source to pull data from.

Declaration :

Artifact : source

All public operations : process , pull

diff --git a/doc/devel/uml/class133893.html b/doc/devel/uml/class133893.html index ba0cbda57..8db886c76 100644 --- a/doc/devel/uml/class133893.html +++ b/doc/devel/uml/class133893.html @@ -16,7 +16,8 @@ -

Declaration :

  • C++ : enum RelType
  • Java : public enum RelType

the possible kinds of RelativePlacements

nested in RelativeLocation

+

the possible kinds of RelativePlacements

Declaration :

  • C++ : enum RelType
  • Java : public enum RelType

nested in RelativeLocation

+

Stereotype: enum

Items :

  • SAMETIME
  • diff --git a/doc/devel/uml/class134021.html b/doc/devel/uml/class134021.html index 01a81da6f..f9732546a 100644 --- a/doc/devel/uml/class134021.html +++ b/doc/devel/uml/class134021.html @@ -17,7 +17,8 @@

    Declaration :

    • C++ : class Buildable : public Visitable
    • Java : public interface Buildable

    Directly inherited by : MObject

    -

    Artifact : buildable

    +

    Artifact : buildable

    Stereotype: interface

    +
    Operation apply

    Declaration :

    • Uml : abstract, + apply(inout providedTool : BuilderTool) : void
    • C++ : public: virtual void apply (BuilderTool& providedTool) = 0

    All public operations : apply , apply , dispatchOp

    diff --git a/doc/devel/uml/class134149.html b/doc/devel/uml/class134149.html index ec9c026f4..dc49f9771 100644 --- a/doc/devel/uml/class134149.html +++ b/doc/devel/uml/class134149.html @@ -16,10 +16,11 @@ -

    Declaration :

    • C++ : class BuilderTool : public Tool, public Applicable<>
    • Java : public interface BuilderTool

    Directly inherited by : NodeCreatorTool SegmentationTool

    -

    Used according to the visitor pattern: each Tool contains the concrete implementation for one task to be done to the various MObject classes

    Artifact : buildertool

    +

    Used according to the visitor pattern: each Tool contains the concrete implementation for one task to be done to the various MObject classes

    Declaration :

    • C++ : class BuilderTool : public Tool, public Applicable<>
    • Java : public interface BuilderTool

    Directly inherited by : NodeCreatorTool SegmentationTool

    +

    Artifact : buildertool

    Stereotype: interface

    +
    -
    Operation treat

    Declaration :

    • Uml : abstract, + treat(in mElement : Buildable) : void
    • C++ : public: virtual void treat (const Buildable& mElement) = 0

    This operation is to be overloaded for the specific MObject subclasses to be treated.

    +
    Operation treat

    This operation is to be overloaded for the specific MObject subclasses to be treated.

    Declaration :

    • Uml : abstract, + treat(in mElement : Buildable) : void
    • C++ : public: virtual void treat (const Buildable& mElement) = 0

    All public operations : treat , treat

    diff --git a/doc/devel/uml/class134277.html b/doc/devel/uml/class134277.html index 6c87e8635..4b7d1cd77 100644 --- a/doc/devel/uml/class134277.html +++ b/doc/devel/uml/class134277.html @@ -16,12 +16,15 @@ -

    Declaration :

    Tool implementation for deriving a partitioning of the current timeline such, that each segement has a constant configuration. "Constant" means here, that any remaining changes over time can be represented by automation solely, without the need to change the node connections.

    Artifact : segmentationtool

    +

    Tool implementation for deriving a partitioning of the current timeline such, that each segement has a constant configuration. "Constant" means here, that any remaining changes over time can be represented by automation solely, without the need to change the node connections.

    Declaration :

    Artifact : segmentationtool

    Operation treat

    Declaration :

    • Uml : + treat(in something : Buildable) : void
    • C++ : public: void treat (const Buildable& something)
    Operation treat

    Declaration :

    • Uml : + treat(in clip : Clip) : void
    • C++ : public: void treat (const Clip& clip)
    Operation treat

    Declaration :

    • Uml : + treat(in effect : Effect) : void
    • C++ : public: void treat (const Effect& effect)
    -
    Relation segments (<directional aggregation by value>)

    Declaration :

    • Uml : # segments : Segment, multiplicity : *
    • C++ : protected: list<Segment> segments

    the partitioning of the Timeline to be created by this tool.

    +
    Relation segments (<directional composition>)

    the partitioning of the Timeline to be created by this tool.

    Declaration :

    • Uml : # segments : Segment, multiplicity : *
    • C++ : protected: list<Segment> segments

    Stereotype: list

    + +
    Relation <unidirectional association>

    Declaration :

    Stereotype: create

    +

    All public operations : treat , treat , treat , treat , treat

    diff --git a/doc/devel/uml/class134405.html b/doc/devel/uml/class134405.html index 8030835d6..427a1e23a 100644 --- a/doc/devel/uml/class134405.html +++ b/doc/devel/uml/class134405.html @@ -16,14 +16,14 @@ -

    Declaration :

    This Tool implementation plays the central role in the buld process: given a MObject from Session, it is able to attach ProcNodes to the render engine under construction such as to reflect the properties of the MObject in the actual render.

    Artifact : nodecreatertool

    +

    This Tool implementation plays the central role in the buld process: given a MObject from Session, it is able to attach ProcNodes to the render engine under construction such as to reflect the properties of the MObject in the actual render.

    Declaration :

    Artifact : nodecreatertool

    Operation treat

    Declaration :

    • Uml : + treat(inout something : Buildable) : void
    • C++ : public: void treat (Buildable& something)
    Operation treat

    Declaration :

    • Uml : + treat(inout clip : Clip) : void
    • C++ : public: void treat (Clip& clip)
    Operation treat

    Declaration :

    • Uml : + treat(inout effect : Effect) : void
    • C++ : public: void treat (Effect& effect)
    Operation treat

    Declaration :

    • Uml : + treat(inout auto : Auto) : void
    • C++ : public: void treat (Auto& auto)
    Attribut proc
    -

    Declaration :

    holds the Processor (Render Engine Element) to be built by the current build step

    +

    holds the Processor (Render Engine Element) to be built by the current build step

    Declaration :

    All public operations : treat , treat , treat , treat , treat , treat

    diff --git a/doc/devel/uml/class134533.html b/doc/devel/uml/class134533.html index cc2ba0f55..41bf3599e 100644 --- a/doc/devel/uml/class134533.html +++ b/doc/devel/uml/class134533.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : template<class VAL> class Parameter

    Descriptor and access object for a plugin parameter. Parameters may be provided with values from the session, and this values may be automated.

    Artifact : parameter, Component(s) : ProcNode

    +

    Descriptor and access object for a plugin parameter. Parameters may be provided with values from the session, and this values may be automated.

    Declaration :

    • C++ : template<class VAL> class Parameter

    Artifact : parameter, Component(s) : ProcNode

    Operation getValue

    Declaration :

    • Uml : + getValue() : VAL
    • C++ : public: VAL getValue () const
    Relation <association>

    Declaration :

    diff --git a/doc/devel/uml/class134661.html b/doc/devel/uml/class134661.html index 1933e5d2e..42afe7bb0 100644 --- a/doc/devel/uml/class134661.html +++ b/doc/devel/uml/class134661.html @@ -16,8 +16,9 @@ -

    Declaration :

    • C++ : template<class VAL> class ParamProvider
    • Java : public interface ParamProvider<VAL>

    Directly inherited by : Auto

    -

    A facility to get the actual value of a plugin/effect parameter

    Artifact : paramprovider, Component(s) : Session

    +

    A facility to get the actual value of a plugin/effect parameter

    Declaration :

    • C++ : template<class VAL> class ParamProvider
    • Java : public interface ParamProvider<VAL>

    Directly inherited by : Auto

    +

    Artifact : paramprovider, Component(s) : Session

    Stereotype: interface

    +
    Relation param (<association>)

    Declaration :

    Relation ipo (<unidirectional association>)

    Declaration :

    diff --git a/doc/devel/uml/class134789.html b/doc/devel/uml/class134789.html index 5da6a8542..c3f469971 100644 --- a/doc/devel/uml/class134789.html +++ b/doc/devel/uml/class134789.html @@ -16,5 +16,5 @@ -

    Declaration :

    • C++ : template<class VAL> class Interpolator

    Provides the implementation for getting the acutal value of a time varying or automated effect/plugin parameter

    Artifact : interpolator

    +

    Provides the implementation for getting the acutal value of a time varying or automated effect/plugin parameter

    Declaration :

    • C++ : template<class VAL> class Interpolator

    Artifact : interpolator

    diff --git a/doc/devel/uml/class134917.html b/doc/devel/uml/class134917.html index c2d5f5781..cfbb6bb3e 100644 --- a/doc/devel/uml/class134917.html +++ b/doc/devel/uml/class134917.html @@ -16,5 +16,5 @@ -

    Declaration :

    • C++ : class Time

    denotes a temporal position (time point), based on timeline start.

    investigate posix.4 realtime timers, wrap these here

    Artifact : time, Component(s) : CommonLib

    +

    denotes a temporal position (time point), based on timeline start.

    investigate posix.4 realtime timers, wrap these here

    Declaration :

    • C++ : class Time

    Artifact : time, Component(s) : CommonLib

    diff --git a/doc/devel/uml/class135173.html b/doc/devel/uml/class135173.html index d4c848734..9f75dca8e 100644 --- a/doc/devel/uml/class135173.html +++ b/doc/devel/uml/class135173.html @@ -21,7 +21,10 @@
    Attribut start

    Declaration :

    • Uml : # start : Time
    • C++ : protected: Time start
    Attribut length
    -

    Declaration :

    • Uml : # length : Time
    • C++ : protected: Time length

    duration (span) of this timeline segment.

    -
    Relation elements (<directional aggregation>)

    Declaration :

    relevant MObjects comprising this segment. TODO: actually necessary??

    +

    duration (span) of this timeline segment.

    Declaration :

    • Uml : # length : Time
    • C++ : protected: Time length
    +
    Relation elements (<directional aggregation>)

    relevant MObjects comprising this segment. TODO: actually necessary??

    Declaration :

    Stereotype: list

    + +
    Relation <unidirectional association>

    Declaration :

    Stereotype: correspondance

    +
    diff --git a/doc/devel/uml/class135301.html b/doc/devel/uml/class135301.html index 178a99fd4..286141bf3 100644 --- a/doc/devel/uml/class135301.html +++ b/doc/devel/uml/class135301.html @@ -16,5 +16,5 @@ -

    Declaration :

    • C++ : template<class T> class Factory

    a template for generating functor-like Factory objects, used to encapsulate object creation and providing access via smart-pointers only.

    +

    a template for generating functor-like Factory objects, used to encapsulate object creation and providing access via smart-pointers only.

    Declaration :

    • C++ : template<class T> class Factory
    diff --git a/doc/devel/uml/class135429.html b/doc/devel/uml/class135429.html index 538ad35b0..f78af5ebf 100644 --- a/doc/devel/uml/class135429.html +++ b/doc/devel/uml/class135429.html @@ -16,13 +16,14 @@ -

    Declaration :

    • C++ : class Appconfig

    Singleton to hold inevitable global flags and constants and for performing erarly (static) global initialization tasks.

    Artifact : appconfig

    +

    Singleton to hold inevitable global flags and constants and for performing erarly (static) global initialization tasks.

    Declaration :

    • C++ : class Appconfig

    Artifact : appconfig

    Stereotype: singleton

    +
    Attribut theApp_
    -

    Declaration :

    holds the single instance and triggers initialization

    -
    Operation Appconfig

    Declaration :

    • Uml : - Appconfig() :
    • C++ : private: Appconfig ()

    perform initialization on first access.
    A call is placed in static initialization code
    included in lumiera.h

    +

    holds the single instance and triggers initialization

    Declaration :

    +
    Operation Appconfig

    perform initialization on first access.
    A call is placed in static initialization code
    included in lumiera.h

    Declaration :

    • Uml : - Appconfig() :
    • C++ : private: Appconfig ()
    Operation instance

    Declaration :

    • Uml : static, - instance() : Appconfig*
    • C++ : private: static Appconfig* instance ()
    -
    Operation get

    Declaration :

    • Uml : static, + get(inout key : string) : string
    • C++ : public: static string get (string & key)

    access the configuation value for a given key.
    @return empty string for unknown keys, else the corresponding configuration value

    +
    Operation get

    access the configuation value for a given key.
    @return empty string for unknown keys, else the corresponding configuration value

    Declaration :

    • Uml : static, + get(inout key : string) : string
    • C++ : public: static string get (string & key)

    All public operations : get

    diff --git a/doc/devel/uml/class135557.html b/doc/devel/uml/class135557.html index cb97dca6f..596d71978 100644 --- a/doc/devel/uml/class135557.html +++ b/doc/devel/uml/class135557.html @@ -20,9 +20,10 @@

    Artifact : error, Component(s) : CommonLib

    Operation what

    Declaration :

    • Uml : + what() : const char*
    • C++ : public: virtual const char* what () const
    -
    Operation rootCause

    Declaration :

    • Uml : + rootCause() : std::exception
    • C++ : public: std::exception rootCause ()

    If this exception was caused by a chain of further exceptions,
    return the first one registered in this throw sequence.
    This works only, if every exceptions thrown as a consequence
    of another exception is propperly constructed by passing
    the original exception to the constructor

    +
    Operation rootCause

    If this exception was caused by a chain of further exceptions,
    return the first one registered in this throw sequence.
    This works only, if every exceptions thrown as a consequence
    of another exception is propperly constructed by passing
    the original exception to the constructor

    Declaration :

    • Uml : + rootCause() : std::exception
    • C++ : public: std::exception rootCause ()
    Attribut cause
    -

    Declaration :

    a copy of the first exception encountered in this exception chain

    +

    a copy of the first exception encountered in this exception chain

    Declaration :

    Stereotype: auto_ptr

    +

    All public operations : rootCause , what , what

    diff --git a/doc/devel/uml/class136325.html b/doc/devel/uml/class136325.html index 002984e29..0fa282d7b 100644 --- a/doc/devel/uml/class136325.html +++ b/doc/devel/uml/class136325.html @@ -17,9 +17,10 @@

    Declaration :

    • C++ : class std::exception

    Directly inherited by : Error

    +

    Stereotype: auxiliary

    -
    Operation what

    Declaration :

    • Uml : + what() : const char*
    • C++ : public: virtual const char* what () const

    the base class of all exceptions thrown by the standard library

    +
    Operation what

    the base class of all exceptions thrown by the standard library

    Declaration :

    • Uml : + what() : const char*
    • C++ : public: virtual const char* what () const

    All public operations : what

    diff --git a/doc/devel/uml/class136453.html b/doc/devel/uml/class136453.html index 610053bbe..37d311511 100644 --- a/doc/devel/uml/class136453.html +++ b/doc/devel/uml/class136453.html @@ -16,28 +16,29 @@ -

    Declaration :

    • C++ : class Asset
    • Java : public interface Asset

    Directly inherited by : Media Meta Proc Struct

    -

    Superinterface describing especially the bookeeping properties of Assets

    Artifact : asset

    +

    Superinterface describing especially the bookeeping properties of Assets

    Declaration :

    • C++ : class Asset
    • Java : public interface Asset

    Directly inherited by : Media Meta Proc Struct

    +

    Artifact : asset

    Stereotype: interface

    +
    Attribut id
    -

    Declaration :

    • Uml : + id : long
    • C++ : public: const long id

    Asset primary key.

    +

    Asset primary key.

    Declaration :

    • Uml : + id : long
    • C++ : public: const long id
    Attribut name
    -

    Declaration :

    • Uml : + name : string
    • C++ : public: const string name

    element ID, comprehensible but sanitized. The tuple (category, name, org) is unique.

    -
    Relation category (<unidirectional association>)

    Declaration :

    • Uml : + category : Category, multiplicity : 1
    • C++ : public: const Category* category

    primary tree like classification of the asset

    +

    element ID, comprehensible but sanitized. The tuple (category, name, org) is unique.

    Declaration :

    • Uml : + name : string
    • C++ : public: const string name
    +
    Relation category (<unidirectional association>)

    primary tree like classification of the asset

    Declaration :

    • Uml : + category : Category, multiplicity : 1
    • C++ : public: const Category* category
    Attribut org
    -

    Declaration :

    • Uml : + org : string
    • C++ : public: const string org

    origin or authorship id. Can be a project abbreviation, a package id or just the authors nickname or UID. This allows for the compnent name to be more generic (e.g. "blur"). Default for all assets provided by the core Lumiera codebase is "lumi".

    +

    origin or authorship id. Can be a project abbreviation, a package id or just the authors nickname or UID. This allows for the compnent name to be more generic (e.g. "blur"). Default for all assets provided by the core Lumiera codebase is "lumi".

    Declaration :

    • Uml : + org : string
    • C++ : public: const string org
    Attribut version
    -

    Declaration :

    • Uml : + version : uint
    • C++ : public: const unsigned int version

    version number of the thing or concept represented by this asset. Of each unique tuple (name, category, org) there will be only one version in the whole system. Version 0 is reserved for internal purposes. Versions are considered to be ordered, and any higher version is supposed to be fully backwards compatible to all previous versions.

    +

    version number of the thing or concept represented by this asset. Of each unique tuple (name, category, org) there will be only one version in the whole system. Version 0 is reserved for internal purposes. Versions are considered to be ordered, and any higher version is supposed to be fully backwards compatible to all previous versions.

    Declaration :

    • Uml : + version : uint
    • C++ : public: const unsigned int version
    Attribut groups
    -

    Declaration :

    • Uml : # groups : set<string>
    • C++ : protected: set<string> groups

    additional classification, selections or departments this asset belongs to. Groups are optional, non-exclusive and may be overlapping.

    +

    additional classification, selections or departments this asset belongs to. Groups are optional, non-exclusive and may be overlapping.

    Declaration :

    • Uml : # groups : set<string>
    • C++ : protected: set<string> groups
    Attribut shortDesc
    -

    Declaration :

    • Uml : # shortDesc : string
    • C++ : protected: const string shortDesc

    user visible Name-ID. To be localized.

    +

    user visible Name-ID. To be localized.

    Declaration :

    • Uml : # shortDesc : string
    • C++ : protected: const string shortDesc
    Attribut longDesc
    -

    Declaration :

    • Uml : # longDesc : string
    • C++ : protected: const string longDesc

    user visible qualification of the thing, unit or concept represented by this asset. perferably "in one line". To be localized.

    -
    Operation getParents

    Declaration :

    • Uml : + getParents() : vector<PAsset>
    • C++ : public: vector<PAsset> getParents ()

    List of entities this asset depends on or requires to be functional. May be empty. The head of this list can be considered the primary prerequisite

    -
    Operation getDependant

    Declaration :

    • Uml : + getDependant() : vector<PAsset>
    • C++ : public: vector<PAsset> getDependant ()

    All the other assets requiring this asset to be functional. For example, all the clips depending on a given media file. May be empty. The dependency relation is transitive.

    -
    Operation isActive

    Declaration :

    • Uml : + isActive() : bool
    • C++ : public: bool isActive ()

    weather this asset is swithced on and consequently included in the fixture and participates in rendering

    -
    Operation enable

    Declaration :

    • Uml : + enable(in bool : ) : void, exceptions : State
    • C++ : public: void enable () throw (State)

    change the enabled status of this asset. Note the corresponding #isActive predicate may depend on the enablement status of parent assets as well

    +

    user visible qualification of the thing, unit or concept represented by this asset. perferably "in one line". To be localized.

    Declaration :

    • Uml : # longDesc : string
    • C++ : protected: const string longDesc
    +
    Operation getParents

    List of entities this asset depends on or requires to be functional. May be empty. The head of this list can be considered the primary prerequisite

    Declaration :

    • Uml : + getParents() : vector<PAsset>
    • C++ : public: vector<PAsset> getParents ()
    +
    Operation getDependant

    All the other assets requiring this asset to be functional. For example, all the clips depending on a given media file. May be empty. The dependency relation is transitive.

    Declaration :

    • Uml : + getDependant() : vector<PAsset>
    • C++ : public: vector<PAsset> getDependant ()
    +
    Operation isActive

    weather this asset is swithced on and consequently included in the fixture and participates in rendering

    Declaration :

    • Uml : + isActive() : bool
    • C++ : public: bool isActive ()
    +
    Operation enable

    change the enabled status of this asset. Note the corresponding #isActive predicate may depend on the enablement status of parent assets as well

    Declaration :

    • Uml : + enable(in bool : ) : void, exceptions : State
    • C++ : public: void enable () throw (State)

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class136581.html b/doc/devel/uml/class136581.html index f9cfcc755..27db85e0f 100644 --- a/doc/devel/uml/class136581.html +++ b/doc/devel/uml/class136581.html @@ -16,14 +16,15 @@ -

    Declaration :

    • C++ : class AssetManager

    Facade for the Asset subsystem

    Artifact : assetmanager

    +

    Facade for the Asset subsystem

    Declaration :

    • C++ : class AssetManager

    Artifact : assetmanager

    Stereotype: boundary

    +
    Operation getID

    Declaration :

    • Uml : static, + getID(in idi : Asset) :
    • C++ : public: static getID ()
    -
    Operation getAsset

    Declaration :

    • Uml : + getAsset(in id : long) : KIND, exceptions : Invalid
    • C++ : public: template<class KIND> KIND getAsset (long & id) throw (Invalid)

    find and return corresponging object

    -
    Operation known

    Declaration :

    • Uml : + known(in id : long) : bool
    • C++ : public: bool known (long id)

    @return true if the given id is registered in the internal asset DB

    -
    Operation remove

    Declaration :

    • Uml : + remove(in id : long) : void, exceptions : Invalid, State
    • C++ : public: void remove (long id) throw (Invalid, State)

    remove the given asset <i>together with all its dependants</i> from the internal DB

    -
    Operation reg

    Declaration :

    • Uml : static, # reg(inout name : string, inout category : string, inout org : string, inout uint : version) : long, exceptions : Invalid
    • C++ : protected: static long reg (string & name, string & category, string & org, version& uint) throw (Invalid)

    registers an asset object in the internal DB, providing its unique key

    -
    Relation registry (<unidirectional association>)

    Declaration :

    • Uml : # registry : DB, multiplicity : 1
    • C++ : protected: DB* registry

    @internal Table or DB holding all registered asset instances.

    +
    Operation getAsset

    find and return corresponging object

    Declaration :

    • Uml : + getAsset(in id : long) : KIND, exceptions : Invalid
    • C++ : public: template<class KIND> KIND getAsset (long & id) throw (Invalid)
    +
    Operation known

    @return true if the given id is registered in the internal asset DB

    Declaration :

    • Uml : + known(in id : long) : bool
    • C++ : public: bool known (long id)
    +
    Operation remove

    remove the given asset <i>together with all its dependants</i> from the internal DB

    Declaration :

    • Uml : + remove(in id : long) : void, exceptions : Invalid, State
    • C++ : public: void remove (long id) throw (Invalid, State)
    +
    Operation reg

    registers an asset object in the internal DB, providing its unique key

    Declaration :

    • Uml : static, # reg(inout name : string, inout category : string, inout org : string, inout uint : version) : long, exceptions : Invalid
    • C++ : protected: static long reg (string & name, string & category, string & org, version& uint) throw (Invalid)
    +
    Relation registry (<unidirectional association>)

    @internal Table or DB holding all registered asset instances.

    Declaration :

    • Uml : # registry : DB, multiplicity : 1
    • C++ : protected: DB* registry

    All public operations : getAsset , getID , known , remove

    diff --git a/doc/devel/uml/class136709.html b/doc/devel/uml/class136709.html index b07b2cdc6..07f4ded09 100644 --- a/doc/devel/uml/class136709.html +++ b/doc/devel/uml/class136709.html @@ -16,11 +16,11 @@ -

    Declaration :

    • C++ : class Media : public Asset

    Directly inherited by : Clip CompoundMedia Unknown

    -

    key abstraction: media-like assets

    Artifact : media

    +

    key abstraction: media-like assets

    Declaration :

    • C++ : class Media : public Asset

    Directly inherited by : Clip CompoundMedia Unknown

    +

    Artifact : media

    -
    Operation createClip

    Declaration :

    • Uml : + createClip() : Clip
    • C++ : public: Clip createClip ()

    create a (possibly compound) Clip refering to this media, ready to be added to the EDL.

    -
    Operation howtoProc

    Declaration :

    @return descriptor how to build a render pipeline corresponding to this media

    +
    Operation createClip

    create a (possibly compound) Clip refering to this media, ready to be added to the EDL.

    Declaration :

    • Uml : + createClip() : Clip
    • C++ : public: Clip createClip ()
    +
    Operation howtoProc

    @return descriptor how to build a render pipeline corresponding to this media

    Declaration :

    All public operations : createClip , enable , getDependant , getParents , howtoProc , isActive

    diff --git a/doc/devel/uml/class136837.html b/doc/devel/uml/class136837.html index 32eeedace..ee7c013c5 100644 --- a/doc/devel/uml/class136837.html +++ b/doc/devel/uml/class136837.html @@ -16,8 +16,8 @@ -

    Declaration :

    • C++ : class Proc : public Asset

    Directly inherited by : Codec Effect

    -

    key abstraction: data processing asset

    Artifact : proc

    +

    key abstraction: data processing asset

    Declaration :

    • C++ : class Proc : public Asset

    Directly inherited by : Codec Effect

    +

    Artifact : proc

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class136965.html b/doc/devel/uml/class136965.html index b705413c0..6d8310a27 100644 --- a/doc/devel/uml/class136965.html +++ b/doc/devel/uml/class136965.html @@ -16,8 +16,8 @@ -

    Declaration :

    • C++ : class Struct : public Asset

    Directly inherited by : Pipe ProcPatt Track

    -

    key abstraction: structural asset

    Artifact : struct

    +

    key abstraction: structural asset

    Declaration :

    • C++ : class Struct : public Asset

    Directly inherited by : Pipe ProcPatt Track

    +

    Artifact : struct

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class137093.html b/doc/devel/uml/class137093.html index 6fc18f4e0..c57edd68a 100644 --- a/doc/devel/uml/class137093.html +++ b/doc/devel/uml/class137093.html @@ -16,8 +16,8 @@ -

    Declaration :

    • C++ : class Meta : public Asset

    Directly inherited by : Dataset

    -

    key abstraction: metadata and organisational asset

    Artifact : meta

    +

    key abstraction: metadata and organisational asset

    Declaration :

    • C++ : class Meta : public Asset

    Directly inherited by : Dataset

    +

    Artifact : meta

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class137221.html b/doc/devel/uml/class137221.html index 6bac4b8ca..273e26211 100644 --- a/doc/devel/uml/class137221.html +++ b/doc/devel/uml/class137221.html @@ -16,5 +16,5 @@ -

    Declaration :

    • C++ : class Category

    tree like classification of Assets

    Artifact : category

    +

    tree like classification of Assets

    Declaration :

    • C++ : class Category

    Artifact : category

    diff --git a/doc/devel/uml/class137349.html b/doc/devel/uml/class137349.html index 7d1b67bef..5239eaf48 100644 --- a/doc/devel/uml/class137349.html +++ b/doc/devel/uml/class137349.html @@ -16,9 +16,9 @@ -

    Declaration :

    • C++ : class Clip : public Media

    bookkeeping (asset) view of a media clip.

    Artifact : clip

    +

    bookkeeping (asset) view of a media clip.

    Declaration :

    • C++ : class Clip : public Media

    Artifact : clip

    -
    Relation source (<unidirectional association>)

    Declaration :

    • Uml : # source : Media, multiplicity : 1
    • C++ : protected: const Media* source

    media source of this clip

    +
    Relation source (<unidirectional association>)

    media source of this clip

    Declaration :

    • Uml : # source : Media, multiplicity : 1
    • C++ : protected: const Media* source

    All public operations : createClip , enable , getDependant , getParents , howtoProc , isActive

    diff --git a/doc/devel/uml/class137477.html b/doc/devel/uml/class137477.html index 8f5631895..b1b8d8b30 100644 --- a/doc/devel/uml/class137477.html +++ b/doc/devel/uml/class137477.html @@ -16,8 +16,8 @@ -

    Declaration :

    • C++ : class Unknown : public Media

    Directly inherited by : Preview

    -

    placeholder for unknown or unavailable media source

    Artifact : unknown

    +

    placeholder for unknown or unavailable media source

    Declaration :

    • C++ : class Unknown : public Media

    Directly inherited by : Preview

    +

    Artifact : unknown

    All public operations : createClip , enable , getDependant , getParents , howtoProc , isActive

    diff --git a/doc/devel/uml/class137605.html b/doc/devel/uml/class137605.html index f8942d22a..9d793649b 100644 --- a/doc/devel/uml/class137605.html +++ b/doc/devel/uml/class137605.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class Preview : public Unknown

    alternative version of the media data, probably with lower resolution

    Artifact : preview

    +

    alternative version of the media data, probably with lower resolution

    Declaration :

    • C++ : class Preview : public Unknown

    Artifact : preview

    All public operations : createClip , enable , getDependant , getParents , howtoProc , isActive

    diff --git a/doc/devel/uml/class137733.html b/doc/devel/uml/class137733.html index 9e9122764..e1c77a7e1 100644 --- a/doc/devel/uml/class137733.html +++ b/doc/devel/uml/class137733.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class Effect : public Proc

    Effect or media processing component

    Artifact : effect

    +

    Effect or media processing component

    Declaration :

    • C++ : class Effect : public Proc

    Artifact : effect

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class137861.html b/doc/devel/uml/class137861.html index e492ab185..3daa3239c 100644 --- a/doc/devel/uml/class137861.html +++ b/doc/devel/uml/class137861.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class Codec : public Proc

    description of some media data decoder or encoder facility

    Artifact : codec

    +

    description of some media data decoder or encoder facility

    Declaration :

    • C++ : class Codec : public Proc

    Artifact : codec

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class137989.html b/doc/devel/uml/class137989.html index 5ee601cc6..95d34e58f 100644 --- a/doc/devel/uml/class137989.html +++ b/doc/devel/uml/class137989.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class Track : public Struct

    structural asset holding the configuration of a track in the EDL

    Artifact : track

    +

    structural asset holding the configuration of a track in the EDL

    Declaration :

    • C++ : class Track : public Struct

    Artifact : track

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class138117.html b/doc/devel/uml/class138117.html index a0c0efcf7..6303d6c05 100644 --- a/doc/devel/uml/class138117.html +++ b/doc/devel/uml/class138117.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class Pipe : public Struct

    structural asset representing a basic building block within the high level model: a port for building a processing chain and generating media output

    Artifact : pipe

    +

    structural asset representing a basic building block within the high level model: a port for building a processing chain and generating media output

    Declaration :

    • C++ : class Pipe : public Struct

    Artifact : pipe

    Relation wiringTemplate (<unidirectional association>)

    Declaration :

    • Uml : # wiringTemplate : ProcPatt, multiplicity : 0..1
    • C++ : protected: ProcPatt* wiringTemplate

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class138245.html b/doc/devel/uml/class138245.html index cc00110c8..42565060f 100644 --- a/doc/devel/uml/class138245.html +++ b/doc/devel/uml/class138245.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class Dataset : public Meta

    meta asset describing a collection of control data

    Artifact : dataset

    +

    meta asset describing a collection of control data

    Declaration :

    • C++ : class Dataset : public Meta

    Artifact : dataset

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class138373.html b/doc/devel/uml/class138373.html index 59b8657a5..9e4e8f0ea 100644 --- a/doc/devel/uml/class138373.html +++ b/doc/devel/uml/class138373.html @@ -16,5 +16,5 @@ -

    Declaration :

    • C++ : class DB

    Implementation of the registry holding all Asset instances known to the Asset Manager subsystem. As of 8/2007 implemented by a hashtable.

    Artifact : db

    +

    Implementation of the registry holding all Asset instances known to the Asset Manager subsystem. As of 8/2007 implemented by a hashtable.

    Declaration :

    • C++ : class DB

    Artifact : db

    diff --git a/doc/devel/uml/class138501.html b/doc/devel/uml/class138501.html index fd0b56e89..420f671ef 100644 --- a/doc/devel/uml/class138501.html +++ b/doc/devel/uml/class138501.html @@ -16,9 +16,10 @@ -

    Declaration :

    • C++ : class CompoundMedia : public Media

    compound of several elementary media tracks,
    e.g. the individual media streams found in one media file

    Artifact : compoundmedia

    +

    compound of several elementary media tracks,
    e.g. the individual media streams found in one media file

    Declaration :

    • C++ : class CompoundMedia : public Media

    Artifact : compoundmedia

    -
    Relation tracks (<directional aggregation>)

    Declaration :

    • Uml : # tracks : Media, multiplicity : 1..*
    • C++ : protected: vector<Media *> tracks

    elementary media assets comprising this compound

    +
    Relation tracks (<directional aggregation>)

    elementary media assets comprising this compound

    Declaration :

    • Uml : # tracks : Media, multiplicity : 1..*
    • C++ : protected: vector<Media *> tracks

    Stereotype: vector

    +

    All public operations : createClip , enable , getDependant , getParents , howtoProc , isActive

    diff --git a/doc/devel/uml/class138629.html b/doc/devel/uml/class138629.html index 83cab8165..07422105d 100644 --- a/doc/devel/uml/class138629.html +++ b/doc/devel/uml/class138629.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class CompoundClip : public Clip

    Clip MObject which is actually a compound of several elementary clips,
    e.g. the several streams found within multichannels media.

    Artifact : compoundclip, Diagram : Session structure

    +

    Clip MObject which is actually a compound of several elementary clips,
    e.g. the several streams found within multichannels media.

    Declaration :

    • C++ : class CompoundClip : public Clip

    Artifact : compoundclip, Diagram : Session structure

    Relation components (<directional aggregation>)

    Declaration :

    • Uml : # components : Clip, multiplicity : 1..*
    • C++ : protected: Clip* components

    All public operations : apply , apply , dispatchOp

    diff --git a/doc/devel/uml/class138757.html b/doc/devel/uml/class138757.html index d4594382d..786f86aa2 100644 --- a/doc/devel/uml/class138757.html +++ b/doc/devel/uml/class138757.html @@ -16,9 +16,10 @@ -

    Declaration :

    • C++ : class ProcPatt : public Struct

    special type of structural Asset representing information how to build some part of the render engine's processing nodes network.

    Artifact : procpatt

    +

    special type of structural Asset representing information how to build some part of the render engine's processing nodes network.

    Declaration :

    • C++ : class ProcPatt : public Struct

    Artifact : procpatt

    -
    Relation instructions (<directional aggregation by value>)

    Declaration :

    +
    Relation instructions (<directional composition>)

    Declaration :

    Stereotype: vector

    +

    All public operations : enable , getDependant , getParents , isActive

    diff --git a/doc/devel/uml/class138885.html b/doc/devel/uml/class138885.html index ce532c0e7..efb3765a6 100644 --- a/doc/devel/uml/class138885.html +++ b/doc/devel/uml/class138885.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class SimpleClip : public Clip

    Elementary clip consisting of only one media stream

    Artifact : simpleclip

    +

    Elementary clip consisting of only one media stream

    Declaration :

    • C++ : class SimpleClip : public Clip

    Artifact : simpleclip

    All public operations : apply , apply , dispatchOp

    diff --git a/doc/devel/uml/class139013.html b/doc/devel/uml/class139013.html index 9c8b83182..77b78ca2c 100644 --- a/doc/devel/uml/class139013.html +++ b/doc/devel/uml/class139013.html @@ -16,6 +16,6 @@ -

    Declaration :

    • C++ : class BuildInstruct

    Directly inherited by : DoAttach DoRecurse

    -

    (Interface) building instructions to be executed by the Builder on the render node network under construction.

    Artifact : buildinstruct

    +

    (Interface) building instructions to be executed by the Builder on the render node network under construction.

    Declaration :

    • C++ : class BuildInstruct

    Directly inherited by : DoAttach DoRecurse

    +

    Artifact : buildinstruct

    diff --git a/doc/devel/uml/class139141.html b/doc/devel/uml/class139141.html index e1b79bcb6..167bf32f8 100644 --- a/doc/devel/uml/class139141.html +++ b/doc/devel/uml/class139141.html @@ -18,8 +18,9 @@

    Declaration :

    Artifact : buildinstruct

    -
    Relation nodes (<directional aggregation>)

    Declaration :

    • Uml : + nodes : Proc, multiplicity : 1..*
    • C++ : public: const Proc* nodes
    +
    Relation nodes (<directional aggregation>)

    Declaration :

    • Uml : + nodes : Proc, multiplicity : 1..*
    • C++ : public: const Proc* nodes

    Stereotype: vector

    +
    Attribut point
    -

    Declaration :

    • Uml : + point : string
    • C++ : public: const string point

    identifying the point where the nodes should be attached

    +

    identifying the point where the nodes should be attached

    Declaration :

    • Uml : + point : string
    • C++ : public: const string point
    diff --git a/doc/devel/uml/class139397.html b/doc/devel/uml/class139397.html index 1bfe82fbf..64f6abd05 100644 --- a/doc/devel/uml/class139397.html +++ b/doc/devel/uml/class139397.html @@ -16,7 +16,7 @@ -

    Declaration :

    • C++ : class MediaFactory

    Depends on BackendLayer

    Depends on BackendLayer

    specialized Asset Factory for configuring (new) media asset instances based on existing media files on disk; can create placeholder assets as well

    Artifact : media

    +

    specialized Asset Factory for configuring (new) media asset instances based on existing media files on disk; can create placeholder assets as well

    Declaration :

    • C++ : class MediaFactory

    Depends on BackendLayer

    Depends on BackendLayer

    Artifact : media

    diff --git a/doc/devel/uml/class139525.html b/doc/devel/uml/class139525.html index 603d8d16b..7769856e0 100644 --- a/doc/devel/uml/class139525.html +++ b/doc/devel/uml/class139525.html @@ -16,5 +16,6 @@ -

    Declaration :

    • C++ : class MediaAccessFacade

    provides functions for querying (opening) a media file, detecting the channels or streams found within this file, etc. Delegating to the actual backend functions

    Artifact : mediaaccessfacade, Component(s) : Media Access

    +

    provides functions for querying (opening) a media file, detecting the channels or streams found within this file, etc. Delegating to the actual backend functions

    Declaration :

    • C++ : class MediaAccessFacade

    Artifact : mediaaccessfacade, Component(s) : Media Access

    Stereotype: boundary

    + diff --git a/doc/devel/uml/class139653.html b/doc/devel/uml/class139653.html index 076a6ee5b..c5d179e40 100644 --- a/doc/devel/uml/class139653.html +++ b/doc/devel/uml/class139653.html @@ -16,12 +16,12 @@ -

    Declaration :

    • C++ : class Session

    Directly inherited by : SessionImpl

    -

    Primary Interface for all editing tasks.
    The session contains defaults, all the assets being edited, and a set of EDL with the individual MObjects to be manipulated and rendered.

    Artifact : session

    +

    Primary Interface for all editing tasks.
    The session contains defaults, all the assets being edited, and a set of EDL with the individual MObjects to be manipulated and rendered.

    Declaration :

    • C++ : class Session

    Directly inherited by : SessionImpl

    +

    Artifact : session

    -
    Operation currEDL

    Declaration :

    • Uml : + currEDL() : Seq
    • C++ : public: Seq currEDL ()

    The EDL currently in focus. In most cases, Session and EDL are almost the same, just EDL emphasizes the collection aspect. But generally (for larger editing projects) one Session can contain several EDLs, which may even be nested. At any given time, only one of these EDLs has focus and recieves the editing commands.

    -
    Operation getFixture

    Declaration :

    • Uml : + getFixture() : Fixture&
    • C++ : public: Fixture& getFixture ()

    While the session can be comprised of several EDLs,
    there is only one Fixture, which represents the actual
    configuration of all Objects to be rendered

    -
    Relation current (<unidirectional association>)

    Declaration :

    Standard access path to get at the current session via the Session Manager, which acts as a "PImpl" smart pointer

    +
    Operation currEDL

    The EDL currently in focus. In most cases, Session and EDL are almost the same, just EDL emphasizes the collection aspect. But generally (for larger editing projects) one Session can contain several EDLs, which may even be nested. At any given time, only one of these EDLs has focus and recieves the editing commands.

    Declaration :

    • Uml : + currEDL() : Seq
    • C++ : public: Seq currEDL ()
    +
    Operation getFixture

    While the session can be comprised of several EDLs,
    there is only one Fixture, which represents the actual
    configuration of all Objects to be rendered

    Declaration :

    • Uml : + getFixture() : Fixture&
    • C++ : public: Fixture& getFixture ()
    +
    Relation current (<unidirectional association>)

    Standard access path to get at the current session via the Session Manager, which acts as a "PImpl" smart pointer

    Declaration :

    Relation defaults (<unidirectional association>)

    Declaration :

    All public operations : currEDL , getFixture

    diff --git a/doc/devel/uml/class139781.html b/doc/devel/uml/class139781.html index 60bd83878..f731b1ac4 100644 --- a/doc/devel/uml/class139781.html +++ b/doc/devel/uml/class139781.html @@ -18,10 +18,10 @@

    Declaration :

    • C++ : class SessManager

    Artifact : sessmanager

    -
    Operation clear

    Declaration :

    • Uml : + clear() : void
    • C++ : public: void clear ()

    clear current session contents
    without resetting overall session config.
    Afterwards, the session will contain only one
    empty EDL, while all Assets are retained.

    -
    Operation reset

    Declaration :

    • Uml : + reset() : void
    • C++ : public: void reset ()

    reset all session config and
    start with a pristine default session.

    -
    Operation load

    Declaration :

    • Uml : + load() : void
    • C++ : public: void load ()

    replace the current session by a new
    session loaded from serialized state.

    -
    Operation save

    Declaration :

    • Uml : + save() : void
    • C++ : public: void save ()

    create a complete, serialized representation
    of the current session config and contents.
    @todo how to serialize, prameters, return value?

    +
    Operation clear

    clear current session contents
    without resetting overall session config.
    Afterwards, the session will contain only one
    empty EDL, while all Assets are retained.

    Declaration :

    • Uml : + clear() : void
    • C++ : public: void clear ()
    +
    Operation reset

    reset all session config and
    start with a pristine default session.

    Declaration :

    • Uml : + reset() : void
    • C++ : public: void reset ()
    +
    Operation load

    replace the current session by a new
    session loaded from serialized state.

    Declaration :

    • Uml : + load() : void
    • C++ : public: void load ()
    +
    Operation save

    create a complete, serialized representation
    of the current session config and contents.
    @todo how to serialize, prameters, return value?

    Declaration :

    • Uml : + save() : void
    • C++ : public: void save ()

    All public operations : clear , load , reset , save

    diff --git a/doc/devel/uml/class139909.html b/doc/devel/uml/class139909.html index 210261f35..0995624c2 100644 --- a/doc/devel/uml/class139909.html +++ b/doc/devel/uml/class139909.html @@ -16,9 +16,9 @@ -

    Declaration :

    • C++ : class LocatingPin

    Directly inherited by : Allocation FixedLocation RelativeLocation

    -

    An element with value semantics, which actually implements the placement of some MObject by positioning it in some way.

    Artifact : locatingpin

    +

    An element with value semantics, which actually implements the placement of some MObject by positioning it in some way.

    Declaration :

    • C++ : class LocatingPin

    Directly inherited by : Allocation FixedLocation RelativeLocation

    +

    Artifact : locatingpin

    -
    Relation next (<unidirectional association>)

    Declaration :

    next additional LocatingPin, if any

    +
    Relation next (<unidirectional association>)

    next additional LocatingPin, if any

    Declaration :

    diff --git a/doc/devel/uml/class140421.html b/doc/devel/uml/class140421.html index 0d3267c6e..b189140f1 100644 --- a/doc/devel/uml/class140421.html +++ b/doc/devel/uml/class140421.html @@ -18,7 +18,7 @@

    Declaration :

    • C++ : class Plug : public Wish

    Artifact : plug

    -
    Relation outPort (<unidirectional association>)

    Declaration :

    • Uml : # outPort : Pipe
    • C++ : protected: Pipe* outPort

    the Port this MObject wants to be conected to

    +
    Relation outPort (<unidirectional association>)

    the Port this MObject wants to be conected to

    Declaration :

    • Uml : # outPort : Pipe
    • C++ : protected: Pipe* outPort

    All public operations : get_repr

    diff --git a/doc/devel/uml/class140549.html b/doc/devel/uml/class140549.html index 9366aa42a..a57aaab4c 100644 --- a/doc/devel/uml/class140549.html +++ b/doc/devel/uml/class140549.html @@ -16,8 +16,9 @@ -

    Declaration :

    • C++ : class ConfigRules : public QueryHandler<>
    • Java : public interface ConfigRules

    Directly inherited by : ResolverBase

    -

    public acces point for running Config Queries

    +

    public acces point for running Config Queries

    Declaration :

    • C++ : class ConfigRules : public QueryHandler<>
    • Java : public interface ConfigRules

    Directly inherited by : ResolverBase

    +

    Stereotype: interface

    +
    Relation <association>

    Declaration :

    Relation <association>

    Declaration :

    diff --git a/doc/devel/uml/class140677.html b/doc/devel/uml/class140677.html index 6b32a5b25..99e322277 100644 --- a/doc/devel/uml/class140677.html +++ b/doc/devel/uml/class140677.html @@ -17,6 +17,7 @@

    Declaration :

    • C++ : template<class TY> class QueryHandler
    • Java : public interface QueryHandler<TY>

    Directly inherited by : ConfigRules

    +

    Stereotype: interface

    Relation <association>

    Declaration :

    diff --git a/doc/devel/uml/class140805.html b/doc/devel/uml/class140805.html index a9f18e933..68f8f3d3e 100644 --- a/doc/devel/uml/class140805.html +++ b/doc/devel/uml/class140805.html @@ -17,6 +17,7 @@

    Declaration :

    • C++ : template<class TY> class TypeHandler
    • Java : public interface TypeHandler<TY>

    Directly inherited by : TypeHandler<Pipe>

    +

    Stereotype: interface

    Operation find

    Declaration :

    • Uml : abstract, + find(in capabilities : Pred) : TY
    • C++ : public: virtual TY find () = 0
    diff --git a/doc/devel/uml/class141701.html b/doc/devel/uml/class141701.html index 232cf2aed..96bd39a8d 100644 --- a/doc/devel/uml/class141701.html +++ b/doc/devel/uml/class141701.html @@ -16,5 +16,6 @@ -

    Declaration :

    • C++ : class User
    +

    Declaration :

    • C++ : class User

    Stereotype: actor

    + diff --git a/doc/devel/uml/class141829.html b/doc/devel/uml/class141829.html index d6c42943f..9a503a186 100644 --- a/doc/devel/uml/class141829.html +++ b/doc/devel/uml/class141829.html @@ -16,5 +16,6 @@ -

    Declaration :

    • C++ : class Serializer
    +

    Declaration :

    • C++ : class Serializer

    Stereotype: actor

    + diff --git a/doc/devel/uml/class142469.html b/doc/devel/uml/class142469.html index 58c82f008..d03cae5ca 100644 --- a/doc/devel/uml/class142469.html +++ b/doc/devel/uml/class142469.html @@ -16,7 +16,8 @@ -

    Declaration :

    • C++ : class StateProxy : public State
    +

    Declaration :

    • C++ : class StateProxy : public State

    Stereotype: implementation

    +

    All public operations : allocateBuffer , fetch , isCalculated , releaseBuffer

    diff --git a/doc/devel/uml/class143365.html b/doc/devel/uml/class143365.html index c4e3718c3..974308cbc 100644 --- a/doc/devel/uml/class143365.html +++ b/doc/devel/uml/class143365.html @@ -21,7 +21,8 @@
    Relation <association>

    Declaration :

    Relation <association>

    Declaration :

    Relation <association>

    Declaration :

    -
    Relation <unidirectional association>

    Declaration :

    +
    Relation <unidirectional association>

    Declaration :

    Stereotype: creates

    +
    Operation callDown

    Declaration :

    • Uml : + callDown() :
    • C++ : public: callDown ()

    All public operations : callDown , callDown

    diff --git a/doc/devel/uml/class144005.html b/doc/devel/uml/class144005.html index bc2bf60f2..e5388ff5e 100644 --- a/doc/devel/uml/class144005.html +++ b/doc/devel/uml/class144005.html @@ -18,7 +18,8 @@

    Declaration :

    • C++ : template<int SIZ> class BuffTable
    -
    Relation <directional aggregation by value>

    Declaration :

    +
    Relation <directional composition>

    Declaration :

    Stereotype: array

    +
    Relation <unidirectional association>

    Declaration :

    diff --git a/doc/devel/uml/class145285.html b/doc/devel/uml/class145285.html index 914d312aa..196eeda82 100644 --- a/doc/devel/uml/class145285.html +++ b/doc/devel/uml/class145285.html @@ -16,5 +16,6 @@ -

    Declaration :

    • C++ : enum MediaKind
    • Java : package enum MediaKind
    +

    Declaration :

    • C++ : enum MediaKind
    • Java : package enum MediaKind

    Stereotype: enum

    + diff --git a/doc/devel/uml/class145541.html b/doc/devel/uml/class145541.html index 06bd62289..842eae98c 100644 --- a/doc/devel/uml/class145541.html +++ b/doc/devel/uml/class145541.html @@ -19,9 +19,11 @@

    Declaration :

    • C++ : class Timeline

    Directly inherited by : TimelineView

    -
    Relation <aggregation by value>

    Declaration :

    -
    Relation <unidirectional association>

    Declaration :

    +
    Relation <composition>

    Declaration :

    +
    Relation <unidirectional association>

    Declaration :

    Stereotype: own

    +
    Relation <unidirectional association>

    Declaration :

    -
    Relation globalBusses (<directional aggregation by value>)

    Declaration :

    • Uml : # globalBusses : Pipe, multiplicity : *
    • C++ : protected: Pipe globalBusses
    +
    Relation globalBusses (<directional composition>)

    Declaration :

    • Uml : # globalBusses : Pipe, multiplicity : *
    • C++ : protected: Pipe globalBusses

    Stereotype: list

    +
    diff --git a/doc/devel/uml/class145669.html b/doc/devel/uml/class145669.html index d2fb577a5..49d3c0315 100644 --- a/doc/devel/uml/class145669.html +++ b/doc/devel/uml/class145669.html @@ -18,7 +18,7 @@

    Declaration :

    • C++ : class Project
    -
    Relation <aggregation by value>

    Declaration :

    -
    Relation <aggregation by value>

    Declaration :

    +
    Relation <composition>

    Declaration :

    +
    Relation <composition>

    Declaration :

    diff --git a/doc/devel/uml/class145925.html b/doc/devel/uml/class145925.html index ae3ae19c7..f4d4d79e1 100644 --- a/doc/devel/uml/class145925.html +++ b/doc/devel/uml/class145925.html @@ -18,6 +18,7 @@

    Declaration :

    • C++ : class PlayControl
    -
    Relation <unidirectional association>

    Declaration :

    +
    Relation <unidirectional association>

    Declaration :

    Stereotype: direct

    +
    diff --git a/doc/devel/uml/class146053.html b/doc/devel/uml/class146053.html index d2e874de1..71cf26b2c 100644 --- a/doc/devel/uml/class146053.html +++ b/doc/devel/uml/class146053.html @@ -18,7 +18,8 @@

    Declaration :

    • C++ : class Monitor
    -
    Relation <unidirectional association>

    Declaration :

    +
    Relation <unidirectional association>

    Declaration :

    Stereotype: attach

    +
    Relation <association>

    Declaration :

    diff --git a/doc/devel/uml/class146309.html b/doc/devel/uml/class146309.html index 485390623..49148d00d 100644 --- a/doc/devel/uml/class146309.html +++ b/doc/devel/uml/class146309.html @@ -18,8 +18,9 @@

    Declaration :

    • C++ : class Sequence
    -
    Relation <aggregation by value>

    Declaration :

    -
    Relation subSequences (<unidirectional association>)

    Declaration :

    • Uml : # subSequences : Sequence, multiplicity : *
    • C++ : protected: Sequence* subSequences
    +
    Relation <composition>

    Declaration :

    +
    Relation subSequences (<unidirectional association>)

    Declaration :

    • Uml : # subSequences : Sequence, multiplicity : *
    • C++ : protected: Sequence* subSequences

    Stereotype: contains

    +
    Relation <unidirectional association>

    Declaration :

    Relation trackTree (<unidirectional association>)

    Declaration :

    • Uml : # trackTree : Track, multiplicity : 1
    • C++ : protected: Track* trackTree
    diff --git a/doc/devel/uml/class146565.html b/doc/devel/uml/class146565.html index caadd3954..a4f6d0ccf 100644 --- a/doc/devel/uml/class146565.html +++ b/doc/devel/uml/class146565.html @@ -17,5 +17,6 @@

    Declaration :

    • C++ : class Facade
    • Java : package interface Facade

    Directly inherited by : Proxy ServiceImpl

    +

    Stereotype: interface

    diff --git a/doc/devel/uml/class146693.html b/doc/devel/uml/class146693.html index 1dfd3512e..f36b4439d 100644 --- a/doc/devel/uml/class146693.html +++ b/doc/devel/uml/class146693.html @@ -17,7 +17,8 @@

    Declaration :

    • C++ : class Proxy : public Facade
    - -
    Relation <unidirectional association>

    Declaration :

    + +
    Relation <unidirectional association>

    Declaration :

    Stereotype: uses

    +
    diff --git a/doc/devel/uml/class146821.html b/doc/devel/uml/class146821.html index af636ece9..0647b5350 100644 --- a/doc/devel/uml/class146821.html +++ b/doc/devel/uml/class146821.html @@ -17,7 +17,8 @@

    Declaration :

    • C++ : class ServiceImpl : public Facade
    - -
    Relation <unidirectional association>

    Declaration :

    + +
    Relation <unidirectional association>

    Declaration :

    Stereotype: has_a

    +
    diff --git a/doc/devel/uml/class147077.html b/doc/devel/uml/class147077.html index a17c10f3a..e8b9d723b 100644 --- a/doc/devel/uml/class147077.html +++ b/doc/devel/uml/class147077.html @@ -17,7 +17,8 @@

    Declaration :

    - -
    Relation <unidirectional association>

    Declaration :

    + +
    Relation <unidirectional association>

    Declaration :

    Stereotype: calls

    +
    diff --git a/doc/devel/uml/class147333.html b/doc/devel/uml/class147333.html new file mode 100644 index 000000000..daace754a --- /dev/null +++ b/doc/devel/uml/class147333.html @@ -0,0 +1,24 @@ + + + + + + +Class Segmentation + + + + + +
    Class Segmentation
    +

    + + + + +

    Declaration :

    • C++ : class Segmentation
    + +
    Relation <association>

    Declaration :

    Stereotype: partitioning

    +
    + + diff --git a/doc/devel/uml/classdiagrams.html b/doc/devel/uml/classdiagrams.html index 8159cb541..8e9652413 100644 --- a/doc/devel/uml/classdiagrams.html +++ b/doc/devel/uml/classdiagrams.html @@ -18,7 +18,8 @@ - + + diff --git a/doc/devel/uml/classes.html b/doc/devel/uml/classes.html index 637ca483e..b30de8c8b 100644 --- a/doc/devel/uml/classes.html +++ b/doc/devel/uml/classes.html @@ -115,7 +115,6 @@ - @@ -130,11 +129,13 @@ + + diff --git a/doc/devel/uml/classes_list.html b/doc/devel/uml/classes_list.html index 33f50cb20..94c71e519 100644 --- a/doc/devel/uml/classes_list.html +++ b/doc/devel/uml/classes_list.html @@ -116,7 +116,6 @@ Proc
    ProcDispatcher
    ProcessData
    -Processor
    ProcNode
    ProcPatt
    Project
    @@ -131,11 +130,13 @@ RelativeLocation
    RelType
    RenderEngine
    +RenderGraph
    RenderState
    RenderTask
    ResolverBase
    Scheduler
    Segment
    +Segmentation
    SegmentationTool
    Seq
    Sequence
    diff --git a/doc/devel/uml/fig128181.png b/doc/devel/uml/fig128181.png index cedf4dae2..26c27d190 100644 Binary files a/doc/devel/uml/fig128181.png and b/doc/devel/uml/fig128181.png differ diff --git a/doc/devel/uml/fig129541.png b/doc/devel/uml/fig129541.png index 731ebdf44..38d07738a 100644 Binary files a/doc/devel/uml/fig129541.png and b/doc/devel/uml/fig129541.png differ diff --git a/doc/devel/uml/fig129797.png b/doc/devel/uml/fig129797.png index 229233231..557bef159 100644 Binary files a/doc/devel/uml/fig129797.png and b/doc/devel/uml/fig129797.png differ diff --git a/doc/devel/uml/fig130181.png b/doc/devel/uml/fig130181.png index fbd802a89..387ca9cb8 100644 Binary files a/doc/devel/uml/fig130181.png and b/doc/devel/uml/fig130181.png differ diff --git a/doc/devel/uml/fig130693.png b/doc/devel/uml/fig130693.png index 81351d39b..25b344151 100644 Binary files a/doc/devel/uml/fig130693.png and b/doc/devel/uml/fig130693.png differ diff --git a/doc/devel/uml/fig130821.png b/doc/devel/uml/fig130821.png index 0c951bf06..b0f53e1ba 100644 Binary files a/doc/devel/uml/fig130821.png and b/doc/devel/uml/fig130821.png differ diff --git a/doc/devel/uml/fig130949.png b/doc/devel/uml/fig130949.png index c86283700..f2d1f2f08 100644 Binary files a/doc/devel/uml/fig130949.png and b/doc/devel/uml/fig130949.png differ diff --git a/doc/devel/uml/fig131589.png b/doc/devel/uml/fig131589.png index 14e160602..a6ac2ca95 100644 Binary files a/doc/devel/uml/fig131589.png and b/doc/devel/uml/fig131589.png differ diff --git a/doc/devel/uml/fig132485.png b/doc/devel/uml/fig132485.png index 54612a806..7037db9ec 100644 Binary files a/doc/devel/uml/fig132485.png and b/doc/devel/uml/fig132485.png differ diff --git a/doc/devel/uml/fig132868.png b/doc/devel/uml/fig132868.png new file mode 100644 index 000000000..f82a05a43 Binary files /dev/null and b/doc/devel/uml/fig132868.png differ diff --git a/doc/devel/uml/index.html b/doc/devel/uml/index.html index 55bbadb38..5257dd3f7 100644 --- a/doc/devel/uml/index.html +++ b/doc/devel/uml/index.html @@ -17,6 +17,12 @@ Documentation +

    Properties:

      +
    • :

    • +
    • CopyrightClaim:

      Copyright (C) Lumiera.org
      2008, Christian Thaeter <ct@pipapo.org>

    • +
    • GPLHeader:
      This program is free software; you can redistribute it and/or
      modify it under the terms of the GNU General Public License as
      published by the Free Software Foundation; either version 2 of the
      License, or (at your option) any later version.

      This program is distributed in the hope that it will be useful,
      but WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
      GNU General Public License for more details.

      You should have received a copy of the GNU General Public License
      along with this program; if not, write to the Free Software
      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

    • +
    • html dir:
      /mnt/Lager/heim/devel/lumi/doc/devel/uml/

    • +

    1 Package design

    All things concering the big picture.
    Not a real code package, rather a container for design drafts, specifications, decisions.

    @@ -32,26 +38,32 @@ Documentation

    provided classes : Error, Time

    Asset Kinds
    Automation Entities
    Builder Entities
    Builder Entities
    Builder Tool (Visitor)
    Controller Entities
    File MappingShows whats used to access Frames
    HierarchyLumiera Exception hierarchy
    Prockey abstraction: data processing asset
    ProcDispatcher
    ProcessData
    Processor
    ProcNodeinterfaceKey abstraction of the Render Engine: A Data processing Node
    ProcPattspecial type of structural Asset representing information how to build some part of the render engine's processing nodes network.
    Project
    RelativeLocation
    RelTypeenumthe possible kinds of RelativePlacements
    RenderEngine
    RenderGraph
    RenderStateEncapsulates the logic used to get a "current render process" in accordance to the currentyl applicable controller settings. The provided StateProxy serves to hold any mutalbe state used in the render process, so the rest of the render engine can be stateless.
    RenderTask
    ResolverBase
    Scheduler
    Segment
    Segmentation
    SegmentationToolTool implementation for deriving a partitioning of the current timeline such, that each segement has a constant configuration. "Constant" means here, that any remaining changes over time can be represented by automation solely, without the need to change the node connections.
    Seq
    Sequence
    Component Builder
    +

    Stereotype: subsystem

    provided classes : State

    required classes : Fixture, SessionImpl

    Component Session
    +

    Stereotype: subsystem

    provided classes : Seq, Fixture, MObject, ParamProvider, SessionImpl

    Component EDL
    +

    Stereotype: entity

    nested in Session

    Component Fixture
    +

    Stereotype: entity

    nested in Session

    Component Controller
    -

    Depends on Builder

    provided classes : BuilderFacade

    +

    Depends on Builder

    Stereotype: subsystem

    +

    provided classes : BuilderFacade

    Component AssetManagement
    +

    Stereotype: subsystem

    Component Dispatcher

    provided classes : ProcDispatcher

    @@ -61,6 +73,7 @@ Documentation
    Component ProcNode
    +

    Stereotype: entity

    nested in Engine

    provided classes : Parameter

    required classes : ParamProvider

    @@ -76,9 +89,11 @@ Documentation

    provided classes : PathManager

    Component MediaFactory
    +

    Stereotype: component

    required classes : MediaAccessFacade

    Component AssetDB
    +

    Stereotype: service

    Component client code

    required classes : ProcDispatcher

    @@ -108,12 +123,14 @@ Documentation

    required classes : BuilderFacade, PathManager

    Component ConManager
    +

    Stereotype: component

    required classes : ParamProvider

    backend-components



    Component Media Access
    +

    Stereotype: service

    provided classes : MediaAccessFacade

    @@ -128,18 +145,21 @@ Documentation

    Source Overview



    Artifact Lumiera
    -

    Depends on common

    Depends on gui

    Depends on proc

    Depends on backend

    the main executable to be built

    -

    executable associated with : controllerfacade, processor, pluginadapter, effect, buildertool, segmentationtool, aframe, assembler, trafo, explicitplacement, auto, glrender, link, parameter, renderengine, allocation, vframe, toolfactory, arender, renderstate, label, glbuf, procnode, stateproxy, hub, buildable, abstractmo, nodecreatertool, projector, interpolator, edl, fixture, glpipe, vrender, exitnode, pathmanager, track, paramprovider, mask, main, conmanager, clip, meta, fixedlocation, relativelocation, mobject, source, frame, placement, sessionimpl, builderfacade

    +

    the main executable to be built

    +

    Depends on common

    Depends on gui

    Depends on proc

    Depends on backend

    Stereotype: executable

    +

    executable associated with : exitnode, pathmanager, track, meta, fixedlocation, relativelocation, controllerfacade, rendergraph, pluginadapter, explicitplacement, auto, glrender, arender, renderstate, label, nodecreatertool, projector, interpolator, paramprovider, mask, mobject, source, frame, effect, buildertool, segmentationtool, link, parameter, renderengine, glbuf, procnode, stateproxy, edl, fixture, glpipe, main, conmanager, clip, vrender, placement, sessionimpl, builderfacade, aframe, assembler, trafo, allocation, vframe, toolfactory, hub, buildable, abstractmo

    Artifact main
    +

    Stereotype: source

    Artifact source

    1.4.2 Package common

    -

      +

      sourcecode package

      Common library and helper classes

      • C++ namespace : lumiera
      -

      sourcecode package

      Common library and helper classes

      Diagram : Source Overview

      +

      Diagram : Source Overview

      +

      Stereotype: src

      1.4.2.1 Deployment View gen

      @@ -148,55 +168,63 @@ Documentation
      Artifact visitor

      Acyclic Visitor library

      +

      Stereotype: source

      Artifact source associated with : Visitable, Tool, Applicable

      Artifact error

      Lumiera Exception Interface

      +

      Stereotype: source

      Artifact source associated with : Error, Logic, Config, State, Invalid, External

      Artifact appconfig

      for global initialization and configuration

      +

      Stereotype: source

      Artifact source associated with : Appconfig

      Artifact time

      unified representation of a time point, including conversion functions

      +

      Stereotype: source

      Artifact source associated with : Time

      Artifact streamtype
      +

      Stereotype: source

      Artifact source associated with : StreamType, Prototype, ImplFacade

      1.4.2.2 Package error

      -

        +

        Namespace for Exception Kinds

        • C++ namespace : lumiera::error
        -

        Namespace for Exception Kinds

        +

        1.4.2.3 Package visitor

        -

          +

          sub-namespace for visitor library implementation

          • C++ namespace : lumiera::visitor
          -

          sub-namespace for visitor library implementation

    +

    1.4.3 Package backend

    -

      +

      sourcecode package

      Data backend classes here...

      • C++ namespace : backend_interface
      -

      sourcecode package

      Data backend classes here...

      +

      Stereotype: src

      +

      1.4.3.1 Deployment View gen

      Artifact mediaaccessfacade

      functions for querying media file and channels.

      +

      Stereotype: source

      Artifact source associated with : MediaAccessFacade

      1.4.4 Package proc

      -

        +

        sourcecode package

        All classes belonging to the (middle) processing layer

        • C++ namespace : proc_interface
        -

        sourcecode package

        All classes belonging to the (middle) processing layer

        +

        Stereotype: src

        +

        1.4.4.1 Deployment View gen

        defines source files to be generated by BOUML

        @@ -204,30 +232,36 @@ Documentation
        Artifact assetmanager

        Facade for the Asset subsystem

        +

        Stereotype: source

        Artifact source associated with : AssetManager

        Artifact asset

        Superinterface: bookeeping view of "things" present in the session

        +

        Stereotype: source

        Artifact source associated with : Asset

        Artifact stateproxy

        Key Interface representing a render process and encapsulating state

        +

        Stereotype: source

        Artifact source associated with : State

        Artifact controllerfacade

        Facade and service access point for the Proc Layer Controller

        +

        Stereotype: source

        Artifact source associated with : ControllerFacade

        Artifact frame

        Key Abstraction: render process and buffer holding frame data.

        +

        Stereotype: source

        Artifact source associated with : Frame

        1.4.4.2 Package asset

        -

          +

          sourcecode package

          Asset Management

          • C++ namespace : asset
          -

          sourcecode package

          Asset Management

          +

          Stereotype: src

          +

          1.4.4.2.1 Deployment View gen

          defines source files to be generated by BOUML

          @@ -235,79 +269,97 @@ Documentation
          Artifact dataset

          meta asset describing a collection of control data

          +

          Stereotype: source

          Artifact source associated with : Dataset

          Artifact category

          tree like classification of Assets

          +

          Stereotype: source

          Artifact source associated with : Category

          Artifact media

          key abstraction: media-like assets

          +

          Stereotype: source

          Artifact source associated with : Media, MediaFactory

          Artifact proc

          key abstraction: media-like assets

          +

          Stereotype: source

          Artifact source associated with : Proc

          Artifact struct

          key abstraction: structural asset

          +

          Stereotype: source

          Artifact source associated with : Struct

          Artifact meta

          key abstraction: metadata and organisational asset

          +

          Stereotype: source

          Artifact source associated with : Meta

          Artifact clip

          bookkeeping (asset) view of a media clip.

          +

          Stereotype: source

          Artifact source associated with : Clip

          Artifact compoundmedia

          a special clip as a compound of several elementary media tracks,
          e.g. the individual media streams found in one media file

          +

          Stereotype: source

          Artifact source associated with : CompoundMedia

          Artifact preview

          alternative version of the media data, probably with lower resolution

          +

          Stereotype: source

          Artifact source associated with : Preview

          Artifact unknown

          placeholder for unknown or unavailable media source

          +

          Stereotype: source

          Artifact source associated with : Unknown

          Artifact effect

          Effect or media processing component

          +

          Stereotype: source

          Artifact source associated with : Effect

          Artifact codec

          description of some media data decoder or encoder facility

          +

          Stereotype: source

          Artifact source associated with : Codec

          Artifact pipe

          structural asset corresponding to some port generating media output

          +

          Stereotype: source

          Artifact source associated with : Pipe

          Artifact track

          structural asset holding the configuration of a track in the EDL

          +

          Stereotype: source

          Artifact source associated with : Track

          Artifact procpatt

          template for building some render processing network

          +

          Stereotype: source

          Artifact source associated with : ProcPatt

          Artifact buildinstruct

          Instructions for building some configuration of render nodes.

          +

          Stereotype: source

          Artifact source associated with : BuildInstruct, DoRecurse, DoAttach

          Artifact db

          registry holding known Asset instances.

          +

          Stereotype: source

          Artifact source associated with : DB

          1.4.4.3 Package control

          -

            +

            sourcecode package

            The Processing and Render Controller,
            and the Proc-Layer dispatcher

            • C++ namespace : control
            -

            sourcecode package

            The Processing and Render Controller,
            and the Proc-Layer dispatcher

            +

            Stereotype: src

            +

            1.4.4.3.1 Deployment View gen

            defines source files to be generated by BOUML

            @@ -315,22 +367,26 @@ Documentation
            Artifact pathmanager

            Manager for deciding the actual render strategy

            +

            Stereotype: source

            Artifact source associated with : PathManager

            Artifact renderstate

            renderengine state manager

            +

            Stereotype: source

            Artifact source associated with : RenderState

            Artifact stypemanager
            +

            Stereotype: source

            Artifact source associated with : STypeManager

            1.4.4.4 Package mobject

            -

              +

              sourcecode package

              MObject Subsystem
              including the Session (EDL), Builder and Processing Controller

              • C++ namespace : mobject
              -

              sourcecode package

              MObject Subsystem
              including the Session (EDL), Builder and Processing Controller

              +

              Stereotype: src

              +

              1.4.4.4.1 Deployment View gen

              defines source files to be generated by BOUML

              @@ -338,46 +394,56 @@ Documentation
              Artifact session

              Interface: the session edited by the user

              +

              Stereotype: source

              Artifact source associated with : Session

              Artifact mobject

              Key Abstraction: A Media Object in the Session

              +

              Stereotype: source

              Artifact source associated with : MObject

              Artifact placement

              Key Abstraction: a way to place and locate a Media Object

              +

              Stereotype: source

              Artifact source associated with : Placement

              Artifact explicitplacement

              special Placement yielding an absolute location (Time,Track)-location for a MObject

              +

              Stereotype: source

              Artifact source associated with : ExplicitPlacement

              Artifact builderfacade

              Facade and service access point for the Builder Subsystem

              +

              Stereotype: source

              Artifact source associated with : BuilderFacade

              Artifact buildable

              marker interface denoting any MObject able to be treated by Tools

              +

              Stereotype: source

              Artifact source associated with : Buildable

              Artifact parameter

              representation of an automatable effect/plugin parameter

              +

              Stereotype: source

              Artifact source associated with : Parameter

              Artifact paramprovider

              interface denoting a source for actual Parameter values

              +

              Stereotype: source

              Artifact source associated with : ParamProvider

              Artifact interpolator

              denotes a facility to get (continuously interpolated) parameter values

              +

              Stereotype: source

              Artifact source associated with : Interpolator

              1.4.4.4.2 Package session

              -

                +

                sourcecode package

                Everything concerning the EDL and Session, within the MObject Subsystem

                • C++ namespace : mobject::session
                -

                sourcecode package

                Everything concerning the EDL and Session, within the MObject Subsystem

                +

                Stereotype: src

                +

                1.4.4.4.2.1 Deployment View gen

                defines source files to be generated by BOUML

                @@ -385,93 +451,115 @@ Documentation
                Artifact sessionimpl

                holds the complete session data to be edited by the user

                +

                Stereotype: source

                Artifact source associated with : SessionImpl

                Artifact sessmanager

                global session access and lifecycle

                +

                Stereotype: source

                Artifact source associated with : SessManager

                Artifact edl

                the (high level) Edit Decision List within the current Session

                +

                Stereotype: source

                Artifact source associated with : Seq

                Artifact fixture

                the (low level) representation of the EDL with concrete placement data

                +

                Stereotype: source

                Artifact source associated with : Fixture

                Artifact segment

                Segment of the Timeline.
                Used at the moment (7/07) for partitioning the timeline/fixture into segments
                to be rendered by a specialized render node network for each, without the need
                to change any connections within a given segment.
                Note this concept may be superfluos alltogether; is a draft and the real
                use still needs to be worked out...

                +

                Stereotype: source

                Artifact source associated with : Segment

                Artifact track

                A grouping device within the EDL. The corresponding Placement
                by which this Track object is refered defines fallback placing
                properties to be used by all objects placed on this track in
                case they don't specify more concrete placements.
                Typically, tracks are used do make default Port connections,
                define a layer or pan for sound and for for disabling groups
                of clips. Note tracks are grouped in a tree like fashion.

                +

                Stereotype: source

                Artifact source associated with : Track

                Artifact abstractmo

                abstract base class for all Media Objects

                +

                Stereotype: source

                Artifact source associated with : AbstractMO

                Artifact clip

                a Media Clip

                +

                Stereotype: source

                Artifact source associated with : Clip

                Artifact simpleclip

                Elementary clip (single media stream only)

                +

                Stereotype: source

                Artifact source associated with : SimpleClip

                Artifact compoundclip

                compound of several clips (multichannel)

                +

                Stereotype: source

                Artifact source associated with : CompoundClip

                Artifact effect

                EDL representation of a pluggable and automatable effect.

                +

                Stereotype: source

                Artifact source associated with : Effect

                Artifact meta

                abstract base class of all MObjects representing meta data or processing instructions

                +

                Stereotype: source

                Artifact source associated with : Meta

                Artifact locatingpin

                Chaining and constraining the Placement of a Media Object

                +

                Stereotype: source

                Artifact source associated with : LocatingPin

                Artifact fixedlocation

                implements fixed placement of a MObject

                +

                Stereotype: source

                Artifact source associated with : FixedLocation

                Artifact relativelocation

                Placement implemnetaion providing various ways of attaching a MObject to another one

                +

                Stereotype: source

                Artifact source associated with : RelativeLocation

                Artifact allocation
                +

                Stereotype: source

                Artifact source associated with : Allocation

                Artifact constraint

                LocatingPin representing an directive by the user that
                must not be violated

                +

                Stereotype: source

                Artifact source associated with : Constraint

                Artifact wish

                LocatingPin representing a low-priority directive by the user,
                to be fulfilled only if possible (and after satisfying the
                more important LocatingPins)

                +

                Stereotype: source

                Artifact source associated with : Wish

                Artifact plug

                LocatingPin for requesting connection to some Port

                +

                Stereotype: source

                Artifact source associated with : Plug

                Artifact label
                +

                Stereotype: source

                Artifact source associated with : Label

                Artifact auto

                Media Object holding automation data

                +

                Stereotype: source

                Artifact source associated with : Auto

                1.4.4.4.3 Package builder

                -

                  +

                  sourcecode package

                  The Builder creating the Render Engine,
                  located within the MObject Subsystem

                  • C++ namespace : mobject::builder
                  -

                  sourcecode package

                  The Builder creating the Render Engine,
                  located within the MObject Subsystem

                  +

                  Stereotype: src

                  +

                  1.4.4.4.3.1 Deployment View gen

                  defines source files to be generated by BOUML

                  @@ -479,36 +567,43 @@ Documentation
                  Artifact toolfactory

                  supply of Tool implementations for the Builder

                  +

                  Stereotype: source

                  Artifact source associated with : ToolFactory

                  Artifact conmanager

                  manages the creation of additional ProcNode connections for the Renderengine

                  +

                  Stereotype: source

                  Artifact source associated with : ConManager

                  Artifact assembler

                  building facility (implementation of the build process)

                  +

                  Stereotype: source

                  Artifact source associated with : Assembler

                  Artifact buildertool

                  Interface, any tool for processing MObjects

                  +

                  Stereotype: source

                  Artifact source associated with : BuilderTool

                  Artifact segmentationtool

                  Tool for creating a partitioning of the current timeline

                  +

                  Stereotype: source

                  Artifact source associated with : SegmentationTool

                  Artifact nodecreatertool

                  central Tool implementing the Renderengine building

                  +

                  Stereotype: source

                  Artifact source associated with : NodeCreatorTool

              1.4.4.5 Package engine

              -

                +

                sourcecode package

                The Core Render Engine

                • C++ namespace : engine
                -

                sourcecode package

                The Core Render Engine

                +

                Stereotype: src

                +

                1.4.4.5.1 Deployment View gen

                defines source files to be generated by BOUML

                @@ -516,95 +611,116 @@ Documentation
                Artifact renderengine

                a complete network of processing nodes usable for rendering

                +

                Stereotype: source

                Artifact source associated with : RenderEngine

                -
                Artifact processor
                +
                Artifact rendergraph

                a single render pipeline for one segment of the timeline

                -

                Artifact source associated with : Processor

                +

                Stereotype: source

                +

                Artifact source associated with : RenderGraph

                Artifact exitnode

                special Processing Node providing "pullable" output

                +

                Stereotype: source

                Artifact source associated with : ExitNode

                Artifact procnode

                Key abstraction of the Render Engine: a Processing Node

                +

                Stereotype: source

                Artifact source associated with : ProcNode

                Artifact trafo

                transforming processing Node

                +

                Stereotype: source

                Artifact source associated with : Trafo

                Artifact link

                forwarding, adapting or connecting ProcNode

                +

                Stereotype: source

                Artifact source associated with : Link

                Artifact hub

                special ProcNode used to build data distributing connections

                +

                Stereotype: source

                Artifact source

                Artifact projector

                video ProcNode for scaling and translating image data

                +

                Stereotype: source

                Artifact source associated with : Projector

                Artifact mask

                Video ProcNode for masking regions of the image (automatable)

                +

                Stereotype: source

                Artifact source associated with : Mask

                Artifact pluginadapter

                Adapter for integrating various Effect processors in the render pipeline

                +

                Stereotype: source

                Artifact source associated with : PluginAdapter

                Artifact codecadapter

                Processing Node for (de)coding media data

                +

                Stereotype: source

                Artifact source associated with : CodecAdapter

                Artifact glpipe

                specialized connection element for handling OpenGL implementation details

                +

                Stereotype: source

                Artifact source

                Artifact arender

                Representation of a Audio Render process

                +

                Stereotype: source

                Artifact source

                Artifact vrender

                Representation of a Video render process

                +

                Stereotype: source

                Artifact source

                Artifact glrender

                Representation of a OpenGL accellerated Video render process

                +

                Stereotype: source

                Artifact source

                Artifact aframe

                a buffer and render process holding a Audio frame

                +

                Stereotype: source

                Artifact source associated with : AFrame

                Artifact vframe

                a buffer and render process holding a Video frame

                +

                Stereotype: source

                Artifact source associated with : VFrame

                Artifact glbuf

                a buffer and render process holding a Video frame for OpenGL rendering

                +

                Stereotype: source

                Artifact source associated with : GLBuf

                Artifact source

                Representation of a Media source

                +

                Stereotype: source

                Artifact source associated with : Source

        1.4.5 Package gui

        -

          +

          sourcecode package

          User Interface classes go here

          • C++ namespace : gui
          -

          sourcecode package

          User Interface classes go here

          +

          Stereotype: src

          +

          1.4.5.1 Deployment View gen

          defines source files to be generated by BOUML

          1.4.6 Package tool

          -

          sourcecode package

          Tools and Utilities
          (separate from the main cinelrra binary)

          +

          sourcecode package

          Tools and Utilities
          (separate from the main cinelrra binary)

          Stereotype: src

          +

          1.4.6.1 Deployment View gen

          defines source files to be generated by BOUML

          @@ -730,6 +846,7 @@ reuse exiting Engine

        Selection :

          Transformation
          Class Seq
          Class Fixture
          +
          Class Segment
          Class Track
          Class MObject
          @@ -838,7 +955,7 @@ reuse exiting Engine

        Selection :

          Transformation

          Defined in building the Engine

          -

          Builder Entities



          +

          Builder Tool (Visitor)



          @@ -848,6 +965,9 @@ reuse exiting Engine

        Selection :

          Transformation
          + +

          +

          Builder Entities



          @@ -878,11 +998,11 @@ reuse exiting Engine

        Selection :

          Transformation

          Overview Render Engine



          -
          Node timeline
          +
          Node effective timeline (Fixture)
          Node playlist
          -
          Node proc
          +
          Node graph
          Node pnode
          @@ -906,7 +1026,7 @@ reuse exiting Engine

          Selection :

            Transformation

            StateAdapter composition



            -
            Class Processor
            +
            Class ExitNode
            Class ProcNode
            Class Trafo
            @@ -1015,17 +1135,17 @@ reuse exiting Engine

            Selection :

              Transformation
              Class instance

              type :RenderEngine

              relations :

              -
              Class instance audio1

              type :Processor

              attributes :

                +
                Class instance audio1

                type :RenderGraph

                attributes :

                relations :

                -
                Class instance video1

                type :Processor

                attributes :

                  +
                  Class instance video1

                  type :RenderGraph

                  attributes :

                  relations :

                  Class instance video

                  type :ExitNode

                  relations :

                  • datasrc = ouput
                  • @@ -1056,11 +1176,11 @@ reuse exiting Engine

                  Selection :

                    Transformation
                    Class instance input

                    type :Projector

                    relations :

                    -
                    Class instance video1

                    type :Processor

                    attributes :

                    Class instance

                    type :VFrame

                    -
                    Class instance video1

                    type :Processor

                    attributes :

                      +
                      Class instance video1

                      type :RenderGraph

                      attributes :

                      relations :

                      Class instance video

                      type :ExitNode

                      relations :

                      • datasrc = ouput
                      • @@ -1085,11 +1205,11 @@ reuse exiting Engine

                      Selection :

                        Transformation
                        Class instance input

                        type :Projector

                        relations :

                        -
                        Class instance video1

                        type :Processor

                        attributes :

                          +
                          Class instance video1

                          type :RenderGraph

                          attributes :

                          relations :

                          Class instance ouput

                          type :Projector

                          relations :

                          • datasrc = input
                          • diff --git a/doc/devel/uml/index_60.html b/doc/devel/uml/index_60.html index 75ccc147d..8712d7074 100644 --- a/doc/devel/uml/index_60.html +++ b/doc/devel/uml/index_60.html @@ -30,8 +30,8 @@ <flow>transition <flow>transition <flow>transition -<flow>transition <flow>transition +<flow>transition <flow>transition <flow>transition <flow>transition diff --git a/doc/devel/uml/index_65.html b/doc/devel/uml/index_65.html index ab57596c5..da137cab0 100644 --- a/doc/devel/uml/index_65.html +++ b/doc/devel/uml/index_65.html @@ -58,9 +58,9 @@ aud_aclass instance aud_Aclass instance audioclass instance -audio1class instance audio1class instance audio1class instance +audio1class instance autoartifactMedia Object holding automation data AutoclassAutomation data for some parameter (i.e. a time varying function) Automation Entitiesclass diagram diff --git a/doc/devel/uml/index_66.html b/doc/devel/uml/index_66.html index 3a6ba7379..5a4df3c38 100644 --- a/doc/devel/uml/index_66.html +++ b/doc/devel/uml/index_66.html @@ -39,7 +39,8 @@ Buildercomponent Builderpackage builderpackagesourcecode package

                            The Builder creating the Render Engine,
                            located within the MObject Subsystem -Builder Entitiesclass diagram +Builder Entitiesclass diagram +Builder Tool (Visitor)class diagram Builder Workingsclass view BuilderFacadeclassProvides unified access to the builder functionality. While individual components of the builder subsystem may be called if necessary or suitable, it is usually better to do all extern invocations via the high level methods of this Facade builderfacadeartifactFacade and service access point for the Builder Subsystem diff --git a/doc/devel/uml/index_67.html b/doc/devel/uml/index_67.html index b906f4d25..a17989712 100644 --- a/doc/devel/uml/index_67.html +++ b/doc/devel/uml/index_67.html @@ -32,39 +32,39 @@ chainoperationcreate and add another Placement for this media object, thus increasingly constraining the (possible) position of this object. checked_inrelationchecked_in objects are subject of cache aging and must be not in use checked_outrelationthis list keeps all mappings which are in use, and thus prevents them from Cache aging +class instanceclass instance +class instanceclass instance +class instanceclass instance class instanceclass instance -class instanceclass instance class instanceclass instance class instanceclass instance -class instanceclass instance -class instanceclass instance class instanceclass instance +class instanceclass instance class instanceclass instance -class instanceclass instance -class instanceclass instance -class instanceclass instance -class instanceclass instance +class instanceclass instance +class instanceclass instance class instanceclass instance -class instanceclass instance +class instanceclass instance class instanceclass instance class instanceclass instance -class instanceclass instance -class instanceclass instance -class instanceclass instance -class instanceclass instance -class instanceclass instance -class instanceclass instance class instanceclass instance -class instanceclass instance -class instanceclass instance -class instanceclass instance +class instanceclass instance +class instanceclass instance +class instanceclass instance +class instanceclass instance class instanceclass instance -class instanceclass instance +class instanceclass instance +class instanceclass instance +class instanceclass instance +class instanceclass instance +class instanceclass instance +class instanceclass instance +class instanceclass instance clearoperationclear current session contents
                            without resetting overall session config.
                            Afterwards, the session will contain only one
                            empty EDL, while all Assets are retained.
                            client codecomponent Clipclassbookkeeping (asset) view of a media clip. -clipartifactbookkeeping (asset) view of a media clip. clipartifacta Media Clip +clipartifactbookkeeping (asset) view of a media clip. Clipclass clipsrelation Codecclassdescription of some media data decoder or encoder facility diff --git a/doc/devel/uml/index_69.html b/doc/devel/uml/index_69.html index 4fe57adfd..37fab2669 100644 --- a/doc/devel/uml/index_69.html +++ b/doc/devel/uml/index_69.html @@ -23,9 +23,10 @@ EDL Example2object diagramMore complex example showing the Object graph in the EDL and how it is linked into the Fixture to yield the actual locations. In this example, an HUE Effect is applied on a part of the Clip edlsrelation EffectclassEffect or media processing component -effectartifactEDL representation of a pluggable and automatable effect. effectartifactEffect or media processing component +effectartifactEDL representation of a pluggable and automatable effect. Effectclass +effective timeline (Fixture)node effectiveTimelinerelation elementsrelationrelevant MObjects comprising this segment. TODO: actually necessary?? enableoperationchange the enabled status of this asset. Note the corresponding #isActive predicate may depend on the enablement status of parent assets as well diff --git a/doc/devel/uml/index_70.html b/doc/devel/uml/index_70.html index 5f2c83e88..777bf389c 100644 --- a/doc/devel/uml/index_70.html +++ b/doc/devel/uml/index_70.html @@ -37,8 +37,8 @@ FixedLocationclass Fixtureactivity object fixtureartifactthe (low level) representation of the EDL with concrete placement data -Fixtureclass Fixturecomponent +Fixtureclass fork activity nodefork activity node FrameclassFrames are just a low level lump of continous memory, most parts are opaque. Frames are memory sensitive, they will be small constant sized structures which can be efficently managed in a pool. Framenode diff --git a/doc/devel/uml/index_71.html b/doc/devel/uml/index_71.html index 75f10c74f..a95c02ef8 100644 --- a/doc/devel/uml/index_71.html +++ b/doc/devel/uml/index_71.html @@ -49,6 +49,7 @@ globalBussesrelation glpipeartifactspecialized connection element for handling OpenGL implementation details glrenderartifactRepresentation of a OpenGL accellerated Video render process +graphnode groupsattributeadditional classification, selections or departments this asset belongs to. Groups are optional, non-exclusive and may be overlapping. guipackagesourcecode package

                            User Interface classes go here GUIpackageGUI is here just a container to hold any entities considered to be User Interface related, which is not in focus for this Design draft diff --git a/doc/devel/uml/index_73.html b/doc/devel/uml/index_73.html index 7f152ccfe..844b1bf03 100644 --- a/doc/devel/uml/index_73.html +++ b/doc/devel/uml/index_73.html @@ -21,8 +21,8 @@ ImplFacadeclass In Memory Databaseclass diagram inFixtureactivity action pin -inputclass instance inputclass instance +inputclass instance inputclass instance instanceoperation InstanceHandleclass diff --git a/doc/devel/uml/index_77.html b/doc/devel/uml/index_77.html index c88824279..56c268d60 100644 --- a/doc/devel/uml/index_77.html +++ b/doc/devel/uml/index_77.html @@ -34,8 +34,8 @@ MediaKindclass merge activity nodemerge activity node Metaclasskey abstraction: metadata and organisational asset -metaartifactkey abstraction: metadata and organisational asset metaartifactabstract base class of all MObjects representing meta data or processing instructions +metaartifactkey abstraction: metadata and organisational asset Metaclass mobjectartifactKey Abstraction: A Media Object in the Session mobjectpackagesourcecode package

                            MObject Subsystem
                            including the Session (EDL), Builder and Processing Controller diff --git a/doc/devel/uml/index_79.html b/doc/devel/uml/index_79.html index e17eadde8..d7e2263c6 100644 --- a/doc/devel/uml/index_79.html +++ b/doc/devel/uml/index_79.html @@ -20,11 +20,10 @@ offsetattributeOffset the actual position by this (time) value relative to the anchor point. TODO: Representation? OperationBaseclass orgattributeorigin or authorship id. Can be a project abbreviation, a package id or just the authors nickname or UID. This allows for the compnent name to be more generic (e.g. "blur"). Default for all assets provided by the core Lumiera codebase is "lumi". -ouputclass instance ouputclass instance ouputclass instance +ouputclass instance outPortrelationthe Port this MObject wants to be conected to -outputrelation Overviewcomponent diagramThis drawing shows the top level compoents and relations Overview Render Enginedeployment diagram diff --git a/doc/devel/uml/index_80.html b/doc/devel/uml/index_80.html index d024e3dca..5f43290e4 100644 --- a/doc/devel/uml/index_80.html +++ b/doc/devel/uml/index_80.html @@ -27,6 +27,7 @@ pathmanagerartifactManager for deciding the actual render strategy Pipeclassstructural asset representing a basic building block within the high level model: a port for building a processing chain and generating media output pipeartifactstructural asset corresponding to some port generating media output +pipesrelation pipesrelationthe global ports (busses) of the session placementartifactKey Abstraction: a way to place and locate a Media Object Placementclassused to specify the position of a MObject in the EDL. This can be done in various ways (absolute, relative).
                            Placement at the same time acts as (refcounting) smart pointer for accessing the MObject. @@ -49,7 +50,6 @@ previewartifactalternative version of the media data, probably with lower resolution Procclasskey abstraction: data processing asset procpackagesourcecode package

                            All classes belonging to the (middle) processing layer -procnode procartifactkey abstraction: media-like assets procattributeholds the Processor (Render Engine Element) to be built by the current build step Proc-Asset Relationsclass diagram @@ -58,8 +58,6 @@ processoperation ProcessDataclass ProcessingLayerpackage -Processorclass -processorartifacta single render pipeline for one segment of the timeline ProcNodecomponent ProcNodeclassKey abstraction of the Render Engine: A Data processing Node procnodeartifactKey abstraction of the Render Engine: a Processing Node diff --git a/doc/devel/uml/index_82.html b/doc/devel/uml/index_82.html index fd3368437..8c7b345eb 100644 --- a/doc/devel/uml/index_82.html +++ b/doc/devel/uml/index_82.html @@ -24,8 +24,8 @@ relativelocationartifactPlacement implemnetaion providing various ways of attaching a MObject to another one RelativeLocationclass releaseBufferoperation -RelTypeclassthe possible kinds of RelativePlacements relTypeattributethe kind of relation denoted by this Placement +RelTypeclassthe possible kinds of RelativePlacements removeoperationremove the given asset <i>together with all its dependants</i> from the internal DB Render Entitiesclass diagram Render Mechanicsclass diagram @@ -35,6 +35,8 @@ renderengineartifacta complete network of processing nodes usable for rendering RenderEnginepackage Renderengine Useuse case view +RenderGraphclass +rendergraphartifacta single render pipeline for one segment of the timeline RenderPathManagercomponent renderSegmentsrelation RenderStateclassEncapsulates the logic used to get a "current render process" in accordance to the currentyl applicable controller settings. The provided StateProxy serves to hold any mutalbe state used in the render process, so the rest of the render engine can be stateless. diff --git a/doc/devel/uml/index_83.html b/doc/devel/uml/index_83.html index 9c9ebb223..028888285 100644 --- a/doc/devel/uml/index_83.html +++ b/doc/devel/uml/index_83.html @@ -23,6 +23,7 @@ segmentartifactSegment of the Timeline.
                            Used at the moment (7/07) for partitioning the timeline/fixture into segments
                            to be rendered by a specialized render node network for each, without the need
                            to change any connections within a given segment.
                            Note this concept may be superfluos alltogether; is a draft and the real
                            use still needs to be worked out... Segmentclass segment Toolactivity object +Segmentationclass SegmentationToolclassTool implementation for deriving a partitioning of the current timeline such, that each segement has a constant configuration. "Constant" means here, that any remaining changes over time can be represented by automation solely, without the need to change the node connections. segmentationtoolartifactTool for creating a partitioning of the current timeline segmentsactivity object @@ -50,8 +51,8 @@ SimpleClipclassElementary clip consisting of only one media stream SmartPointerclass SmartPointersclass view -sourcerelationmedia source of this clip sourcerelationthe media source this clip referes to +sourcerelationmedia source of this clip SourceclassSource Node: represents a media source to pull data from. sourceartifactRepresentation of a Media source Source Overviewdeployment diagram diff --git a/doc/devel/uml/index_84.html b/doc/devel/uml/index_84.html index 8f80d7c8d..361bf1d1f 100644 --- a/doc/devel/uml/index_84.html +++ b/doc/devel/uml/index_84.html @@ -24,7 +24,6 @@ timeattribute timeartifactunified representation of a time point, including conversion functions Timeclassdenotes a temporal position (time point), based on timeline start.

                            investigate posix.4 realtime timers, wrap these here -timelinenode Timelineclass TimelineSequencesclass diagram TimelineViewclass @@ -45,13 +44,13 @@ trafoartifacttransforming processing Node treatoperation treatoperationThis operation is to be overloaded for the specific MObject subclasses to be treated. +treatoperation treatoperation treatoperation -treatoperation treatoperation -treatoperation treatoperation treatoperation +treatoperation TypeHandlerclass TypeHandler<Pipe>class diff --git a/doc/devel/uml/index_86.html b/doc/devel/uml/index_86.html index 203265efb..1ab403ad8 100644 --- a/doc/devel/uml/index_86.html +++ b/doc/devel/uml/index_86.html @@ -21,21 +21,21 @@ VFrameclass vframeartifacta buffer and render process holding a Video frame vid1class instance -vid_aclass instance -vid_aclass instance -vid_Aclass instance -vid_Aclass instance vid_Aclass instance -videoclass instance -videoclass instance -videoclass instance +vid_aclass instance +vid_Aclass instance +vid_aclass instance +vid_Aclass instance videoclass instance -video1class instance -video1class instance -video1class instance -video1class instance -video1class instance +videoclass instance +videoclass instance +videoclass instance video1class instance +video1class instance +video1class instance +video1class instance +video1class instance +video1class instance Visitableclass visitorpackagesub-namespace for visitor library implementation visitorartifactAcyclic Visitor library diff --git a/doc/devel/uml/style.css b/doc/devel/uml/style.css index 2f256177f..3a10a8149 100644 --- a/doc/devel/uml/style.css +++ b/doc/devel/uml/style.css @@ -1,6 +1,6 @@ div.title { font-size: 150%; background: #87ceff; text-align: center; font-weight: bold; } -div.sub { margin-left : 20; } +div.sub { margin-left : 20px; } div.element { background: #d3d3d3; } h1.package { background: #ffe4c4; }