MeVisLab Toolbox Reference
mlObjLoaderFrame.h File Reference
#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

 ml
 Main documentation file for ML users and developers.
 

Macros

#define SLASH   '\\'
 This file declares the ObjLoader specialized data loader. More...
 
#define ML_PRINT_CONDITIONAL_ERROR(a, b, c, d)
 

Macro Definition Documentation

◆ ML_PRINT_CONDITIONAL_ERROR

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

Definition at line 29 of file mlObjLoaderFrame.h.

◆ SLASH

#define SLASH   '\\'

This file declares the ObjLoader specialized data loader.

Definition at line 24 of file mlObjLoaderFrame.h.