![]() |
Computer Assited Medical Intervention Tool Kit
|
Go to the source code of this file.
Classes | |
class | camitk::Log |
This class is a log utility. More... | |
Namespaces | |
namespace | camitk |
Macros | |
#define | CAMITK_ERROR(CLASSNAME, METHODNAME, MSG) Log("ERROR", CLASSNAME, METHODNAME, MSG) |
#define | CAMITK_ERROR_IF(B, CLASSNAME, METHODNAME, MSG) |
#define | CAMITK_INFO(CLASSNAME, METHODNAME, MSG) Log("INFO", CLASSNAME, METHODNAME, MSG) |
#define | CAMITK_INFO_IF(B, CLASSNAME, METHODNAME, MSG) |
#define | Log(TYPE, CLASSNAME, METHODNAME, MSG) |
log macro More... | |
#define CAMITK_ERROR | ( | CLASSNAME, | |
METHODNAME, | |||
MSG | |||
) | Log("ERROR", CLASSNAME, METHODNAME, MSG) |
Referenced by SaveActionState::applyAction(), ActionStateMachine::checkSCXMLFile(), camitk::Component::Component(), ActionStateMachine::createAllActionStates(), camitk::Core::getActionDir(), camitk::Core::getComponentDir(), camitk::Component::getRepresentation(), camitk::Core::getRootDir(), camitk::Core::getTestDataDir(), MMLComponent::MMLComponent(), StructuralComponentDC::pointPicked(), camitk::Application::registerAllActions(), MshExtension::save(), ActionStateMachine::setCamiTKAction(), and ActionStateMachine::setCamiTKSaveAction().
#define CAMITK_ERROR_IF | ( | B, | |
CLASSNAME, | |||
METHODNAME, | |||
MSG | |||
) |
#define CAMITK_INFO | ( | CLASSNAME, | |
METHODNAME, | |||
MSG | |||
) | Log("INFO", CLASSNAME, METHODNAME, MSG) |
Referenced by CleanPolyData::apply(), ExtractSurface::apply(), WarpOut::apply(), GenerateModel::apply(), CreateSC::apply(), CenterMesh::apply(), VolumeRenderingAction::apply(), MeshPicking::apply(), RigidTransform::apply(), DicomComponentExtension::chooseDicomSeriesIds(), AtomDC::doubleClicked(), DicomComponentExtension::findAllDicomSeries(), camitk::Core::getModuleDir(), ObjComponent::initDynamicProperties(), camitk::InteractiveViewer::keyPressEvent(), camitk::MainWindow::redirectToConsole(), camitk::Application::showStatusBarMessage(), and camitk::Component::updateProperty().
#define CAMITK_INFO_IF | ( | B, | |
CLASSNAME, | |||
METHODNAME, | |||
MSG | |||
) |
#define Log | ( | TYPE, | |
CLASSNAME, | |||
METHODNAME, | |||
MSG | |||
) |
log macro