ML Reference
MeVis/Foundation/Sources/ML/include/mlSubImageBox.h File Reference

Define the template class TSubImageBox and the specialization SubImageBox. More...

#include "mlInitSystemML.h"
#include "mlImageVector.h"

Go to the source code of this file.

Classes

class  ml::TSubImageBox< intT >
 This class defines a rectangular subimage region of standard ML dimensions. More...

Namespaces

namespace  ml
 

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


namespace  std
 

Provide trigonometric etc.


Typedefs

typedef TSubImageBox< MLintml::SubImageBox
 Define the standard SubImageBox type used in the ML. Its size varies with the size of the MLint type.

Functions

template<typename intT >
ostream & std::operator<< (ostream &s, const ml::TSubImageBox< intT > &box)
 Overload "<<" operator for stream output of SubImageBox objects.

Deprecated

#define TSubImgBox   TSubImageBox
typedef TSubImageBox< MLint16ml::SubImgBox16
typedef TSubImageBox< MLint32ml::SubImgBox32
typedef TSubImageBox< MLint64ml::SubImgBox64
typedef SubImageBox ml::SubImgBox

Detailed Description

Define the template class TSubImageBox and the specialization SubImageBox.

Author:
Wolf Spindler
Date:
07/2003

Definition in file mlSubImageBox.h.


Define Documentation

#define TSubImgBox   TSubImageBox
Deprecated:
Use TSubImageBox instead of TSubImgBox.

Definition at line 278 of file mlSubImageBox.h.