28#ifndef Foam_pointList_H
29#define Foam_pointList_H
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A non-owning sub-view of a List (allocated or unallocated storage).
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
List< point > pointList
List of point.
SubList< point > pointSubList
SubList of point.
UList< point > pointUList
UList of point.
List< pointList > pointListList
List of pointList.