embedderparameters.h(3)
NAME
EmbedderParameters.h
SYNOPSIS
Enumerations
enum Shape { circle, rectangle, circle, rectangle }
Variables
double p_iteration_threshold
int dim1
int dim2
int num_centers
int max_num_centers
double tolerance
Shape vertex_shape
int vertex_size
bool label_vertices
bool ThickLines
int ScreenShift
bool drawEdges
bool SHOW_PIVOTS
int * pivots
int num_of_pivots
Enumeration Type Documentation
- enum Shape
- Enumerator:
- circle
- rectangle
- circle
- rectangle
Variable Documentation
- int dim1
- Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI
Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version. - int dim2
bool drawEdges
bool label_vertices
int max_num_centers
int num_centers
int num_of_pivots
double p_iteration_threshold - Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI
Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version. - int* pivots
int ScreenShift
bool SHOW_PIVOTS
bool ThickLines
double tolerance
Shape vertex_shape
int vertex_size
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.