29 #include "vtkOpenFOAMPoints.H" 32 #include "vtkPoints.h" 33 #include "vtkPolyData.h" 34 #include "vtkCellArray.h" 38 vtkPolyData* Foam::vtkPVFoam::pointZoneVTKMesh
48 Info<<
"<beg> Foam::vtkPVFoam::pointZoneVTKMesh" <<
endl;
55 vtkpoints->Allocate(pointLabels.size());
57 forAll(pointLabels, pointi)
62 vtkmesh->SetPoints(vtkpoints);
67 Info<<
"<beg> Foam::vtkPVFoam::pointZoneVTKMesh" <<
endl;
#define forAll(list, i)
Loop across all elements in list.
static void printMemory()
Simple memory used debugging information.
Ostream & endl(Ostream &os)
Add newline and flush stream.
void vtkInsertNextOpenFOAMPoint(vtkPoints *points, const Foam::point &p)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
vectorField pointField
pointField is a vectorField.
List< label > labelList
A List of labels.