#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "VMDApp.h"
#include "Inform.h"
#include "GraphLayout.h"
#include <tcl.h>
#include "TclCommands.h"
#include "config.h"
Go to the source code of this file.
Functions | |
int | layout_fr (VMDApp *app, int argc, Tcl_Obj *const objv[], Tcl_Interp *interp) |
int | obj_graphlayout (ClientData cd, Tcl_Interp *interp, int argc, Tcl_Obj *const objv[]) |
Definition in file TclGraphLayout.C.
|
Definition at line 37 of file TclGraphLayout.C. References GraphLayout::add_weight_matrix, GraphLayout::compute, data, GraphLayout::get_vertex_ptrs, GraphLayout::init_positions_box, n, and NULL. Referenced by obj_graphlayout. |
|
Definition at line 177 of file TclGraphLayout.C. |