![]() |
|
Public Member Functions | |
pointPatchField (const pointPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
pointPatchField (const pointPatchField< Type > &) | |
Construct as copy. | |
virtual autoPtr< pointPatchField< Type > > | clone () const |
Construct and return a clone. | |
pointPatchField (const pointPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual autoPtr< pointPatchField< Type > > | clone (const Field< Type > &iF) const |
Construct and return a clone setting internal field reference. | |
virtual | ~pointPatchField () |
virtual void | operator= (const Type &t) |
|
Construct from patch and internal field.
|
|
Construct as copy.
|
|
Construct as copy setting internal field reference.
|
|
Definition at line 106 of file pointPatchField.H. |
|
Construct and return a clone setting internal field reference.
Implements PointPatchField< pointPatchField, pointPatch, Type >. Definition at line 95 of file pointPatchField.H. |
|
Construct and return a clone.
Implements PointPatchField< pointPatchField, pointPatch, Type >. Definition at line 82 of file pointPatchField.H. |
|
Reimplemented from PointPatchField< pointPatchField, pointPatch, Type >. Definition at line 112 of file pointPatchField.H. |