MeVisLab Toolbox Reference
mlImagePropertyExtension.h File Reference
#include "mlRuntimeSubClass.h"
#include <mlUtilsSystem.h>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  ml::ImagePropertyExtension
 Base class from which one can derive own image properties. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef std::vector< ImagePropertyExtension * > ml::ImagePropertyExtensionVector
 Define the STL container type of ImagePropertyExtension objects. More...
 

Functions

ML_UTILS_EXPORT ostream & std::operator<< (ostream &s, const ml::ImagePropertyExtension &extIP)
 Overloads the operator "<<" for stream output of ImagePropertyExtension objects. More...
 

Function Documentation

◆ operator<<()

ML_UTILS_EXPORT ostream& std::operator<< ( ostream &  s,
const ml::ImagePropertyExtension extIP 
)

Overloads the operator "<<" for stream output of ImagePropertyExtension objects.

References std::operator<<().