Overview | Group | Tree | Graph | Index | Concepts |
Instances of
IlcShape
are generic objects describing
shapes associated with resource constraints on continuous reservoirs.
See Also:
IlcResourceConstraint, IlcVariableSlopeShape, IloShape, IloVariableSlopeShape
Constructor Summary | |
---|---|
public | IlcShape() |
public | IlcShape(IlcShapeI * impl) |
Method Summary | |
---|---|
public IlcShapeI * | getImpl() const |
public const char * | getName() const |
public IlcAny | getObject() const |
public IlcResourceConstraint | getResourceConstraint() const |
public IloSolver | getSolver() const |
public IloSolverI * | getSolverI() const |
public IlcBool | isVariableSlopeShape() const |
public void | operator=(const IlcShape & h) |
public void | setName(const char * name) const |
public void | setObject(IlcAny object) const |
Constructor Detail |
---|
Method Detail |
---|
This member function returns the instance of
IlcResourceConstraint
with which the shape is associated.
This member function returns an instance of IloSolver
associated with the invoking object.
This member function returns a pointer to the implementation object of the solver where the invoking object was extracted.
This member function returns IlcTrue
if the invoking handle
relates to an instance of
IlcVariableSlopeShape
.
In this case,
the handle can be safely down-cast into a
IlcVariableSlopeShape
handle, using the corresponding copy-constructor.
See Also: