2007-06-25 09:02:09 +02:00
<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > Class ProcNode< / title >
< link rel = "stylesheet" href = "style.css" type = "text/css" / >
< / head >
< body bgcolor = "#ffffff" >
< div class = "title" > Class ProcNode< / div >
< p > < / p >
<!-- ============================================================= -->
< a name = "refclass131717" > < / a >
2009-06-07 19:45:47 +02:00
< p > Key abstraction of the Render Engine: A Data processing Node< br / > < / p > < p > Declaration :< / p > < ul > < li > C++ : class ProcNode < / li > < li > Java : public interface ProcNode < / li > < / ul > < p > Directly inherited by : < a href = "class131589.html#refclass131589" > < b > ExitNode< / b > < / a > < a href = "class131973.html#refclass131973" > < b > Link< / b > < / a > < a href = "class133765.html#refclass133765" > < b > Source< / b > < / a > < a href = "class131845.html#refclass131845" > < b > Trafo< / b > < / a > < / p >
< p > Artifact : < a href = "index.html#refartifact132357" > < b > procnode< / b > < / a > < / p > < p > Stereotype: interface< / p >
< div class = "sub" >
2007-06-25 09:02:09 +02:00
< a name = "refrelation136965" > < / a >
2009-06-07 19:45:47 +02:00
< table > < tr > < td > < div class = "element" > Relation < b > datasrc (< unidirectional association> )< / b > < / div > < / td > < / tr > < / table > < p > The predecessor in a processing pipeline, i.e. a source to get data to be processed< br / > < / p > < p > Declaration :< / p > < ul > < li > Uml : # datasrc : < a href = "class131717.html#refclass131717" > < b > ProcNode< / b > < / a > < / li > < li > C++ : protected: < a href = "class131717.html#refclass131717" > < b > ProcNode< / b > < / a > * datasrc< / li > < / ul > < a name = "refrelation137861" > < / a >
< table > < tr > < td > < div class = "element" > Relation < b > params (< directional composition> )< / b > < / div > < / td > < / tr > < / table > < p > Declaration :< / p > < ul > < li > Uml : # params : < a href = "class134533.html#refclass134533" > < b > Parameter< / b > < / a > , multiplicity : 1..*< / li > < li > C++ : protected: vector< < a href = "class134533.html#refclass134533" > < b > Parameter< / b > < / a > > params< / li > < / ul > < p > Stereotype: vector< / p >
< a name = "refrelation152581" > < / a >
< table > < tr > < td > < div class = "element" > Relation < b > predecessors (< directional composition> )< / b > < / div > < / td > < / tr > < / table > < p > Declaration :< / p > < ul > < li > Uml : # predecessors : < a href = "class142725.html#refclass142725" > < b > WiringDescriptor< / b > < / a > , multiplicity : *< / li > < li > C++ : protected: < a href = "class142725.html#refclass142725" > < b > WiringDescriptor< / b > < / a > predecessors< / li > < / ul > < p > Stereotype: array< / p >
< a name = "refoperation135685" > < / a >
2008-06-11 05:44:10 +02:00
< table > < tr > < td > < div class = "element" > Operation < b > pull< / b > < / div > < / td > < / tr > < / table > < p > Declaration :< / p > < ul > < li > Uml : + pull() : < / li > < li > C++ : public: pull () < / li > < / ul > < a name = "refoperation136069" > < / a >
2009-06-07 19:45:47 +02:00
< table > < tr > < td > < div class = "element" > Operation < b > process< / b > < / div > < / td > < / tr > < / table > < p > Declaration :< / p > < ul > < li > Uml : + process() : < / li > < li > C++ : public: process () < / li > < / ul > < a name = "refrelation166789" > < / a >
< table > < tr > < td > < div class = "element" > Relation < b > < unidirectional association> < / b > < / div > < / td > < / tr > < / table > < p > Declaration :< / p > < ul > < li > Uml : # : < a href = "class142725.html#refclass142725" > < b > WiringDescriptor< / b > < / a > < / li > < li > C++ : protected: < a href = "class142725.html#refclass142725" > < b > WiringDescriptor< / b > < / a > * < / li > < / ul > < / div >
2008-06-11 05:44:10 +02:00
< p > All public operations : < a href = "class131717.html#refoperation136069" > < b > process< / b > < / a > , < a href = "class131717.html#refoperation135685" > < b > pull< / b > < / a > < / p >
2007-06-25 09:02:09 +02:00
< / body >
< / html >