MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLObjMgr/ObjLoader/mlObjLoaderFrame.h File Reference

This file declares the ObjLoader specialized data loader. More...

#include "MLObjLoaderSystem.h"
#include <ObjMgr/mlObjMgrObjectContainer.h>

Go to the source code of this file.

Classes

class  ml::olSpecializedLoader
 Base class for all loader-plugins. More...
class  ml::olFullPath
 This is a simple class that lets us do easy prepending of the info file's directory to a given relative path. More...

Namespaces

namespace  ml
 

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


Defines

#define SLASH   '\\'
#define ML_PRINT_CONDITIONAL_ERROR(a, b, c, d)

Detailed Description

This file declares the ObjLoader specialized data loader.

Author:
Felix Ritter
Date:
01/2004

Definition in file mlObjLoaderFrame.h.


Define Documentation

#define ML_PRINT_CONDITIONAL_ERROR (   a,
  b,
  c,
 
)
Value:
if (a) { \
  ML_PRINT_ERROR(b,c,d); \
}

Definition at line 25 of file mlObjLoaderFrame.h.

#define SLASH   '\\'

Definition at line 20 of file mlObjLoaderFrame.h.

Referenced by ml::olFullPath::olFullPath().