MeVisLabToolboxReference
FMEwork/Release/Sources/Shared/DTICalculator/IDTICalculator.h File Reference

Defines and implements the module ExtractObjectFeatures. More...

#include "mlMacros.h"
#include <MLMiscMath.h>

Go to the source code of this file.

Classes

class  IDTICalculator
 class IDTICalculator More...

Defines

#define DTICCALCULATOR_EXPORT   ML_LIBRARY_IMPORT_ATTRIBUTE

Functions

DTICCALCULATOR_EXPORT
IDTICalculator
NewDTICalculator (MLuint32 dim)
 Creates an instance of the DTICalculator.

Variables

const double DIFFUSION_CONST = 1000.0

Detailed Description

Defines and implements the module ExtractObjectFeatures.

Author:
Mathias Schlueter
Date:
3/2003

Please implement this updated header in all of your files to have the references to the developers when looking to the header or the documentation generated from it.

Definition in file IDTICalculator.h.


Define Documentation

#define DTICCALCULATOR_EXPORT   ML_LIBRARY_IMPORT_ATTRIBUTE

Definition at line 31 of file IDTICalculator.h.


Function Documentation

DTICCALCULATOR_EXPORT IDTICalculator* NewDTICalculator ( MLuint32  dim)

Creates an instance of the DTICalculator.


Variable Documentation

const double DIFFUSION_CONST = 1000.0

Definition at line 34 of file IDTICalculator.h.

Referenced by IDTICalculator::calcLNNorm().