|
| LayoutProperty (Graph *graph, const std::string &name="") |
|
std::vector< double > | angularResolutions (const node n, const Graph *subgraph=NULL) const |
|
double | averageAngularResolution (const Graph *subgraph=NULL) const |
|
double | averageAngularResolution (const node n, const Graph *subgraph=NULL) const |
|
double | averageEdgeLength (const Graph *subgraph=NULL) const |
|
void | center (const Graph *subgraph=NULL) |
|
void | center (const Vec3f &newCenter, const Graph *subgraph=NULL) |
|
PropertyInterface * | clonePrototype (Graph *, const std::string &) const |
|
void | computeEmbedding (Graph *subgraph=NULL) |
|
void | computeEmbedding (const node n, Graph *subgraph=NULL) |
|
double | edgeLength (const edge e) const |
|
Coord | getMax (const Graph *subgraph=NULL) |
|
Coord | getMin (const Graph *subgraph=NULL) |
|
const std::string & | getTypename () const |
|
void | normalize (const Graph *subgraph=NULL) |
|
void | perfectAspectRatio (const Graph *subgraph=NULL) |
|
void | rotateX (const double &alpha, const Graph *subgraph=NULL) |
|
void | rotateX (const double &alpha, Iterator< node > *itNodes, Iterator< edge > *itEdges) |
|
void | rotateY (const double &alpha, const Graph *subgraph=NULL) |
|
void | rotateY (const double &alpha, Iterator< node > *itNodes, Iterator< edge > *itEdges) |
|
void | rotateZ (const double &alpha, const Graph *subgraph=NULL) |
|
void | rotateZ (const double &alpha, Iterator< node > *itNodes, Iterator< edge > *itEdges) |
|
void | scale (const Vec3f &scaleFactors, const Graph *subgraph=NULL) |
|
void | scale (const Vec3f &scaleFactors, Iterator< node > *itNodes, Iterator< edge > *itEdges) |
|
virtual void | setAllEdgeValue (tlp::StoredType< std::vector< Coord > >::ReturnedConstValue v) |
|
virtual void | setAllEdgeValue (tlp::StoredType< std::vector< Coord > >::ReturnedConstValue v, const Graph *graph) |
|
virtual void | setAllNodeValue (tlp::StoredType< Coord >::ReturnedConstValue v) |
|
virtual void | setAllNodeValue (tlp::StoredType< Coord >::ReturnedConstValue v, const Graph *graph) |
|
virtual void | setEdgeValue (const edge, tlp::StoredType< std::vector< Coord > >::ReturnedConstValue v) |
|
virtual void | setNodeValue (const node, tlp::StoredType< Coord >::ReturnedConstValue v) |
|
virtual void | setValueToGraphEdges (tlp::StoredType< std::vector< Coord > >::ReturnedConstValue v, const Graph *graph) |
|
virtual void | setValueToGraphNodes (tlp::StoredType< Coord >::ReturnedConstValue v, const Graph *graph) |
|
void | translate (const Vec3f &move, const Graph *subgraph=NULL) |
|
void | translate (const Vec3f &move, Iterator< node > *itNodes, Iterator< edge > *itEdges) |
|
| MinMaxProperty (tlp::Graph *graph, const std::string &name, typename nodeType::RealType NodeMin, typename nodeType::RealType NodeMax, typename edgeType::RealType EdgeMin, typename edgeType::RealType EdgeMax) |
|
edgeType::RealType | getEdgeMax (const Graph *graph=NULL) |
|
edgeType::RealType | getEdgeMin (const Graph *graph=NULL) |
|
nodeType::RealType | getNodeMax (const Graph *graph=NULL) |
|
nodeType::RealType | getNodeMin (const Graph *graph=NULL) |
|
void | updateAllEdgesValues (typename edgeType::RealType newValue) |
|
void | updateAllNodesValues (typename nodeType::RealType newValue) |
|
template<> |
void | updateEdgeValue (tlp::edge e, tlp::LineType::RealType newValue) |
|
void | updateEdgeValue (tlp::edge e, typename edgeType::RealType newValue) |
|
void | updateNodeValue (tlp::node n, typename nodeType::RealType newValue) |
|
| AbstractProperty (Graph *, const std::string &n="") |
|
int | compare (const node n1, const node n2) const |
|
int | compare (const edge e1, const edge e2) const |
|
virtual void | computeMetaValue (node n, Graph *sg, Graph *mg) |
|
virtual void | computeMetaValue (edge e, tlp::Iterator< edge > *itE, Graph *mg) |
|
virtual bool | copy (const node destination, const node source, PropertyInterface *property, bool ifNotDefault=false) |
|
virtual bool | copy (const edge destination, const edge source, PropertyInterface *property, bool ifNotDefault=false) |
|
virtual void | copy (PropertyInterface *property) |
|
virtual unsigned int | edgeValueSize () const |
|
void | erase (const node n) |
|
void | erase (const edge e) |
|
virtual DataMem * | getEdgeDataMemValue (const edge e) const |
|
virtual DataMem * | getEdgeDefaultDataMemValue () const |
|
virtual std::string | getEdgeDefaultStringValue () const |
|
edgeType::RealType | getEdgeDefaultValue () const |
|
virtual tlp::Iterator< edge > * | getEdgesEqualTo (typename tlp::StoredType< typename edgeType::RealType >::ReturnedConstValue v, const Graph *g=NULL) const |
|
virtual std::string | getEdgeStringValue (const edge e) const |
|
tlp::StoredType< typename edgeType::RealType >::ReturnedConstValue | getEdgeValue (const edge e) const |
|
virtual DataMem * | getNodeDataMemValue (const node n) const |
|
virtual DataMem * | getNodeDefaultDataMemValue () const |
|
virtual std::string | getNodeDefaultStringValue () const |
|
nodeType::RealType | getNodeDefaultValue () const |
|
virtual tlp::Iterator< node > * | getNodesEqualTo (typename tlp::StoredType< typename nodeType::RealType >::ReturnedConstValue v, const Graph *g=NULL) const |
|
virtual std::string | getNodeStringValue (const node n) const |
|
tlp::StoredType< typename nodeType::RealType >::ReturnedConstValue | getNodeValue (const node n) const |
|
virtual DataMem * | getNonDefaultDataMemValue (const node n) const |
|
virtual DataMem * | getNonDefaultDataMemValue (const edge e) const |
|
virtual tlp::Iterator< edge > * | getNonDefaultValuatedEdges (const Graph *g=NULL) const |
|
virtual tlp::Iterator< node > * | getNonDefaultValuatedNodes (const Graph *g=NULL) const |
|
virtual unsigned int | nodeValueSize () const |
|
virtual unsigned int | numberOfNonDefaultValuatedEdges (const Graph *=NULL) const |
|
virtual unsigned int | numberOfNonDefaultValuatedNodes (const Graph *g=NULL) const |
|
virtual AbstractProperty< nodeType, edgeType, propType > & | operator= (AbstractProperty< nodeType, edgeType, propType > &prop) |
|
virtual bool | readEdgeDefaultValue (std::istream &) |
|
virtual bool | readEdgeValue (std::istream &, edge) |
|
virtual bool | readNodeDefaultValue (std::istream &) |
|
virtual bool | readNodeValue (std::istream &, node) |
|
virtual void | setAllEdgeDataMemValue (const DataMem *v) |
|
virtual bool | setAllEdgeStringValue (const std::string &inV) |
|
virtual bool | setAllEdgeStringValue (const std::string &inV, const Graph *graph) |
|
virtual void | setAllEdgeValue (typename tlp::StoredType< typename edgeType::RealType >::ReturnedConstValue v) |
|
virtual void | setAllEdgeValue (typename tlp::StoredType< typename edgeType::RealType >::ReturnedConstValue v, const Graph *graph) |
|
virtual void | setAllNodeDataMemValue (const DataMem *v) |
|
virtual bool | setAllNodeStringValue (const std::string &inV) |
|
virtual bool | setAllNodeStringValue (const std::string &inV, const Graph *graph) |
|
virtual void | setAllNodeValue (typename tlp::StoredType< typename nodeType::RealType >::ReturnedConstValue v) |
|
virtual void | setAllNodeValue (typename tlp::StoredType< typename nodeType::RealType >::ReturnedConstValue v, const Graph *graph) |
|
virtual void | setEdgeDataMemValue (const edge e, const DataMem *v) |
|
virtual bool | setEdgeDefaultStringValue (const std::string &inV) |
|
virtual void | setEdgeDefaultValue (typename tlp::StoredType< typename edgeType::RealType >::ReturnedConstValue v) |
|
virtual bool | setEdgeStringValue (const edge inE, const std::string &inV) |
|
virtual void | setEdgeValue (const edge e, typename tlp::StoredType< typename edgeType::RealType >::ReturnedConstValue v) |
|
virtual void | setMetaValueCalculator (PropertyInterface::MetaValueCalculator *mvCalc) |
|
virtual void | setNodeDataMemValue (const node n, const DataMem *v) |
|
virtual bool | setNodeDefaultStringValue (const std::string &inV) |
|
virtual void | setNodeDefaultValue (typename tlp::StoredType< typename nodeType::RealType >::ReturnedConstValue v) |
|
virtual bool | setNodeStringValue (const node inN, const std::string &inV) |
|
virtual void | setNodeValue (const node n, typename tlp::StoredType< typename nodeType::RealType >::ReturnedConstValue v) |
|
virtual bool | setStringValueToGraphEdges (const std::string &inV, const Graph *graph) |
|
virtual bool | setStringValueToGraphNodes (const std::string &inV, const Graph *graph) |
|
virtual void | setValueToGraphEdges (typename tlp::StoredType< typename edgeType::RealType >::ReturnedConstValue v, const Graph *graph) |
|
virtual void | setValueToGraphNodes (typename tlp::StoredType< typename nodeType::RealType >::ReturnedConstValue v, const Graph *graph) |
|
virtual void | writeEdgeDefaultValue (std::ostream &) const |
|
virtual void | writeEdgeValue (std::ostream &, edge) const |
|
virtual void | writeNodeDefaultValue (std::ostream &) const |
|
virtual void | writeNodeValue (std::ostream &, node) const |
|