Cbc trunk
Public Member Functions
CbcCompareDepth Class Reference

#include <CbcCompareDepth.hpp>

Inheritance diagram for CbcCompareDepth:
Collaboration diagram for CbcCompareDepth:

List of all members.

Public Member Functions

 CbcCompareDepth ()
 ~CbcCompareDepth ()
 CbcCompareDepth (const CbcCompareDepth &rhs)
CbcCompareDepthoperator= (const CbcCompareDepth &rhs)
virtual CbcCompareBaseclone () const
 Clone.
virtual void generateCpp (FILE *fp)
 Create C++ lines to get to current state.
virtual bool test (CbcNode *x, CbcNode *y)
 This is test function.

Detailed Description

Definition at line 25 of file CbcCompareDepth.hpp.


Constructor & Destructor Documentation

CbcCompareDepth::CbcCompareDepth ( )
CbcCompareDepth::~CbcCompareDepth ( )
CbcCompareDepth::CbcCompareDepth ( const CbcCompareDepth rhs)

Member Function Documentation

CbcCompareDepth& CbcCompareDepth::operator= ( const CbcCompareDepth rhs)
virtual CbcCompareBase* CbcCompareDepth::clone ( ) const [virtual]

Clone.

Reimplemented from CbcCompareBase.

virtual void CbcCompareDepth::generateCpp ( FILE *  fp) [virtual]

Create C++ lines to get to current state.

Reimplemented from CbcCompareBase.

virtual bool CbcCompareDepth::test ( CbcNode ,
CbcNode  
) [virtual]

This is test function.

Reimplemented from CbcCompareBase.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines