#include "freControllerCentral.h"#include "freExceptions.h"#include "itkDynamicLoader.h"#include "itkDirectory.h"#include "itkVersion.h"#include "itksys/SystemTools.hxx"

Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Classes | |
| class | FREE::CleanUpControllerCentral |
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::PointerListType *pDedicatedLibraryHandles, ProgressEventBase *pfnOnControl, ProgressEventBase *pfnOnBuild, ControllerCentral::CtrlCallbackListType *pCallbackList, ControllerCentral::CtrlProgressListType *pProgressList, itk::MutexLock *pGlobalCallbackMutex, itk::MutexLock *pGlobalProgressMutex) |
Functions | |
| static std::string | FREE::CreateFullPath (const char *path, const char *file) |
| bool | FREE::NameIsSharedLibrary (const char *name) |
Variables | |
| static CleanUpControllerCentral | FREE::CleanUpControllerCentralGlobal |
1.5.3 written by Dimitri van Heesch,
© 1997-2000