Overview     Modules     Class Hierarchy     Classes     Members  

Types

Classes

Functions


Function Documentation

static std::vector<Coord> tlp::CoordVectorType::defaultValue (  )  [static, inherited]
static std::vector<Color> tlp::ColorVectorType::defaultValue (  )  [static, inherited]
static Color tlp::ColorType::defaultValue (  )  [static, inherited]
static std::vector<std::string> tlp::StringVectorType::defaultValue (  )  [static, inherited]
static std::string tlp::StringType::defaultValue (  )  [static, inherited]
static std::vector<Size> tlp::SizeVectorType::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 std::vector<bool> tlp::BooleanVectorType::defaultValue (  )  [static, inherited]
static bool tlp::BooleanType::defaultValue (  )  [static, inherited]
static std::vector<int> tlp::IntegerVectorType::defaultValue (  )  [static, inherited]
static int tlp::IntegerType::defaultValue (  )  [static, inherited]
static std::vector<double> tlp::DoubleVectorType::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]
std::string tlp::edgePropertyToString ( PropertyInterface *  propertyName,
edge  e 
)
static bool tlp::CoordVectorType::fromString ( RealType v,
const std::string &  s 
) [static, inherited]
static bool tlp::ColorVectorType::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::StringVectorType::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::SizeVectorType::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::BooleanVectorType::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::IntegerVectorType::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::DoubleVectorType::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]
TLP_SCOPE void tlp::initTypeSerializers (  ) 
std::string tlp::nodePropertyToString ( PropertyInterface *  propertyName,
node  n 
)
std::string tlp::propertyEdgeDefaultValue ( PropertyInterface *  propertyName  ) 
std::string tlp::propertyNodeDefaultValue ( PropertyInterface *  propertyName  ) 
std::string tlp::propertyType ( PropertyInterface *  propertyName  ) 
static bool tlp::CoordVectorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::ColorVectorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::ColorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::StringVectorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::StringType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::SizeVectorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::SizeType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::PointType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::LineType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::BooleanVectorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::BooleanType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::IntegerVectorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::IntegerType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::DoubleVectorType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::DoubleType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
static bool tlp::EdgeSetType::read ( std::istream &  istr,
RealType value 
) [static, inherited]
bool tlp::stringToAllEdgeProperty ( PropertyInterface *  propertyName,
std::string &  str 
)
bool tlp::stringToAllNodeProperty ( PropertyInterface *  propertyName,
std::string &  str 
)
bool tlp::stringToColor ( std::string &  str,
Color &  col 
)
bool tlp::stringToCoord ( std::string &  str,
Coord &  coo 
)
bool tlp::stringToEdgeProperty ( PropertyInterface *  propertyName,
edge  e,
std::string &  str 
)
bool tlp::stringToLCoord ( std::string &  str,
std::list< Coord > &  lcoo 
)
bool tlp::stringToNodeProperty ( PropertyInterface *  propertyName,
node  n,
std::string &  str 
)
bool tlp::stringToSize ( std::string &  str,
Size &  siz 
)
static std::string tlp::CoordVectorType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::ColorVectorType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::ColorType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::StringVectorType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::StringType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::SizeVectorType::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::BooleanVectorType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::BooleanType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::IntegerVectorType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::IntegerType::toString ( const RealType v  )  [static, inherited]
static std::string tlp::DoubleVectorType::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 std::vector<Coord> tlp::CoordVectorType::undefinedValue (  )  [static, inherited]
static std::vector<Color> tlp::ColorVectorType::undefinedValue (  )  [static, inherited]
static Color tlp::ColorType::undefinedValue (  )  [static, inherited]
static std::vector<std::string> tlp::StringVectorType::undefinedValue (  )  [static, inherited]
static std::string tlp::StringType::undefinedValue (  )  [static, inherited]
static std::vector<Size> tlp::SizeVectorType::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 std::vector<bool> tlp::BooleanVectorType::undefinedValue (  )  [static, inherited]
static bool tlp::BooleanType::undefinedValue (  )  [static, inherited]
static std::vector<int> tlp::IntegerVectorType::undefinedValue (  )  [static, inherited]
static int tlp::IntegerType::undefinedValue (  )  [static, inherited]
static std::vector<double> tlp::DoubleVectorType::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]
static void tlp::CoordVectorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::ColorVectorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::ColorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::StringVectorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::StringType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::SizeVectorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::SizeType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::PointType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::LineType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::BooleanVectorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::BooleanType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::IntegerVectorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::IntegerType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::DoubleVectorType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::DoubleType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]
static void tlp::EdgeSetType::write ( std::ostream &  ,
const RealType v 
) [static, inherited]


Tulip Software by LaBRI Visualization Team    2001 - 2011