ENH: Updated function objects

This commit is contained in:
andy
2012-12-13 10:40:38 +00:00
parent 6aba1d08f8
commit 9d5ce4ae76
47 changed files with 120 additions and 120 deletions

View File

@ -65,7 +65,6 @@ SourceFiles
#ifndef partialWrite_H
#define partialWrite_H
#include "pointFieldFwd.H"
#include "HashSet.H"
#include "DynamicList.H"
#include "runTimeSelectionTables.H"
@ -78,6 +77,7 @@ namespace Foam
// Forward declaration of classes
class objectRegistry;
class dictionary;
class polyMesh;
class mapPolyMesh;
/*---------------------------------------------------------------------------*\
@ -166,7 +166,7 @@ public:
{}
//- Update for changes of mesh
virtual void movePoints(const pointField&)
virtual void movePoints(const polyMesh&)
{}
};

View File

@ -61,7 +61,6 @@ SourceFiles
#ifndef removeRegisteredObject_H
#define removeRegisteredObject_H
#include "pointFieldFwd.H"
#include "wordList.H"
#include "runTimeSelectionTables.H"
@ -73,6 +72,7 @@ namespace Foam
// Forward declaration of classes
class objectRegistry;
class dictionary;
class polyMesh;
class mapPolyMesh;
/*---------------------------------------------------------------------------*\
@ -154,7 +154,7 @@ public:
{}
//- Update for changes of mesh
virtual void movePoints(const pointField&)
virtual void movePoints(const polyMesh&)
{}
};

View File

@ -39,7 +39,6 @@ SourceFiles
#ifndef writeDictionary_H
#define writeDictionary_H
#include "pointFieldFwd.H"
#include "wordList.H"
#include "runTimeSelectionTables.H"
#include "SHA1Digest.H"
@ -52,6 +51,7 @@ namespace Foam
// Forward declaration of classes
class objectRegistry;
class dictionary;
class polyMesh;
class mapPolyMesh;
/*---------------------------------------------------------------------------*\
@ -142,7 +142,7 @@ public:
{}
//- Update for changes of mesh
virtual void movePoints(const pointField&)
virtual void movePoints(const polyMesh&)
{}
};

View File

@ -62,7 +62,6 @@ SourceFiles
#ifndef writeRegisteredObject_H
#define writeRegisteredObject_H
#include "pointFieldFwd.H"
#include "wordList.H"
#include "runTimeSelectionTables.H"
@ -74,6 +73,7 @@ namespace Foam
// Forward declaration of classes
class objectRegistry;
class dictionary;
class polyMesh;
class mapPolyMesh;
/*---------------------------------------------------------------------------*\
@ -155,7 +155,7 @@ public:
{}
//- Update for changes of mesh
virtual void movePoints(const pointField&)
virtual void movePoints(const polyMesh&)
{}
};