Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
c92fc95a
Commit
c92fc95a
authored
Mar 01, 2009
by
henry
Browse files
Added forward declarations of IO operators, see:
http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/10948
parent
9446fecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/cellDist/wallPoint/wallPoint.H
View file @
c92fc95a
...
...
@@ -51,6 +51,12 @@ namespace Foam
// Forward declaration of classes
class
polyPatch
;
class
polyMesh
;
class
wallPoint
;
// Forward declaration of friend functions and operators
Ostream
&
operator
<<
(
Ostream
&
,
const
wallPoint
&
);
Istream
&
operator
>>
(
Istream
&
,
wallPoint
&
);
/*---------------------------------------------------------------------------*\
Class wallPoint Declaration
...
...
@@ -78,12 +84,15 @@ class wallPoint
const
scalar
tol
);
public:
// Static data members
//- initial point far away.
static
point
greatPoint
;
// Constructors
//- Construct null
...
...
@@ -102,6 +111,7 @@ public:
const
wallPoint
&
);
// Member Functions
// Access
...
...
@@ -184,11 +194,11 @@ public:
const
scalar
tol
);
// Member Operators
// Needed for List IO
inline
bool
operator
==
(
const
wallPoint
&
)
const
;
inline
bool
operator
!=
(
const
wallPoint
&
)
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment