access method to geometry_ attribute
This commit is contained in:
parent
dfc868000c
commit
94662c272c
2 changed files with 9 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ public:
|
|||
|
||||
inline scalar z();
|
||||
|
||||
inline Geometry geometry();
|
||||
|
||||
// Check
|
||||
|
||||
// Edit
|
||||
|
|
|
|||
|
|
@ -53,6 +53,13 @@ inline Foam::scalar Foam::Particle::z()
|
|||
return z_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::Particle::Geometry Foam::Particle::geometry()
|
||||
{
|
||||
return geometry_;
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue