#include <tulip/LayoutProperty.h>
#include <tulip/Types.h>
#include "DatasetTools.h"
Include dependency graph for DatasetTools.cpp:
Defines | |
#define | ORTHOGONAL "Orthogonal" |
#define | ORIENTATION "up to down;down to up;right to left;left to right;" |
#define | ORIENTATION_ID "Orientation" |
Functions | |
void | addOrientationParameters (LayoutAlgorithm *pLayout) |
void | addOrthogonalParameters (LayoutAlgorithm *pLayout) |
DataSet | setOrientationParameters (int pOrientation) |
orientationType | getMask (DataSet *dataSet) |
bool | hasOrthogonalEdge (DataSet *dataSet) |
Variables | |
const char * | paramHelp [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: { HTML_HELP_OPEN() HTML_HELP_DEF("Type", "StringCollection") HTML_HELP_DEF("Values", "up to down <BR> down to up <BR> right to left <BR> left to right") HTML_HELP_DEF("Default", "up to down") HTML_HELP_BODY() "Choose your <BR> wished orientation" HTML_HELP_CLOSE(), HTML_HELP_OPEN() HTML_HELP_DEF("Type", "Boolean") HTML_HELP_DEF("Values", "true <BR> false") HTML_HELP_DEF("Default", "false") HTML_HELP_BODY() "If true then use orthogonal edges" HTML_HELP_CLOSE()} |