![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
Go to the source code of this file.
Classes | |
class | camitk::Log |
This class is a log utility. More... | |
Namespaces | |
camitk | |
Macros | |
#define | CAMITK_DEBUG(CLASSNAME, METHODNAME, MSG) ; |
#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 | CAMITK_WARNING(CLASSNAME, METHODNAME, MSG) ; |
#define | Log(TYPE, CLASSNAME, METHODNAME, MSG) |
log macro More... | |
#define CAMITK_DEBUG | ( | CLASSNAME, | |
METHODNAME, | |||
MSG | |||
) | ; |
#define CAMITK_ERROR | ( | CLASSNAME, | |
METHODNAME, | |||
MSG | |||
) | Log("ERROR", CLASSNAME, METHODNAME, MSG) |
Referenced by ReorientImage::apply(), MergeMeshs::apply(), SaveActionState::applyAction(), ActionStateMachine::checkSCXMLFile(), camitk::Component::Component(), ActionStateMachine::createAllActionStates(), ActionStateMachine::createTransitions(), camitk::Component::delegate1(), camitk::Component::delegate2(), camitk::Component::delegate3(), DicomComponent::DicomComponent(), DicomTreeSerieComponent::DicomTreeSerieComponent(), ImageLutWidget::fillHistogramTable(), camitk::Component::getChildrenFrame(), camitk::Component::getRepresentation(), camitk::Component::getTransform(), camitk::Component::getTransformFromFrame(), camitk::Component::getTransformFromWorld(), SimulationDialog::getWidget(), DicomParser::getZSpacing(), EditFrame::load(), VolumeRenderingWidget::load(), MMLComponent::MMLComponent(), PMLComponent::parseMultiComponent(), StructuralComponentDC::pointPicked(), SaveDisplacementFromTransformation::process(), DicomComponent::readDirectCosinesAngle(), VtkImageComponent::readMetaImageTransformMatrix(), camitk::Application::registerAllActions(), OffExtension::save(), VolumeRenderingWidget::save(), PMLComponent::selectCell(), ActionStateMachine::setCamiTKAction(), ActionStateMachine::setCamiTKSaveAction(), camitk::Application::setMainWindow(), and camitk::Component::setParentFrame().
#define CAMITK_ERROR_IF | ( | B, | |
CLASSNAME, | |||
METHODNAME, | |||
MSG | |||
) |
#define CAMITK_INFO | ( | CLASSNAME, | |
METHODNAME, | |||
MSG | |||
) | Log("INFO", CLASSNAME, METHODNAME, MSG) |
Referenced by camitk::SimplisticComponent::addProperty(), ComputeNormals::apply(), CleanPolyData::apply(), ExtractSelection::apply(), ExtractEdges::apply(), ComputeCurvatures::apply(), ExtractSurface::apply(), WarpOut::apply(), AppendMeshes::apply(), CreateSC::apply(), MeshPicking::apply(), CenterMesh::apply(), ICPRegistration::apply(), VolumeRenderingAction::apply(), RigidTransform::apply(), camitk::ExtensionManager::autoload(), DicomItkComponentExtension::chooseDicomSeriesIds(), AtomDC::doubleClicked(), DicomItkComponentExtension::findAllDicomSeries(), camitk::InteractiveViewer::keyPressEvent(), SaveDisplacementFromTransformation::outputFileChanged(), SaveDisplacementFromTransformation::process(), camitk::RendererWidget::RendererWidget(), camitk::Application::showStatusBarMessage(), and camitk::Component::updateProperty().
#define CAMITK_INFO_IF | ( | B, | |
CLASSNAME, | |||
METHODNAME, | |||
MSG | |||
) |
#define CAMITK_WARNING | ( | CLASSNAME, | |
METHODNAME, | |||
MSG | |||
) | ; |
Referenced by ReorientImage::buildGeometries(), DicomComponent::DicomComponent(), DicomTreeSerieComponent::DicomTreeSerieComponent(), camitk::ActionExtension::initResources(), camitk::ComponentExtension::initResources(), camitk::Application::initResources(), MMLComponent::MMLComponent(), camitk::Application::open(), DicomComponent::readDirectCosinesAngle(), DicomTreeSerieComponent::readDirectCosinesAngle(), camitk::MeshComponent::removeSelectedData(), and MshExtension::save().
#define Log | ( | TYPE, | |
CLASSNAME, | |||
METHODNAME, | |||
MSG | |||
) |
log macro