MeVisLab Toolbox Reference
CSOAttributes.h File Reference
#include "MLCSOIncludes.h"
#include "CSODefines.h"
#include "CSOPathPoints.h"
#include <mlVariant.h>

Go to the source code of this file.

Classes

class  ml::CSOAttributes

Namespaces

namespace  ml
 Defines the class GetTileJob.

Functions

template<typename T>
bool ml::CSOWriteValueToStream (std::ostream &out, const T &value, bool asBinary)
template<>
bool ml::CSOWriteValueToStream< Variant > (std::ostream &out, const Variant &value, bool asBinary)
template<>
bool ml::CSOWriteValueToStream< CSOPathPoints > (std::ostream &out, const CSOPathPoints &value, bool asBinary)
template<typename T>
bool ml::CSOReadValueFromStream (std::istream &in, T &value, bool asBinary)
template<>
bool ml::CSOReadValueFromStream< Variant > (std::istream &in, Variant &value, bool asBinary)
template<>
bool ml::CSOReadValueFromStream< CSOPathPoints > (std::istream &in, CSOPathPoints &value, bool asBinary)