Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/mobject/session/constraint.hpp"
LocatingPin representing an directive by the user that must not be violated.
Definition at line 46 of file constraint.hpp.
Additional Inherited Members | |
Public Member Functions inherited from Allocation | |
virtual Allocation * | clone () const =0 |
const string & | getRepr () const |
Public Member Functions inherited from LocatingPin | |
LocatingPin (const LocatingPin &) | |
it's OK to copy a LocainngPin, causing duplication of any chained lPins | |
bool | isOverdetermined () const |
FixedLocation & | operator() (Time start, Fork track=0) |
RelativeLocation & | operator() (PlacementRef< MObject > &refObj, Offset const &offset=Offset(Time::ZERO)) |
LocatingPin & | operator= (const LocatingPin &) |
const SolutionData | resolve () const |
implementing the core Placement functionality. More... | |
Protected Types inherited from LocatingPin | |
typedef Time * | Fork |
typedef lib::time::Offset | Offset |
typedef std::shared_ptr< asset::Pipe > | Pipe |
typedef std::pair< Time, Pipe > | SolutionData |
typedef lib::time::Time | Time |
typedef lib::time::TimeVar | TimeVar |
Protected Member Functions inherited from Allocation | |
virtual void | intersect (LocatingSolution &) const |
Protected Member Functions inherited from LocatingPin | |
LocatingPin & | addChain (LocatingPin *) |
virtual int | getPrioLevel () const |
order to consider when resolving. More... | |
void | resolve (LocatingSolution &) const |
Protected Attributes inherited from Allocation | |
string | repr |
human readable representation of the condition characterising this allocation, e.g. More... | |
Protected Attributes inherited from LocatingPin | |
std::unique_ptr< LocatingPin > | next_ |
next additional Pin, if any | |