20 #ifndef TULIP_COLORS_H
21 #define TULIP_COLORS_H
23 #include <tulip/PropertyTypes.h>
24 #include <tulip/AbstractProperty.h>
25 #include <tulip/PropertyAlgorithm.h>
29 class PropertyContext;
31 typedef AbstractProperty<tlp::ColorType, tlp::ColorType> AbstractColorProperty;
42 static const std::string propertyTypename;
44 return propertyTypename;
47 int compare(
const node n1,
const node n2)
const;
48 int compare(
const edge e1,
const edge e2)
const;
56 class TLP_SCOPE
ColorVectorProperty:
public AbstractVectorProperty<tlp::ColorVectorType, tlp::ColorType> {
61 static const std::string propertyTypename;
63 return propertyTypename;