NAME
Types -
Classes
class tlp::Type
class tlp::GraphType
class tlp::EdgeSetType
class tlp::DoubleType
class tlp::IntegerType
class tlp::BooleanType
class tlp::LineType
class tlp::PointType
class tlp::SizeType
class tlp::StringType
class tlp::ColorType
class tlp::StringCollectionType
Functions
tlp::Type::~Type ()
static GraphType::RealType tlp::GraphType::undefinedValue ()
static GraphType::RealType tlp::GraphType::defaultValue ()
static void tlp::GraphType::del (GraphType::RealType element)
static std::string tlp::GraphType::toString (const RealType &v)
static bool tlp::GraphType::fromString (RealType &v, const std::string
&s)
static std::set< edge > tlp::EdgeSetType::undefinedValue ()
static std::set< edge > tlp::EdgeSetType::defaultValue ()
static void tlp::EdgeSetType::del (EdgeSetType::RealType &element)
static std::string tlp::EdgeSetType::toString (const RealType &v)
static bool tlp::EdgeSetType::fromString (RealType &v, const
std::string &s)
static double tlp::DoubleType::undefinedValue ()
static double tlp::DoubleType::defaultValue ()
static void tlp::DoubleType::del (DoubleType::RealType element)
static std::string tlp::DoubleType::toString (const RealType &v)
static bool tlp::DoubleType::fromString (RealType &v, const std::string
&s)
static int tlp::IntegerType::undefinedValue ()
static int tlp::IntegerType::defaultValue ()
static void tlp::IntegerType::del (IntegerType::RealType element)
static std::string tlp::IntegerType::toString (const RealType &v)
static bool tlp::IntegerType::fromString (RealType &v, const
std::string &s)
static bool tlp::BooleanType::undefinedValue ()
static bool tlp::BooleanType::defaultValue ()
static void tlp::BooleanType::del (BooleanType::RealType element)
static std::string tlp::BooleanType::toString (const RealType &v)
static bool tlp::BooleanType::fromString (RealType &v, const
std::string &s)
static std::vector< Coord > tlp::LineType::undefinedValue ()
static std::vector< Coord > tlp::LineType::defaultValue ()
static void tlp::LineType::del (LineType::RealType &element)
static std::string tlp::LineType::toString (const RealType &v)
static bool tlp::LineType::fromString (RealType &v, const std::string
&s)
static Coord tlp::PointType::undefinedValue ()
static Coord tlp::PointType::defaultValue ()
static void tlp::PointType::del (PointType::RealType element)
static std::string tlp::PointType::toString (const RealType &v)
static bool tlp::PointType::fromString (RealType &v, const std::string
&s)
static Size tlp::SizeType::undefinedValue ()
static Size tlp::SizeType::defaultValue ()
static void tlp::SizeType::del (SizeType::RealType element)
static std::string tlp::SizeType::toString (const RealType &v)
static bool tlp::SizeType::fromString (RealType &v, const std::string
&s)
static std::string tlp::StringType::undefinedValue ()
static std::string tlp::StringType::defaultValue ()
static void tlp::StringType::del (StringType::RealType element)
static std::string tlp::StringType::toString (const RealType &v)
static bool tlp::StringType::fromString (RealType &v, const std::string
&s)
static Color tlp::ColorType::undefinedValue ()
static Color tlp::ColorType::defaultValue ()
static void tlp::ColorType::del (ColorType::RealType element)
static std::string tlp::ColorType::toString (const RealType &v)
static bool tlp::ColorType::fromString (RealType &v, const std::string
&s)
static RealType tlp::StringCollectionType::undefinedValue ()
static RealType tlp::StringCollectionType::defaultValue ()
static void tlp::StringCollectionType::del
(StringCollectionType::RealType element)
static std::string tlp::StringCollectionType::toString (const RealType
&sourceVector)
static bool tlp::StringCollectionType::fromString (RealType &v, const
std::string &s)
Function Documentation
static RealType tlp::StringCollectionType::defaultValue () [static,
inherited]
static Color tlp::ColorType::defaultValue () [static, inherited]
static std::string tlp::StringType::defaultValue () [static, inherited]
static Size tlp::SizeType::defaultValue () [static, inherited]
static Coord tlp::PointType::defaultValue () [static, inherited]
static std::vector<Coord> tlp::LineType::defaultValue () [static,
inherited]
static bool tlp::BooleanType::defaultValue () [static, inherited]
static int tlp::IntegerType::defaultValue () [static, inherited]
static double tlp::DoubleType::defaultValue () [static, inherited]
static std::set<edge> tlp::EdgeSetType::defaultValue () [static, inherited]
static GraphType::RealType tlp::GraphType::defaultValue () [static,
inherited]
static void tlp::StringCollectionType::del (StringCollectionType::RealType
element) [static, inherited]
static void tlp::ColorType::del (ColorType::RealType element) [static,
inherited]
static void tlp::StringType::del (StringType::RealType element) [static,
inherited]
static void tlp::SizeType::del (SizeType::RealType element) [static,
inherited]
static void tlp::PointType::del (PointType::RealType element) [static,
inherited]
static void tlp::LineType::del (LineType::RealType & element) [static,
inherited]
static void tlp::BooleanType::del (BooleanType::RealType element) [static,
inherited]
static void tlp::IntegerType::del (IntegerType::RealType element) [static,
inherited]
static void tlp::DoubleType::del (DoubleType::RealType element) [static,
inherited]
static void tlp::EdgeSetType::del (EdgeSetType::RealType & element)
[static, inherited]
static void tlp::GraphType::del (GraphType::RealType element) [static,
inherited]
static bool tlp::StringCollectionType::fromString (RealType & v, const
std::string & s) [static, inherited]
static bool tlp::ColorType::fromString (RealType & v, const std::string &
s) [static, inherited]
static bool tlp::StringType::fromString (RealType & v, const std::string &
s) [static, inherited]
static bool tlp::SizeType::fromString (RealType & v, const std::string & s)
[static, inherited]
static bool tlp::PointType::fromString (RealType & v, const std::string &
s) [static, inherited]
static bool tlp::LineType::fromString (RealType & v, const std::string & s)
[static, inherited]
static bool tlp::BooleanType::fromString (RealType & v, const std::string &
s) [static, inherited]
static bool tlp::IntegerType::fromString (RealType & v, const std::string &
s) [static, inherited]
static bool tlp::DoubleType::fromString (RealType & v, const std::string &
s) [static, inherited]
static bool tlp::EdgeSetType::fromString (RealType & v, const std::string &
s) [static, inherited]
static bool tlp::GraphType::fromString (RealType & v, const std::string &
s) [static, inherited]
static std::string tlp::StringCollectionType::toString (const RealType &
sourceVector) [static, inherited]
static std::string tlp::ColorType::toString (const RealType & v) [static,
inherited]
static std::string tlp::StringType::toString (const RealType & v) [static,
inherited]
static std::string tlp::SizeType::toString (const RealType & v) [static,
inherited]
static std::string tlp::PointType::toString (const RealType & v) [static,
inherited]
static std::string tlp::LineType::toString (const RealType & v) [static,
inherited]
static std::string tlp::BooleanType::toString (const RealType & v) [static,
inherited]
static std::string tlp::IntegerType::toString (const RealType & v) [static,
inherited]
static std::string tlp::DoubleType::toString (const RealType & v) [static,
inherited]
static std::string tlp::EdgeSetType::toString (const RealType & v) [static,
inherited]
static std::string tlp::GraphType::toString (const RealType & v) [static,
inherited]
static RealType tlp::StringCollectionType::undefinedValue () [static,
inherited]
static Color tlp::ColorType::undefinedValue () [static, inherited]
static std::string tlp::StringType::undefinedValue () [static, inherited]
static Size tlp::SizeType::undefinedValue () [static, inherited]
static Coord tlp::PointType::undefinedValue () [static, inherited]
static std::vector<Coord> tlp::LineType::undefinedValue () [static,
inherited]
static bool tlp::BooleanType::undefinedValue () [static, inherited]
static int tlp::IntegerType::undefinedValue () [static, inherited]
static double tlp::DoubleType::undefinedValue () [static, inherited]
static std::set<edge> tlp::EdgeSetType::undefinedValue () [static,
inherited]
static GraphType::RealType tlp::GraphType::undefinedValue () [static,
inherited]
tlp::Type::~Type () [inherited]
Author
Generated automatically by Doxygen for Tulip Graph Library from the
source code.