3D Human Airway Tree
Program generuje ludzkie drzewo oskrzelowe
Komponenty | Definicje typów | Funkcje
Dokumentacja pliku vtkIntersectionPolyDataFilter.cxx
#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)

Dokumentacja definicji typów

typedef IntersectionMapType::iterator IntersectionMapIteratorType
typedef std::multimap< vtkIdType, vtkIdType > IntersectionMapType
typedef PointEdgeMapType::iterator PointEdgeMapIteratorType
typedef std::multimap< vtkIdType, CellEdgeLineType > PointEdgeMapType

Dokumentacja funkcji

vtkStandardNewMacro ( vtkIntersectionPolyDataFilter  )