45#ifndef offsetSurface_H
46#define offsetSurface_H
73 autoPtr<triSurface> baseSurfPtr_;
76 autoPtr<triSurface> offsetSurfPtr_;
108 const point& surfacePoint,
109 const vector& surfaceNormal,
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
extrudeModel(const extrudeModel &)=delete
No copy construct.
Extrudes by interpolating points from one surface to the other. Surfaces have to be topologically ide...
virtual ~offsetSurface()
Destructor.
TypeName("offsetSurface")
Runtime type information.
offsetSurface(const dictionary &dict)
Construct from dictionary.
Helper class to search on triSurface.
Triangulated surface description with patch information.
vector point
Point is a vector.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.