Overview     Modules     Class Hierarchy     Classes     Members  
PropertyTypes.h File Reference
#include <set>
#include <vector>
#include <string>
#include <list>
#include <iostream>
#include <sstream>
#include <float.h>
#include <tulip/StoredType.h>
#include <tulip/Coord.h>
#include <tulip/Size.h>
#include <tulip/Color.h>
#include <tulip/StringCollection.h>
#include <tulip/Edge.h>
#include <tulip/AbstractProperty.h>
Include dependency graph for PropertyTypes.h:
This graph shows which files directly or indirectly include this file:

Classes

Namespaces

  • namespace tlp

Defines

  • #define FORWARD_TOSTRING(T)   static std::string toString(const T::RealType &v) { std::ostringstream oss; write(oss, v); return oss.str(); }
  • #define FORWARD_FROMSTRING(T)   static bool fromString(T::RealType &v, const std::string &s) { std::istringstream iss(s); return read(iss, v); }
  • #define FORWARD_STRING_METHODS(T)   FORWARD_FROMSTRING(T) FORWARD_TOSTRING(T)

Typedefs

Functions


Define Documentation

#define FORWARD_FROMSTRING (   T)    static bool fromString(T::RealType &v, const std::string &s) { std::istringstream iss(s); return read(iss, v); }
#define FORWARD_STRING_METHODS (   T)    FORWARD_FROMSTRING(T) FORWARD_TOSTRING(T)
#define FORWARD_TOSTRING (   T)    static std::string toString(const T::RealType &v) { std::ostringstream oss; write(oss, v); return oss.str(); }


Tulip Software by LaBRI Visualization Team    2001 - 2012