Go to the documentation of this file.
34 #ifndef offsetSurface_H
35 #define offsetSurface_H
47 class triSurfaceSearch;
50 namespace extrudeModels
98 const point& surfacePoint,
99 const vector& surfaceNormal,
autoPtr< triSurfaceSearch > baseSearchPtr_
search engine
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
Top level extrusion model class.
autoPtr< triSurface > baseSurfPtr_
surface
TypeName("offsetSurface")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Extrudes by interpolating points from one surface to the other. Surfaces have to be topologically ide...
virtual ~offsetSurface()
Destructor.
autoPtr< triSurfaceSearch > offsetSearchPtr_
search engine
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
autoPtr< triSurface > offsetSurfPtr_
offsets
offsetSurface(const dictionary &dict)
Construct from dictionary.