Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkCellInterface.h>
#include <itkLineCell.h>
#include <itkPolygonCell.h>
#include <itkQuadrilateralCell.h>
#include <itkTriangleCell.h>
#include <itkSphereMeshSource.h>
#include <itkAutomaticTopologyMeshSource.h>
#include <itkRegularSphereMeshSource.h>
#include <vnl/vnl_cross.h>
#include <vtkActor.h>
#include <vtkCellArray.h>
#include <vtkCellData.h>
#include <vtkFloatArray.h>
#include <vtkPointData.h>
#include <vtkPoints.h>
#include <vtkPolyData.h>
#include <vtkProperty.h>
#include <vtkUnstructuredGrid.h>
#include <mitkBaseGeometry.h>
#include <mitkSurface.h>
Go to the source code of this file.
Classes | |
class | NullScalarAccessor< MeshType > |
class | MeshScalarAccessor< MeshType > |
class | MeanCurvatureAccessor< MeshType > |
class | SimplexMeshAccessor< MeshType > |
class | MeshUtil< MeshType, ScalarAccessor > |
The class provides mehtods for ITK - VTK mesh conversion. More... | |