#include "VTKViewer.h"
#include <list>
#include <map>
#include <vector>
Go to the source code of this file.
Data Structures |
| class | XYZ |
| class | Pnt |
| class | Vec |
| class | Plane |
| class | VTKViewer_ArcBuilder |
Typedefs |
| typedef std::list< Pnt > | PntList |
Functions |
| vtkIdType | MergevtkPoints (const std::vector< vtkPoints * > &theCollection, const std::vector< std::vector< double > > &theScalarCollection, vtkPoints *thePoints, std::map< int, double > &thePntId2ScalarValue, vtkIdType *&theIds) |
| vtkIdType | Build1DArc (vtkIdType cellId, vtkUnstructuredGrid *input, vtkPolyData *output, vtkIdType *pts, vtkFloatingPointType myMaxArcAngle) |
| Pnt | CreatePnt (vtkCell *cell, vtkDataArray *scalars, vtkIdType index) |
Typedef Documentation
Function Documentation
| vtkIdType MergevtkPoints |
( |
const std::vector< vtkPoints * > & |
theCollection, |
|
|
const std::vector< std::vector< double > > & |
theScalarCollection, |
|
|
vtkPoints * |
thePoints, |
|
|
std::map< int, double > & |
thePntId2ScalarValue, |
|
|
vtkIdType *& |
theIds |
|
) |
| |
Add all points from the input vector theCollection into thePoints. Array theIds - it is array with ids of added points.
| vtkIdType Build1DArc |
( |
vtkIdType |
cellId, |
|
|
vtkUnstructuredGrid * |
input, |
|
|
vtkPolyData * |
output, |
|
|
vtkIdType * |
pts, |
|
|
vtkFloatingPointType |
myMaxArcAngle |
|
) |
| |
| Pnt CreatePnt |
( |
vtkCell * |
cell, |
|
|
vtkDataArray * |
scalars, |
|
|
vtkIdType |
index |
|
) |
| |