Convert OpenFOAM patch to vtkPolyData. More...
#include <foamVtkTools.H>
Static Public Member Functions | |
| template<class PatchType> | |
| static vtkSmartPointer< vtkPoints > | points (const PatchType &p) |
| Return local patch points as vtkPoints. | |
| template<class PatchType> | |
| static vtkSmartPointer< vtkCellArray > | faces (const PatchType &p) |
| Convert patch faces to vtk polygon cells. | |
| template<class PatchType> | |
| static vtkSmartPointer< vtkPolyData > | mesh (const PatchType &p) |
| Convert patch points/faces to vtkPolyData. | |
| template<class PatchType> | |
| static vtkSmartPointer< vtkFloatArray > | faceNormals (const PatchType &p) |
| Convert patch face normals to vtkFloatArray. | |
| template<class PatchType> | |
| static vtkSmartPointer< vtkPoints > | faceCentres (const PatchType &p) |
| Return patch face centres as vtkPoints. | |
| template<class Face> | |
| static vtkSmartPointer< vtkPolyData > | mesh (const UList< point > &pts, const UList< Face > &fcs) |
| Convert points/faces component to vtkPolyData. | |
Convert OpenFOAM patch to vtkPolyData.
Definition at line 264 of file foamVtkTools.H.
|
static |
Return local patch points as vtkPoints.
References p.
|
static |
Convert patch faces to vtk polygon cells.
References p.
|
static |
Convert patch points/faces to vtkPolyData.
References p.
|
static |
Convert patch face normals to vtkFloatArray.
References p.
|
static |
Return patch face centres as vtkPoints.
References p.
|
static |
Convert points/faces component to vtkPolyData.
References pts.