29 #ifndef vtkOpenFOAMPoints_H 30 #define vtkOpenFOAMPoints_H 33 #include "vtkPoints.h" 43 points->InsertNextPoint(p.
x(), p.
y(), p.
z());
48 inline void vtkSetOpenFOAMPoint
55 points->SetPoint(
id, p.
x(), p.
y(), p.
z());
63 vtkpoints->SetNumberOfPoints(points.
size());
67 vtkpoints->SetPoint(i, p.
x(), p.
y(), p.
z());
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void size(const label)
Override size to be inconsistent with allocated storage.
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)