ML Reference
MeVis/Foundation/Sources/MLUtilities/mlImagePropertyExtension.h File Reference

This file defines the class ImagePropertyExtension which is used as a base class for extended image property objects which can be appended to the ImagePropertyExtensionContainer inside MedicalImageProperties. More...

Go to the source code of this file.

Classes

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

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


namespace  std
 

Provide trigonometric etc.


Typedefs

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

Functions

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

Detailed Description

This file defines the class ImagePropertyExtension which is used as a base class for extended image property objects which can be appended to the ImagePropertyExtensionContainer inside MedicalImageProperties.

Author:
Wolf Spindler
Date:
10/2006

Definition in file mlImagePropertyExtension.h.