3D Human Airway Tree
Program generuje ludzkie drzewo oskrzelowe
|
#include "vtkIntersectionPolyDataFilter.h"
#include "vtkCellArray.h"
#include "vtkCellData.h"
#include "vtkDelaunay2D.h"
#include "vtkDoubleArray.h"
#include "vtkIdTypeArray.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkLine.h"
#include "vtkMath.h"
#include "vtkObjectFactory.h"
#include "vtkOBBTree.h"
#include "vtkPlane.h"
#include "vtkPointData.h"
#include "vtkPointLocator.h"
#include "vtkSmartPointer.h"
#include "vtkSortDataArray.h"
#include "vtkTransform.h"
#include "vtkTriangle.h"
#include <map>
#include <queue>
Komponenty | |
struct | _CellEdgeLine |
class | vtkIntersectionPolyDataFilter::Impl |
Definicje typów | |
typedef std::multimap < vtkIdType, vtkIdType > | IntersectionMapType |
typedef IntersectionMapType::iterator | IntersectionMapIteratorType |
typedef struct _CellEdgeLine | CellEdgeLineType |
typedef std::multimap < vtkIdType, CellEdgeLineType > | PointEdgeMapType |
typedef PointEdgeMapType::iterator | PointEdgeMapIteratorType |
Funkcje | |
vtkStandardNewMacro (vtkIntersectionPolyDataFilter) |
typedef struct _CellEdgeLine CellEdgeLineType |
typedef IntersectionMapType::iterator IntersectionMapIteratorType |
typedef std::multimap< vtkIdType, vtkIdType > IntersectionMapType |
typedef PointEdgeMapType::iterator PointEdgeMapIteratorType |
typedef std::multimap< vtkIdType, CellEdgeLineType > PointEdgeMapType |
vtkStandardNewMacro | ( | vtkIntersectionPolyDataFilter | ) |