Overview     Modules     Class Hierarchy     Classes     Members  
tlp::TypeInterface< T > Class Template Reference

#include <PropertyTypes.h>

Inheritance diagram for tlp::TypeInterface< T >:

List of all members.

Public Types

typedef T RealType

Static Public Member Functions

static RealType undefinedValue ()
static RealType defaultValue ()
static void write (std::ostream &, const RealType &)
static bool read (std::istream &, RealType &)
static std::string toString (const RealType &)
static bool fromString (RealType &, const std::string &)

Member Typedef Documentation

template<typename T>
typedef T tlp::TypeInterface< T >::RealType

Member Function Documentation

template<typename T>
static bool tlp::TypeInterface< T >::fromString ( RealType ,
const std::string &   
)
inlinestatic
template<typename T>
static bool tlp::TypeInterface< T >::read ( std::istream &  ,
RealType  
)
inlinestatic
template<typename T>
static std::string tlp::TypeInterface< T >::toString ( const RealType )
inlinestatic

Reimplemented in tlp::ColorType, and tlp::StringType.

template<typename T>
static void tlp::TypeInterface< T >::write ( std::ostream &  ,
const RealType  
)
inlinestatic


Tulip Software by LaBRI Visualization Team    2001 - 2012