Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Enumerations
Physical Model

Manage the physical model of a 3D mesh. More...

+ Collaboration diagram for Physical Model:

Classes

class  AtomDC
 The manager of the Atom data. More...
 
class  AtomDCPopup
 The popup menu of the atom data component. More...
 
class  AtomDCProperties
 The class AtomDCProperties defines an object that allows interaction of some properties of an atom. More...
 
class  AtomDCWidget
 The class AtomDCWidget defines a widget controling the properties of an instance of an AtomDC. More...
 
class  CellDC
 The manager of the Cell data. More...
 
class  CellDCProperties
 The class CellDCProperties defines an QObject that allows user interaction with properties of a cell (in an automatically generated UI) More...
 
class  ComponentDC
 The manager of the Component data. More...
 
class  MultiComponentDC
 The manager of the MultiComponent data. More...
 
class  MultiComponentDCPopup
 The popup menu of the multi component data component. More...
 
class  PMComponentExtension
 This PML ComponentExtension allows you to manipulate physical model file ".pml". More...
 
class  PMManagerDC
 The manager of the physical model data. More...
 
class  PMManagerDCPopup
 The popup menu of the Physical Manager data component. More...
 
class  StructuralComponentDC
 The manager of the Structural component data. More...
 
class  StructuralComponentDCPopup
 The popup menu of the structural component data component. More...
 
class  StructuralComponentDCProperties
 The class StructuralComponentDCProperties defines an QObject that allows user interaction with properties of a structural component (in an automatically generated UI) More...
 

Enumerations

enum  CellDCProperties::GeometricType {
  CellDCProperties::INVALID, CellDCProperties::ATOM, CellDCProperties::TETRAHEDRON, CellDCProperties::HEXAHEDRON,
  CellDCProperties::WEDGE, CellDCProperties::PYRAMID, CellDCProperties::LINE, CellDCProperties::POLY_LINE,
  CellDCProperties::POLY_VERTEX, CellDCProperties::TRIANGLE, CellDCProperties::QUAD
}
 this is a copy of StructureProperties::GeometricType, I tried to reuse it but it generated crashes... More...
 

Detailed Description

Manage the physical model of a 3D mesh.

It features a structure to handle the physical constraints applied on it.

Enumeration Type Documentation

this is a copy of StructureProperties::GeometricType, I tried to reuse it but it generated crashes...

Enumerator
INVALID 
ATOM 
TETRAHEDRON 
HEXAHEDRON 
WEDGE 
PYRAMID 
LINE 
POLY_LINE 
POLY_VERTEX 
TRIANGLE 
QUAD