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

Vtkmesh components allows to handle several camitk::MeshComponent supported by VTK. More...

+ Collaboration diagram for Vtkmesh:

Classes

class  VtkMeshComponent
 Features various Vtk mesh for CamiTK. More...
 
class  VtkMeshComponentExtension
 This Vtk ComponentExtension allows you to manipulate VTK files (unstructured grid and polydata files) More...
 
class  VtkMeshComponentPopup
 The popup menu of the VTK data component. More...
 
class  VtkMeshUtil
 This class helps to transform, export and import vtk point sets. More...
 

Enumerations

enum  VtkMeshComponent::VTK_COMPONENT_POINT_DATA_TYPE { VtkMeshComponent::NONE, VtkMeshComponent::DEMO, VtkMeshComponent::INITIAL }
 two point data can be displayed here: the demo (used when picked) or the initial point data (read from the file) More...
 
enum  VtkMeshUtil::VtkPointSetType { VtkMeshUtil::UNKNOWN, VtkMeshUtil::UNSTRUCTURED_GRID, VtkMeshUtil::STRUCTURED_GRID, VtkMeshUtil::POLY_DATA }
 constant for the vtk point set type More...
 

Detailed Description

Vtkmesh components allows to handle several camitk::MeshComponent supported by VTK.

Enumeration Type Documentation

two point data can be displayed here: the demo (used when picked) or the initial point data (read from the file)

Enumerator
NONE 
DEMO 
INITIAL 

constant for the vtk point set type

Enumerator
UNKNOWN 
UNSTRUCTURED_GRID 
STRUCTURED_GRID 
POLY_DATA