#include "freElementals.h"#include "freEvents.h"#include "freSetup.h"#include "freControllerEvents.h"#include "freControllerBase.h"#include "itkMutexLock.h"#include "itkDynamicLoader.h"


Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Classes | |
| class | FREE::ControllerInfo |
| class | FREE::ControllerCentral |
| Creates and manages instances of GenericComponentController. More... | |
Typedefs | |
| typedef void(* | FREE::FREE_GET_CONTROLLER_LIST_FUNCTION )(int &iCount, char **&pControllerIDs) |
| typedef GenericComponentController *(* | FREE::FREE_CREATE_CONTROLLER_FUNCTION )(char *pControllerID) |
| typedef bool(* | FREE::FREE_DELETE_CONTROLLER_FUNCTION )(GenericComponentController *pController) |
| typedef void(* | FREE::FREE_LINK_CENTRAL_FUNCTION )(ControllerCentral::ControllerListType *pDedicatedControllerList, ControllerCentral::LibraryHandleListType *pDedicatedLibraryHandles, ProgressEventBase *pfnOnControl, ProgressEventBase *pfnOnBuild, ControllerCentral::CtrlCallbackListType *pCallbackList, ControllerCentral::CtrlProgressListType *pProgressList, itk::MutexLock *pGlobalCallbackMutex, itk::MutexLock *pGlobalProgressMutex) |
1.5.3 written by Dimitri van Heesch,
© 1997-2000