step/stepcore
StepCore::CGConstraintSolver Class Reference
#include <constraintsolver.h>
Inheritance diagram for StepCore::CGConstraintSolver:

Public Member Functions | |
| int | solve (ConstraintsInfo *info) |
Public Member Functions inherited from StepCore::Object | |
| Object (const QString &name=QString()) | |
| virtual | ~Object () |
| const QString & | name () const |
| void | setName (const QString &name) |
Additional Inherited Members | |
Public Types inherited from StepCore::ConstraintSolver | |
| enum | { InternalError = Solver::ConstraintError } |
Protected Attributes inherited from StepCore::Object | |
| QString | _name |
Detailed Description
Definition at line 53 of file constraintsolver.h.
Member Function Documentation
|
virtual |
Implements StepCore::ConstraintSolver.
Definition at line 38 of file constraintsolver.cc.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:43:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:43:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from