#include <ClpNode.hpp>
Public Member Functions | |
Constructors, destructor | |
| ClpNodeStuff () | |
| Default constructor. | |
| virtual | ~ClpNodeStuff () |
| Destructor. | |
Copy methods (at present illegal - will abort) | |
| ClpNodeStuff (const ClpNodeStuff &) | |
| The copy constructor. | |
| ClpNodeStuff & | operator= (const ClpNodeStuff &) |
| Operator =. | |
Public Attributes | |
Data | |
| double | integerTolerance_ |
| Integer tolerance. | |
| double | integerIncrement_ |
| Integer increment. | |
Definition at line 96 of file ClpNode.hpp.
| ClpNodeStuff::ClpNodeStuff | ( | ) |
Default constructor.
| virtual ClpNodeStuff::~ClpNodeStuff | ( | ) | [virtual] |
Destructor.
| ClpNodeStuff::ClpNodeStuff | ( | const ClpNodeStuff & | ) |
The copy constructor.
| ClpNodeStuff& ClpNodeStuff::operator= | ( | const ClpNodeStuff & | ) |
Operator =.
Integer tolerance.
Definition at line 119 of file ClpNode.hpp.
Integer increment.
Definition at line 121 of file ClpNode.hpp.
1.6.1