MapExtractor/MapExtractorInterface.h File Reference

MapExtractorInterface.h File Reference
#include <QtGui/QComboBox>
#include "../../include/Mudbox/mudbox.h"

Classes

class  MapExtractor
 This is the cental modul for map extraction, this node controls the map extraction process by communicating with the different modules. More...
 
class  Data
 This structure represents the data which is calculated by the samplers, and passed to the utilizers. More...
 
class  Locator
 
class  SamplerUI
 This class represents the user interface which belongs to a sampler in map extraction. More...
 
class  Layout
 This node is responsible to collect the surface points on the target mesh which needs data to be computed for. More...
 
class  Gate
 This node is used to change data from a Sampler before it is processed by the Utilizer node. More...
 
class  Sampler
 This is a base class for a sampler node, which can generate some data for a given target-source surface point pair. More...
 
class  TargetLocation
 This class holds information about a reference point on the target mesh. More...
 
class  Utilizer
 This is the final module in the map extraction process, which gets the data calculated by the samplers, and decides what to do with it. More...
 
class  Mapping
 

Namespaces

 mapextractionmodules
 

Macros

#define MEDLL   MUDBOX_DLLIMPORT
 

Enumerations

enum  PhaseEventType {
  eventSectionStart, eventSectionEnd, eventQueueFlush, eventQueueLocated,
  eventQueueProcessed, eventTargetStart, eventTargetEnd
}
 Types of the events occuring during extraction. More...
 

Macro Definition Documentation

#define MEDLL   MUDBOX_DLLIMPORT

Definition at line 19 of file MapExtractorInterface.h.

Go to the source code of this file.