freComponentID.h File Reference

#include <string>

Include dependency graph for freComponentID.h:

This graph shows which files directly or indirectly include this file:

freComponentSetup.hfreIDPath.hfreComponentID.cxxfreControllerBase.hfreControllerInterface.hfreComponentCacheCollection.hfreSessionComponentCache.hfreAdaptationComponent.hfreComponentSetupCollection.hfreComponentSetup.cxxfreComponentSetupAdaptor.hfreComponentSetupBrowser.hfreSetup.hfreSetupIOHelper.hfreSetupTransformController.hfreSetupOptimizationMetricControllerBase.hfreSetupOptimizationProcessorController.hfreConstrainedMetricInterface.hfreESMutationControllerBase.hfreESParentSelectorControllerBase.hfreESRecombinatorControllerBase.hfreESSelectionControllerBase.hfreEvolutionaryStrategyCtrlrs.hfreImageFilterCtrlrs.hfreITKFilterCtrlrs.hfreMediaCtrlrs.hfrePointSupportedMetricCtrlrs.hfreInterpolatorCtrlrs.hfreMetricCtrlrs.hfreNormalVariateGeneratorController.hfreRegistrationCtrlrs.hfreTransformationCtrlrs.hfreSetupOptimizationCtrlrs.hfreSetupInterpolator.cxxfreConstrainedAccuracySOMetric.hfreControllerEvents.hfreSetupOptimizationMultiThreadMetric.hfreImageClassificationSOMetric.hfreImageDifferenceSOMetric.hfreAccuracySOMetricThread.hfreConsistencySOMetric.hfreImageClassificationSOMetricThread.hfreImageDifferenceSOMetricThread.hfreSessionAccessor.hfreSessionAccessor.cxxfreParameterCollection.hfreComponentMediaLink.hfreProfileRequirement.hfreIDPath.cxx

Go to the source code of this file.

Namespaces

namespace  FREE

Defines

#define ComponentExternMacro(CompID)
#define ComponentMacro(CompID, sCompInfo)

Typedefs

typedef std::string FREE::ComponentID

Variables

const char *const FREE::cComp_NotDefined
const char *const FREE::cCompDsc_NotDefined
const char *const FREE::cComp_Section
const char *const FREE::cCompDsc_Section
const char *const FREE::cComp_ROI
const char *const FREE::cCompDsc_ROI
const char *const FREE::cComp_MainInterpolator
const char *const FREE::cCompDsc_MainInterpolator
const char *const FREE::cComp_MainMetric
const char *const FREE::cCompDsc_MainMetric
const char *const FREE::cComp_MainTransform
const char *const FREE::cCompDsc_MainTransform
const char *const FREE::cComp_MainOptimizer
const char *const FREE::cCompDsc_MainOptimizer
const char *const FREE::cComp_MediaFinal
const char *const FREE::cCompDsc_MediaFinal
const char *const FREE::cComp_MediaFixed
const char *const FREE::cCompDsc_MediaFixed
const char *const FREE::cComp_MediaMoving
const char *const FREE::cCompDsc_MediaMoving
const char *const FREE::cComp_MediaInterim
const char *const FREE::cCompDsc_MediaInterim


Define Documentation

#define ComponentExternMacro ( CompID   ) 

Value:

extern const char* const cComp_##CompID; \
  extern const char* const cCompDsc_##CompID;

Definition at line 35 of file freComponentID.h.

#define ComponentMacro ( CompID,
sCompInfo   ) 

Value:

const char* const cComp_##CompID = #CompID; \
  const char* const cCompDsc_##CompID = sCompInfo;

Definition at line 40 of file freComponentID.h.


Generated at Sat Oct 13 18:14:17 2007 for f.r.e.e. - Flexible Registration and Evaluation Engine by doxygen 1.5.3 written by Dimitri van Heesch, © 1997-2000