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

Class to define a subimage region with Vector6 corners It represents a 6D box like image region defined by 2 6d corner points. More...

#include "mlInitSystemML.h"
#include "mlSubImageBox.h"
#include "mlLinearAlgebra.h"

Go to the source code of this file.

Classes

class  ml::SubImageBoxd
 SubImageBoxd - SubImageBox with coordinates of float data type. More...

Namespaces

namespace  ml
 

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


namespace  std
 

Provide trigonometric etc.


Typedefs

Deprecated
typedef SubImageBoxd ml::SubImgBoxf

Functions

ostream & std::operator<< (ostream &s, const ml::SubImageBoxd &box)
 Overloads "<<" operator for stream output of SubImageBoxd objects.

Detailed Description

Class to define a subimage region with Vector6 corners It represents a 6D box like image region defined by 2 6d corner points.

Author:
Jan-Martin Kuhnigk
Date:
07/2003

Definition in file mlSubImageBoxd.h.