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

Public Types | |
| enum | { InternalError = Solver::ConstraintError } | 
Public Member Functions | |
| virtual int | solve (ConstraintsInfo *info)=0 | 
  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 | |
  Protected Attributes inherited from StepCore::Object | |
| QString | _name | 
Detailed Description
Constraint solver interface.
Provides generic interface for constraint solvers.
Definition at line 40 of file constraintsolver.h.
Member Enumeration Documentation
| anonymous enum | 
| Enumerator | |
|---|---|
| InternalError | |
Definition at line 48 of file constraintsolver.h.
Member Function Documentation
      
  | 
  pure virtual | 
Implemented in StepCore::CGConstraintSolver.
The documentation for this class was generated from the following file:
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