Class IlcVariableSlopeShape
Definition file: ilsched/shaperct.h
Include file: <ilsched/ilsched.h>
An instance of IlcVariableSlopeShape
holds a description of a
shape with variable slope.
See Also:
IlcResourceConstraint
public IlcVariableSlopeShape()
This constructor creates an instance which is empty, that is, one whose handle pointer is null.
You must assign it a value before you access it. Any attempt to access it before assignment leads to undefined behaviour.
public IlcVariableSlopeShape(IlcShapeI * impl)
This constructor creates an instance of the handle class from the pointer to an instance
of the implementation class.
public
IlcVariableSlopeShape(const
IlcShape &
shape)
public IlcShapeI * getImpl() const
This member function returns a pointer to the implementation object of the invoking handle.
public IlcFloatVar getSlopeVariable() const
See Also:
IlcResourceConstraint
public void operator=(const IlcVariableSlopeShape & h)
This operator assigns an address to the handle pointer of the invoking object. That address is
the location of the implementation object of the provided argument. After execution of this operator,
the invoking object and the provided argument point to the same implementation object.