* some cleaner updates

This commit is contained in:
Caner Candan 2010-07-23 13:18:30 +02:00
commit fde64b063b
7 changed files with 31 additions and 50 deletions

View file

@ -17,6 +17,10 @@ public:
max() = _max;
}
doVectorBounds(const doVectorBounds& v)
: doDistribParams< EOT >( v )
{}
EOT& min(){return this->param(0);}
EOT& max(){return this->param(1);}
};