![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
Some useful tools of CamiTK. More...
Classes | |
class | camitk::AbortException |
Exception class to handle abortion in component instanciation. More... | |
class | camitk::ConsoleStream |
Provides a console windows, within the CamiTK application. More... | |
class | camitk::Log |
This class is a log utility. More... | |
class | camitk::ObjectController |
The object controller class. More... | |
class | camitk::PlaneC |
This class allows you to transform a plane(translation,rotation around an axis) and visualize it. More... | |
class | camitk::Property |
This class describes a property that can be used in components and actions or any class that needs to be passed to ObjectControler. More... | |
class | camitk::SliderSpinBoxWidget |
A utility class to have QSpinBox and QSlider synchronized. More... | |
class | camitk::SliderTextWidget |
This widget allows you to use a slider with a lineedit in a Dialog Box. More... | |
Enumerations | |
enum | camitk::PlaneC::PlaneCType { camitk::PlaneC::X_MIN, camitk::PlaneC::Y_MIN, camitk::PlaneC::Z_MIN, camitk::PlaneC::X_MAX, camitk::PlaneC::Y_MAX, camitk::PlaneC::Z_MAX, camitk::PlaneC::UNDEFINED } |
a planeC could represent a plane of a bounding box More... | |
enum | camitk::ObjectController::ViewMode { camitk::ObjectController::TREE, camitk::ObjectController::GROUPBOX, camitk::ObjectController::BUTTON } |
The property browser can be shown in different view mode. More... | |
Some useful tools of CamiTK.
Utils contains useful tools provided with the CamiTK architecture, such as the Log, the nice Property handling and so more.
a planeC could represent a plane of a bounding box
The property browser can be shown in different view mode.
Use getViewMode() to get the information about the view mode.