CActionGenerator | TODO Celine comment here please |
CAnimationMotorAddon | The Animation Motor addon class |
CAnsysBatch | Ansys batch file handler |
►CAnsysBatchWriter | Ansys batch writer allow to write a part of a batch file |
CParametersWriter | TODO Comment class here |
CPostWriter | TODO Comment class here |
CPrepWriter | TODO Comment class here |
CSoluWriter | TODO Comment class here |
CAtomIterator | Allow iteration over a set of atoms given by a target list (component name or index list) |
►Cbasic_streambuf | |
Ccamitk::ConsoleStream | Provides a console windows, within the CamiTK application |
CCepGenerator | TODO Celine comment here please |
CChrono | Elapsed real-time timer |
CClassNameHandler | Helper class to handle class names |
►CCommand | |
Ccamitk::ItkProgressObserver | Allows showing a progress bar when using ITK methods |
CCompareInfo | |
►CComponent | A component is something that composed something and could also be a part of something |
CMultiComponent | A multi-component stores other components, hence providing a way to have an tree representation of components |
►CStructuralComponent | A structural component is composed either by cell or by atoms |
CCell | A cell has an unique index in the physical model object, is composed by atoms, and different basic properties |
CComponentGenerator | TODO Celine comment here please |
Ccamitk::Core | Core class specifies the basic static information for the CamiTK API |
CCriterionFactory | A factory to create criterion |
►CDecoration | Abstract class representing a decoration added to a DC |
CAnyDecoration | This class allows you to display any geometric object represented by a SC (e.g |
CAtomDecoration | This class allows you to display a geometric object (arrow, sphere, ...) positionned on an atom |
CDependencyGenerator | TODO Celine comment here please |
CDirection | Class that defines the direction of the Load with x, y and z |
►Cstd::exception | STL class |
Ccamitk::AbortException | Exception class to handle abortion in component instanciation |
CPMLAbortException | Exception class to handle abortion in the xmlReading Particularly useful to handle constructor's abortion |
►CExtensionGenerator | TODO Celine comment here please |
CActionExtensionGenerator | TODO Celine comment here please |
CComponentExtensionGenerator | TODO Celine comment here please |
CLibraryGenerator | TODO Celine comment here please |
CFacet | Class facet to hold and compare facet This class is used for the extraction of external surface during importation of simulator specific files |
Ccamitk::GeometricObject | A geometric object allows to create geometric object (sphere, arrow, ...) that can be added directly in the scene using getActor() |
CXmlHighlighter::HighlightingRule | |
Ccamitk::HistoryComponent | HistoryComponent class describes the component information (name, type) stored in the history |
CHistoryItem | This properties and methods helps registering an applied action in the history of the application |
Ccamitk::HistoryItem | HistoryItem class describes the entry of an action used in a pipeline, in the history |
►Ccamitk::InterfaceBitMap | This class describes what are the methods to implement for a BitMap |
►Ccamitk::Component | A Component represents something that could be included in the explorer view, the interactive 3D viewer, and that could have or not a contextual popup menu (open by a right click in the explorer), a property dialog (to change some properties) Thus, a Component inherits from many abstract classes |
CAtomDC | The manager of the Atom data |
►Ccamitk::ImageComponent | |
CDicomComponent | This class manage Dicom volume images stored in directories |
CDicomDirectoryComponent | DICOM directories Component which store DICOM images |
CDicomImageComponent | DICOM image Component which handle a single DICOM image |
CItkImageComponent | This class manage Itk images, i.e images that can be loaded in CamiTK by using an ITK importer |
CRawImageComponent | This class manage raw images, i.e., images that are directly loaded from a file containing only the binary values of the voxels |
CVtkImageComponent | This class manage vtk images, i.e images that can be loaded in CamiTK by using an VTK importer |
►Ccamitk::MeshComponent | Basic component to manage any kind of mesh |
►CComponentDC | The manager of the Component data |
CMultiComponentDC | The manager of the MultiComponent data |
►CStructuralComponentDC | The manager of the Structural component data |
CCellDC | The manager of the Cell data |
CMshComponent | This simple MSH Component allows you to manipulate .msh legacy files (gmsh) |
CObjComponent | The manager of the objdata (alias wavefront format) |
COffComponent | The manager of the .off |
CPMManagerDC | The manager of the physical model data |
CStlComponent | The manager of the STL format, see https://en.wikipedia.org/wiki/STL_%28file_format%29 |
CVtkMeshComponent | Features various Vtk mesh for CamiTK |
Ccamitk::SingleImageComponent | This Component manages a set of images, destined to be seen in a single orientation only (axial OR sagittal OR coronal) |
CMMLComponent | This class manage an MML monitoring document ".mml" |
CVRMLComponent | The manager of the VRML data |
Ccamitk::Slice | Display a slice (i.e |
►Ccamitk::InterfaceGeometry | This class describes what are the methods to implement for a Geometry (rendering parameters, input/output, filters, picking parameters...) |
Ccamitk::Component | A Component represents something that could be included in the explorer view, the interactive 3D viewer, and that could have or not a contextual popup menu (open by a right click in the explorer), a property dialog (to change some properties) Thus, a Component inherits from many abstract classes |
Ccamitk::Geometry | A 3D representation of a vtkPointSet to be displayed in a InteractiveViewer, this class implements the InterfaceGeometry |
►Ccamitk::InterfaceNode | This class describe what are the methods to implement for a hierarchical tree node |
Ccamitk::Component | A Component represents something that could be included in the explorer view, the interactive 3D viewer, and that could have or not a contextual popup menu (open by a right click in the explorer), a property dialog (to change some properties) Thus, a Component inherits from many abstract classes |
►CLoad | Class that describes a load to be used in the simulation |
CAcceleration | Class that defines the type of Load 'Acceleration', for example to set the gravity |
CForce | Class that defines the type of Load 'Force' |
CPressure | Class that defines the type of Load 'Pressure' |
CRotation | Class that defines the type of Load 'Rotation' |
CTranslation | Class that defines the type of Load 'Translation' |
CLoads | This class makes it possible to manage a list of "Load" |
CLoadsManager | This class manages the applied all loads (see LML), deformation add-on, atom data monitoring and atom decoration |
Ccamitk::Log | This class is a log utility |
►Cstd::map< K, T > | STL class |
CProgramArg | TODO Comment class here |
►CMethod | A Method represent how to make the boolean assessment with criteria data (a vector of double) |
CMinThreshold | A Threshold method is a method where individualTest is true is the tested double is superior or equal to a fixed value |
CThreshold | A Threshold method is a method where individualTest is true is the tested double is inferior or equal to a fixed value |
CMethodFactory | A factory to create method |
CMMLMonitorDisplayFactory | A Factory for creating MMLMonitorDiplay |
►CMonitor | A monitor calculate and store followed data (ex:calculation between current position and references) At current time (current state of simulation is given by Parameters class) A monitor is active between startAt and stopAt time |
CMonitorComputingTime | A monitor based on the computing time |
CMonitorDisplacement | A monitor that give the displacement (vector) |
CMonitorDistanceX | A monitor that calculate the distance between two points |
CMonitorDistanceY | A monitor that calculate the distance between two points |
CMonitorDistanceZ | A monitor that calculate the distance between two points |
CMonitorForce | A monitor for forces |
CMonitorGeometricDeviation | A monitor that calculate the distance between two points |
CMonitorNormDisplacement | A monitor that give the norm of the displacement |
CMonitorPointFinalSetDistance | A monitor that calculate the distance between a point and a set of points |
CMonitorPointSetDistance | A monitor that calculate the distance between a point and a set of points |
CMonitorPointToTriangleMeshDistanceFinal | A monitor that calculate the distance between a point a triangle mesh |
CMonitorPosition | A monitor based on the position |
CMonitorRen | A monitor based on the relative energy norm |
CMonitorSurface | A monitor that calculate Surface |
CMonitorVolume | A monitor that calculate Volume |
CMonitorFactory | A factory to create monitors |
►CMonitoringManager | Manager of the benchmark tests |
CInteractiveMonitoringManager | Interactice managers are managers linked with an interactive simulator |
CNonInteractiveMonitoringManager | NonInteractice managers are managers linked with an non interactive simulator |
CMonitoringManagerFactory | A factory to create MonitoringManager |
CMultipleCriterionFactory | A factory to create MultipleCriterion |
Ccamitk::ObjectControllerPrivate | |
CParameterGenerator | TODO Celine comment here pl |
CPhysicalModel | This is the main class of this project |
CPickedPixelMap | This class is dedicated to manage an ImageComponent with a list of selected/picked pixels |
Ccamitk::PlaneC | This class allows you to transform a plane(translation,rotation around an axis) and visualize it |
CPMLTransform | PML Transform is composed by static methods It performs transformations on pml object and do a lot of useful things |
CLoadsSimulationDriver::Position | Private struct to store the initial positions |
►CProcessObject | |
Citk::ImageToVTKImageFilter< TInputImage > | Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline |
Citk::VTKImageToImageFilter< TOutputImage > | Converts a VTK image into an ITK image and plugs a vtk data pipeline to an ITK datapipeline |
►CProjectiveConstraintSet | |
CTranslationConstraint< DataTypes > | TODO Comment class here |
CTranslationConstraint< sofa::defaulttype::Vec3Types > | |
►CProperties | Describes the properties common to all structures and components |
►CBasicSCProperties | A special class to manage the basic structural component properties |
CStructuralComponentProperties | This is an automatically generated class for custom StructuralComponent properties |
►CStructureProperties | Describes the properties common to all structures |
►CBasicAtomProperties | This class is the basic Atom Properties class |
CAtomProperties | This is an automatically generated class for custom Atom properties |
►CBasicCellProperties | Describes the properties common to all cells |
CCellProperties | This is an automatically generated class for custom Cell properties |
Ccamitk::Property | This class describes a property that can be used in components and actions or any class that needs to be passed to ObjectControler |
►CQApplication | |
►Ccamitk::Application | The generic/default application |
CActionStateMachine | This Class describes ActionStateMachine MainWindow extension |
►CQDialog | |
Ccamitk::MedicalDataOriginDialog | The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images (ImageComponent), typically using the marching cubes algorithm |
Ccamitk::SettingsDialog | This class controls the settings dialog user interface |
CLoadsAppliedTo | This dialog allows to see the empty list of appliedTo |
CLoadsEditor | A clean dialog to edit (add, modify, delete), loads and their parameters, directly from Core |
CLoadsMovie | This dialog allows to see the simulation It plays the impload, allowing the user to see the evolution of translations along time |
CLoadsSimulation | This dialog allows to run a simulation using a simulation motor |
CLoadsValueEvent | This dialog .. |
CMonitoringDialog | TODO Comment class here |
CRawDataDialog | Input of the parameter to read a raw data file |
►CQFrame | |
Ccamitk::ActionWidget | Build a default widget for a given action using its Qt properties |
Ccamitk::InteractiveViewerFrame | InteractiveViewerFrame is just a QFrame that delegates all key events to its InteractiveViewer |
►CQMainWindow | |
►Ccamitk::MainWindow | This Class is the base class for your application |
CImpMainWindow | This Class describes the "historical" imp application |
CDevWindow | |
CDorothyMainWindow | TODO Celine please comment here |
CExtensionWindow | |
CExtTypeWindow | |
CLevelWindow | |
CMainWindow | |
CMainWindow | |
CNewbieWindow | |
CReportWindow | |
►CQMenu | |
►Ccamitk::ComponentPopupMenu | Generic class for Component popup menu. To create your own Component popup, create a class that inherits from this one. Your class could have as many slot that you want. Create popup menu item and connect your slot using the addAction method |
CAtomDCPopup | The popup menu of the atom data component |
CMMLComponentPopup | A popup monu for MML component Acessible when rigth cliking on the component |
CMultiComponentDCPopup | The popup menu of the multi component data component |
CPMManagerDCPopup | The popup menu of the Physical Manager data component |
CStructuralComponentDCPopup | The popup menu of the structural component data component |
CVtkMeshComponentPopup | The popup menu of the VTK data component |
►CQObject | |
CAtomDCProperties | The class AtomDCProperties defines an object that allows interaction of some properties of an atom |
►Ccamitk::Action | Action class is an abstract class that enables you to build a action (generally on a component) |
CAboutAction | Handles the pop-up "About CamiTK" with information about CamiTK |
CAnisotropicDiffusion | Perform a anisotropic diffusion on the ImageComponent |
CBoxVOI | Action to crop a volumic image |
CCannyEdgeDetection | Perform a Canny edge detection on the ImageComponent |
CCenterMesh | Center the current camitk::MeshComponent in the center of the space coordinate |
CChangeColor | Change the color of the rendering of the current selected mesh |
CCleanPolyData | Using vtkCleanPolyData for example to clean nodes that are too close |
CClearSelectionAction | The ClearSelectionAction allows user to clear the selected components in the components explorer |
CCloseAction | Allow to close the selected component |
CCloseAllAction | Allows to close all selected component in the current application |
CConnectedComponents | Perform a connected component analysis on the ImageComponent |
CCreateSC | Action to generate MML/Sofa scn from a vtk mesh |
CDecimation | Decimate the input mesh in order to reduce its number of triangles |
CDerivative | Perform a derivative filter on the ImageComponent |
CExtractEdges | Extract edges from a mesh |
CExtractSurface | Extract the surface of an input mesh |
CFillWithPoints | Fill a surfacic mesh with regularly spaced nodes (create new nodes inside the mesh) |
CGaussianFilter | Perform a gaussian filter on the ImageComponent |
CGenerateModel | Action to generate MML/Sofa scn from a vtk mesh |
CGradientMagnitude | Perform a gradient magnitude filter on the ImageComponent |
CGradientMagnitudeRecursiveGaussian | Perform a gradient magnitude recursive filter on the ImageComponent |
CGridTopology | Create a 3D/2D/1D grid mesh |
CICPRegistration | Perform an Iterative Closest Point registration between two meshes |
CImageLutAction | The lut action itself |
CImageReconstructionAction | The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images (ImageComponent), typically using the marching cubes algorithm |
CInvertMesh | Invert the input mesh |
CLaplacian | Perform a laplacian filter on the ImageComponent |
CLaplacianRecursiveGaussian | Perform a laplacian-gaussian recursive filter on the ImageComponent |
CLaplacianSharpening | Perform a laplacian sharpening filter on the ImageComponent |
CManualThreshold | Segment the ImageComponent using a manual threshold |
CMeanFilter | Perform a mean filter on the ImageComponent |
CMedianFilter | Perform a median filter on the ImageComponent |
CMergeMeshs | MergeMeshs action creates new mesh from two input meshs by merging points which are exactly at the same coordinates and remove duplicate cells |
CMeshClipping | This action allows the user to clip several kinds of MeshComponents : vtkStructuredGridClip, vtkUnstructuredGridClip, vtkPolyData |
CMeshPicking | Demonstrates how to get information from image picking |
CMeshQuality | Display mesures of mesh quality listed by element types |
CMeshToImageStencil | Convert the image into an image stencil |
CMorphologicalOperators | Perform some morphological operators such as opening, closing .. |
CMultiPicking | This action allows the user to store a list of picked pixels |
COpenAction | When triggered, open a file open dialog box |
COpenFile | When triggered, the OpenFile automatically opens the given file |
COtsuFilter | Segment using the otsu filter the ImageComponent |
CPixelColorChanger | |
CQuitAction | When triggered, quit the current application |
CRegionGrowing | Segment using a region growing algorithm the ImageComponent |
CRemoveLastInstanciatedAction | Remove the last top-level selected component (if several top level components were selected, the latest one is removed) |
CRenderingOption | An operator to change the way mesh are visualized |
CResampleAction | ResampleAction rescales an image to the given number of pixels, the output scalar type can be changed |
CRigidTransform | This action allows you to apply a linear transformation (translation,rotation around axes,scaling) the currently selected MeshComponents |
CSaveAction | Save the current selected component |
CSaveAllAction | Save all the current selected components |
CSaveAsAction | Save as the current selected component |
CSelectLastInstanciatedAction | Save the current selected component |
CSetAnglesAction | This action simply display the widget allowing the user to select an angle to orientate the arbitrary slice |
CSetPathToTestData | Specify the current directory to the test data directory |
CShow3DViewer | Set the visibility of the MedicalImageViewer in order to only show the 3D viewer |
CShowAllViewers | Within the MedicalImageViewer, display all viewers (except arbitrary) |
CShowArbitrarySliceIn3D | Shows the arbitrary slice of the camitk::ImageComponent in the 3D viewer |
CShowArbitraryViewer | Within the MedicalImageViewer, display the arbitrary viewer |
CShowAxialSliceIn3D | Shows the axial slice of the camitk::ImageComponent in the 3D viewer |
CShowAxialViewer | Within the MedicalImageViewer, display the axial viewer |
CShowConsoleAction | Display the console application widget, which, by default, prints the standard output |
CShowCoronalSliceIn3D | Shows the coronal slice of the camitk::ImageComponent in the 3D viewer |
CShowCoronalViewer | Within the MedicalImageViewer, display the coronal viewer |
CShowImageIn3D | Shows the whole volumic image (i.e |
CShowSagittalSliceIn3D | Shows the sagittal slice of the volumic image in the 3D viewer |
CShowSagittalViewer | Within the MedicalImageViewer, display the sagittal viewer |
CSmoothFilter | Smooth the input mesh |
CSobelEdgeDetection | Perform the Sobel edge detection on the ImageComponent |
CSphereTopology | Create a sphere mesh |
CVolumeRenderingAction | This action perform a volume rendering |
CWarpOut | This action extracts the outer surface of a multiple surface polydata model and warp it outward |
►Ccamitk::ActionExtension | This class describes what is a generic Action extension |
CApplicationActionExtension | Features all the application actions |
CArbitrarySliceExtension | The arbitrary slice action extension |
CBasicMeshExtension | The basic mesh action extension |
CBasicTopologyExtension | The basic topology action extension |
CBoxVOIExtension | Action extension of volume croping |
CImageLutExtension | The lut action extension |
CITKFiltersExtension | Manager of the ITK filter actions |
CITKSegmentationExtension | Manager for the ITK segmentation filter actions |
CMeshProcessingExtension | The mesh processing actions extension |
CMMLActionExtension | Manager for the MML action |
CMultiPickingExtension | The multipicking action extension |
CPixelColorChangerExtension | |
CReconstructionExtension | This reconstruction action extension |
CResampleExtension | |
CShowIn3DExtension | Show the selected camitk::ImageComponent slices in the 3D viewer(s) action extension |
CVolumeRenderingExtension | The volume rendering action extension |
►Ccamitk::ComponentExtension | This class describes what is a generic Component extension |
►Ccamitk::ImageComponentExtension | Abstract class created to support export file formats for ImageComponent Any data component plugin creating an ImageComponent should inherit from this class |
CDicomComponentExtension | This allows you to manipulate a limited number of dicom images |
CItkImageComponentExtension | This ItkImages Component allows you to manipulate several file provided by ITK |
CVtkImageComponentExtension | This vtkImages ComponentExtension allows you to manipulate any files handled by vtk |
►Ccamitk::MeshComponentExtension | Abstract class created to support export file formats for MeshComponent Any data component plugin creating a MeshComponent should inherit from this class |
CMshExtension | This simple MSH Component allows you to manipulate .msh legacy files (gmsh) |
CObjExtension | This simple OBJ Component allows you to manipulate obj files (alias wavefront) |
COffExtension | The manager of the .off |
CPMComponentExtension | This PML ComponentExtension allows you to manipulate physical model file ".pml" |
CVRMLComponentExtension | This VRML Component allows you to manipulate VRML files (unstructured grid and polydata files) |
CVtkMeshComponentExtension | This Vtk ComponentExtension allows you to manipulate VTK files (unstructured grid and polydata files) |
CDicomDirectoryComponentExtension | Manager for handling DICOM directories which store DICOM images |
CDicomImageComponentExtension | DICOM image Component manager |
CMMLComponentExtension | This MML ComponentPlugin allows you to manipulate MML document |
CStlExtension | Manage the STL extension |
Ccamitk::ExtensionManager | This class is used to manage all plugins loaded by the application |
►Ccamitk::InterfaceProperty | This class describe what are the methods to implement in order to manage dynamic properties |
Ccamitk::Component | A Component represents something that could be included in the explorer view, the interactive 3D viewer, and that could have or not a contextual popup menu (open by a right click in the explorer), a property dialog (to change some properties) Thus, a Component inherits from many abstract classes |
►Ccamitk::Viewer | Viewer is an abstract viewer |
CActionStateViewer | The current action state viewer |
Ccamitk::ActionViewer | ActionViewer is the viewer used to manage the actions |
Ccamitk::Explorer | Explorer window, display the list of all data currently opened in the application |
Ccamitk::InteractiveViewer | InteractiveViewer is used to view 3D objects and slices (anything that provides either a InterfaceBitMap or a InterfaceGeometry) |
Ccamitk::MedicalImageViewer | The views manager |
Ccamitk::PropertyExplorer | The property explorer |
CCellDCProperties | The class CellDCProperties defines an QObject that allows user interaction with properties of a cell (in an automatically generated UI) |
CLoadsSimulationDriver | This class manages the display of a simulation (either an already made simulation opened in a single lml file by LoadsMovie, or a simple step given by a simulation motor) |
CMMLDisplay | TODO Describe the class here |
►CMMLMonitorDisplay | TODO Describe the class here |
CArrows | |
CColors | |
CStatistics | |
CTabular | |
CMonitoringDriver | TODO Comment class here |
CMonitoringGuiManager | A GUI to manipulate mml documents |
►CQtAbstractEditorFactoryBase | |
CQtAbstractEditorFactory< PropertyManager > | |
►CQtAbstractEditorFactory< QtBoolPropertyManager > | |
CQtCheckBoxFactory | |
►CQtAbstractEditorFactory< QtCharPropertyManager > | |
CQtCharEditorFactory | |
►CQtAbstractEditorFactory< QtColorPropertyManager > | |
CQtColorEditorFactory | |
►CQtAbstractEditorFactory< QtCursorPropertyManager > | |
CQtCursorEditorFactory | |
►CQtAbstractEditorFactory< QtDatePropertyManager > | |
CQtDateEditFactory | |
►CQtAbstractEditorFactory< QtDateTimePropertyManager > | |
CQtDateTimeEditFactory | |
►CQtAbstractEditorFactory< QtDoublePropertyManager > | |
CQtDoubleSpinBoxFactory | |
►CQtAbstractEditorFactory< QtEnumPropertyManager > | |
CQtEnumEditorFactory | |
►CQtAbstractEditorFactory< QtFontPropertyManager > | |
CQtFontEditorFactory | |
►CQtAbstractEditorFactory< QtIntPropertyManager > | |
CQtScrollBarFactory | |
CQtSliderFactory | |
CQtSpinBoxFactory | The description of this class will come soon ! |
►CQtAbstractEditorFactory< QtKeySequencePropertyManager > | |
CQtKeySequenceEditorFactory | |
►CQtAbstractEditorFactory< QtStringPropertyManager > | |
CQtLineEditFactory | |
►CQtAbstractEditorFactory< QtTimePropertyManager > | |
CQtTimeEditFactory | |
►CQtAbstractEditorFactory< QtVariantPropertyManager > | |
CQtVariantEditorFactory | |
►CQtAbstractPropertyManager | |
CQtBoolPropertyManager | |
CQtCharPropertyManager | |
CQtColorPropertyManager | |
CQtCursorPropertyManager | |
CQtDatePropertyManager | |
CQtDateTimePropertyManager | |
CQtDoublePropertyManager | |
CQtEnumPropertyManager | |
CQtFlagPropertyManager | |
CQtFontPropertyManager | |
CQtGroupPropertyManager | The description of this class will come soon ! |
CQtIntPropertyManager | |
CQtKeySequencePropertyManager | |
CQtLocalePropertyManager | |
CQtPointFPropertyManager | |
CQtPointPropertyManager | |
CQtRectFPropertyManager | |
CQtRectPropertyManager | |
CQtSizeFPropertyManager | |
CQtSizePolicyPropertyManager | |
CQtSizePropertyManager | |
CQtStringPropertyManager | |
CQtTimePropertyManager | |
CQtVariantPropertyManager | |
CQtVector3DPropertyManager | |
CQtCanvas | |
CQtCanvas | |
CStructuralComponentDCProperties | The class StructuralComponentDCProperties defines an QObject that allows user interaction with properties of a structural component (in an automatically generated UI) |
►CQPixmap | |
CQtCanvasPixmap | |
CQtCanvasPixmap | |
►CQScrollArea | |
►CQtCanvasView | |
CCanvasView | |
CCanvasView | |
CQtCanvasView | |
►CQSignalTransition | |
CActionTransition | This class handle a transition between two states (including previous/next buttons) |
►CQState | |
CActionCreationState | TODO Celine please comment here |
CActionExtensionCreationState | TODO Celine please comment here |
►CActionState | The state (in a state machine point of view) corresponding to the current processed action |
CSaveActionState | The asm application uses a state machine |
CComponentCreationState | TODO Celine please comment here |
CComponentExtensionCreationState | TODO Celine please comment here |
CLibraryCreationState | TODO Celine please comment here |
►CWizardState | TODO Celine please comment here |
CActionAddParameterState | TODO Celine please comment here |
CActionClassificationState | TODO Celine please comment here |
CActionDescriptionState | TODO Celine please comment here |
CActionExtensionDescriptionState | TODO Celine please comment here |
CActionsCreationState | TODO Celine please comment here |
CActionSummaryState | TODO Celine please comment here |
CCepContactState | TODO Celine please comment here |
CCepCreateRecapState | TODO Celine please comment here |
CCepCreationDirectoryState | TODO Celine please comment here |
CCepDescriptionState | TODO Celine please comment here |
CComponentAddPropertyState | TODO Celine please comment here |
CComponentDescriptionState | TODO Celine please comment here |
CComponentExtensionDescriptionState | TODO Celine please comment here |
CComponentsCreationState | TODO Celine please comment here |
CComponentSummaryState | TODO Celine please comment here |
►CDependenciesState | TODO Celine please comment here |
CActionExtensionDependenciesState | TODO Celine please comment here |
CComponentExtensionDependenciesState | TODO Celine please comment here |
CLibraryDependenciesState | TODO Celine please comment here |
CExtensionSummaryState | TODO Celine please comment here |
CGeneratingCEPState | TODO Celine please comment here |
CLibraryCopyFilesState | TODO Celine please comment here |
CLibraryDescriptionState | TODO Celine please comment here |
►CQSyntaxHighlighter | |
CXmlHighlighter | TODO Comment class here |
CQtBrowserItem | |
►CQtCanvasItem | |
►CQtCanvasPolygonalItem | |
CQtCanvasEllipse | |
CQtCanvasEllipse | |
CQtCanvasLine | |
CQtCanvasLine | |
►CQtCanvasPolygon | |
CQtCanvasSpline | |
CQtCanvasSpline | |
CQtCanvasPolygon | |
CQtCanvasRectangle | |
CQtCanvasRectangle | |
CQtCanvasPolygonalItem | |
CQtCanvasSprite | |
CQtCanvasSprite | |
CQtCanvasText | |
CQtCanvasText | |
CQtCanvasPixmapArray | |
CQtCursorDatabase | The description of this class will come soon ! |
►CQtProperty | The description of this class will come soon ! |
CQtVariantProperty | The description of this class will come soon ! |
CQtPropertyBrowserUtils | |
►CQVTKWidget | |
Ccamitk::RendererWidget | RendererWidget implements all support methods to use camiTK with Qt interface |
►CQWidget | |
CActionAddParameterWidget | TODO Celine please comment here |
CActionClassificationWidget | TODO Celine please comment here |
CActionDescriptionWidget | TODO Celine please comment here |
CActionExtensionDescriptionWidget | TODO Celine please comment here |
CActionParameterWidget | TODO Celine please comment here |
CActionsCreationWidget | TODO Celine please comment here |
CActionStateWidget | The action save state widget |
CActionSummaryWidget | TODO Celine please comment here |
CActionTagWidget | TODO Celine please comment here |
CAnglesSetterWidget | This class describes the QWidget that allows user to change the X,Y ans Z angle of the arbitrary slice of a 2D image |
CAtomDCWidget | The class AtomDCWidget defines a widget controling the properties of an instance of an AtomDC |
CBoxVOIWidget | Crop volume action widget |
Ccamitk::ObjectController | The object controller class |
Ccamitk::SliderSpinBoxWidget | A utility class to have QSpinBox and QSlider synchronized |
Ccamitk::SliderTextWidget | This widget allows you to use a slider with a lineedit in a Dialog Box |
CCepContactWidget | TODO Celine please comment here |
CCepCreateOrModifyWidget | TODO Celine please comment here |
CCepCreateRecapWidget | TODO Celine please comment here |
CCepCreationDirectoryWidget | TODO Celine please comment here |
CCepDescriptionWidget | TODO Celine please comment here |
CColorPointWidget | This widget handle specifically the color of each voxel (R, G, B) in the output rendered image |
CComponentAddPropertyWidget | TODO Celine please comment here |
CComponentDescriptionWidget | TODO Celine please comment here |
CComponentExtensionDescriptionWidget | TODO Celine please comment here |
CComponentPropertyWidget | TODO Celine please comment here |
CComponentsCreationWidget | TODO Celine please comment here |
CComponentSummaryWidget | TODO Celine please comment here |
CDecimationWidget | Decimation action widget |
CDependenciesWidget | TODO Celine please comment here |
CExtensionSummaryWidget | TODO Celine please comment here |
CGeneratingCEPWidget | TODO Celine please comment here |
CGradientOpacityWidget | This widget handle specifically the gradient opacity in the output image |
CImageLutWidget | The class ImageLutWidget defines a widget controling the Look Up Table of an instance of ImageComponent |
CLibraryCopyFilesWidget | TODO Celine please comment here |
CLibraryDescriptionWidget | TODO Celine please comment here |
CMultiPickingWidget | The multipicking action widget (a table with the pixel coordinates/3D indexes + some buttons to interact with it) |
CObjectController | |
CParameterWidget | |
►CQtAbstractPropertyBrowser | |
CQtButtonPropertyBrowser | The description of this class will come soon ! |
CQtGroupBoxPropertyBrowser | The description of this class will come soon ! |
CQtTreePropertyBrowser | The description of this class will come soon ! |
CQtBoolEdit | |
CQtKeySequenceEdit | |
CRegionGrowingWidget | RegionGrowing action widget |
CRemovableLineEdit | |
CRemovableLineEditWidget | TODO Celine please comment here |
►CSimulatorWidget | A widget specific of the simulator to add in the gui all simulator widget have to derive from this class |
CAnsysWidget | TODO Comment class here |
CSofaWidget | TODO Comment class here |
CTransparencyPointWidget | This widget handle specifically the transparency in the output image |
CVolumeRenderingWidget | The widget allows the user to select the desired parameter for the transfer function |
CWelcomeWidget | TODO Celine please comment here |
CReference | A reference is used to compare to simulated data |
CRenderingMode | Handle rendering options (surface and wireframe) of an Object3D |
CSaveActionState::saveComponentsInfo | |
Ccamitk::RendererWidget::ScreenshotFormatInfo | Sub-class containing all information concerning exporting images (screenshot) |
►CSimulator | A simulator engine is used to compute the displacements of all atoms of the model |
►CInteractiveSimulator | An interactive simulator is a simulator that we can control step by step (ex: Sofa) |
CSofaSimulator | TODO Comment class here |
►CNonInteractiveSimulator | An interactive simulator is a simulator that we cannot control step by step (ex: Ansys) Entire simulation is performed and then post-processed |
CAnsysSimulator | Simulator class to use Ansys as simulation engine |
CArtisynthSimulator | Simulator class to use Artisynth as simulation engine |
CSimulatorFactory | A factory to create Simulator |
CSomeDicomInfo | |
►CStoppingCriterion | Class which represent the stopping criterion to check to stop simulation a StoppingCriterion is either a Criterion or a MultipleCriterion a StoppingCriterion can be checked using checkCriterion method to know if the StoppingCriterion is reach |
►CCriterion | Class which represents a simple criterion A criterion can be checked using checkCriterion method to know if the criterion is reach A criterion calculate a set of double (values) wich is checked by a method (method) to make the boolean assessment of checkCriterion |
CForceCriterion | A simple criterion based on force calculation |
CkineticEnergy | A simple criterion based on Kinetic energy calculation |
CPosition | A simple criterion based on position calculation |
CTime | A simple criterion based on time calculation |
CVelocity | A simple criterion based on velocity calculation |
►CMultipleCriterion | Class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or an AndMultipleCriterion A MultipleCriterion can be checked using checkCriterion method to know if the MultipleCriterion is reach it contains a set of criterion (criteria vector) wich are all checked to make the boolena assessment of checkCriterion method |
CAndMultipleCriterion | A AndMultipleCriterion is a MultipleCriterion where a call of checkCriteria methof is true if every single Criterion of the Criteria vector is reached |
COrMultipleCriterion | A OrMultipleCriterion is a MultipleCriterion where a call of checkCriteria methof is true if at least one of Criterion of the Criteria vector is reached |
CStoppingCriterionFactory | A factory to create stopping criterion |
►CStructure | Pure virtual class that represent an element of the structure |
CAtom | An atom has an unique index in the physical model object, a 3D position, and different basic properties |
CCell | A cell has an unique index in the physical model object, is composed by atoms, and different basic properties |
CSurfaceExtractor | A class to generate the external surface of a pml to use it just add the cells among which you want to extract an external surface designed for the case where a pml represent several object and thus there are several surface to extract for an exemple of use see SofaSimulator.cpp |
CTargetList | Manage a list of targets, can be created/modified using either an integer, a name, a list of integers given in a string (e.g |
CReference::timeStep | Private structure with monitors for a time step |
►CUnit | Class that defines the unit of the Load |
CAccelerationUnit | Class that defines the different units of a Load 'Acceleration' |
CForceUnit | Class that defines the different units of a Load 'Force' |
CPressureUnit | Class that defines the different units of a Load 'Pressure' |
CRotationUnit | RotationUnit model the different values that can be taken by the unit field of a rotation |
CTranslationUnit | TranslationUnit model the different values that can be taken by the unit field of a translation |
CValueEvent | A valueEvent of a load is composed of a value and a date |
►CvtkCommand | |
CPlaneWidget | This class implements a VTK implicit plane in the CamiTK application |
CVtkMeshComponentRegistrationAddon | The Camera Calibration Addon class |
CVtkMeshUtil | This class helps to transform, export and import vtk point sets |
CWelcomeWindow | |
CWelcomeWindow | |
CWelcomeWindow | |
CWizardController | TODO Celine please comment here |
CXMLLoads | Allows one to read loads from an XML file (LML)/ |