gcg::DialogReadGraphs< T, G > Class Template Reference
Detailed Description
template<class T, template< class T1 > class G>
class gcg::DialogReadGraphs< T, G >
Definition at line 77 of file dialog_graph.h.
#include <dialog_graph.h>
Public Member Functions | |
| DialogReadGraphs (SCIP *scip) | |
| virtual | ~DialogReadGraphs () |
| virtual | SCIP_DECL_DIALOGEXEC (scip_exec) |
Public Member Functions inherited from gcg::ObjDialog | |
| ObjDialog (SCIP *scip, const char *name, const char *desc, SCIP_Bool issubmenu) | |
| virtual | ~ObjDialog () |
| virtual | SCIP_DECL_DIALOGFREE (scip_free) |
| virtual | SCIP_DECL_DIALOGDESC (scip_desc) |
Additional Inherited Members | |
Data Fields inherited from gcg::ObjDialog | |
| SCIP * | scip_ |
| char * | scip_name_ |
| char * | scip_desc_ |
| const SCIP_Bool | scip_issubmenu_ |
Constructor & Destructor Documentation
◆ DialogReadGraphs()
template<class T , template< class T1 > class G>
| gcg::DialogReadGraphs< T, G >::DialogReadGraphs | ( | SCIP * | scip | ) |
- Parameters
-
scip SCIP data structure
Definition at line 144 of file dialog_graph.cpp.
◆ ~DialogReadGraphs()
template<class T , template< class T1 > class G>
|
inlinevirtual |
Definition at line 85 of file dialog_graph.h.
Member Function Documentation
◆ SCIP_DECL_DIALOGEXEC()
template<class T , template< class T1 > class G>
|
virtual |
execution method of dialog
- See also
- SCIP_DECL_DIALOGEXEC(x) in type_dialog.h
Implements gcg::ObjDialog.
Public Member Functions inherited from 