Public Member Functions | |
subSurface ()=default | |
subSurface (const word &name, uint32 start, uint32 end, uint32 pointStart, uint32 pointEnd) | |
subSurface (const subSurface &)=default | |
subSurface & | operator= (const subSurface &)=default |
~subSurface ()=default | |
uint32 | operator() (uint32 i) const |
uint32 | start () const |
uint32 | end () const |
uint32 | pointStart () const |
uint32 | pointEnd () const |
const auto & | name () const |
uint32 | size () const |
uint32 | numPoints () const |
Private Attributes | |
uint32 | start_ = 0 |
uint32 | end_ = 0 |
uint32 | pointStart_ = 0 |
uint32 | pointEnd_ =0 |
word | name_ |
Friends | |
iOstream & | operator<< (iOstream &str, const subSurface &sub) |
iIstream & | operator>> (iIstream &str, subSurface &sub) |
More... | |
Definition at line 27 of file subSurface.hpp.
|
default |
|
inline |
Definition at line 43 of file subSurface.hpp.
|
default |
|
default |
|
default |
Definition at line 58 of file subSurface.hpp.
References subSurface::start_.
|
inline |
Definition at line 62 of file subSurface.hpp.
References subSurface::start_.
Referenced by pFlow::TSFtoVTK::triSurfaceToVTK().
|
inline |
Definition at line 67 of file subSurface.hpp.
References subSurface::end_.
Referenced by pFlow::TSFtoVTK::triSurfaceToVTK().
|
inline |
Definition at line 72 of file subSurface.hpp.
References subSurface::pointStart_.
Referenced by pFlow::TSFtoVTK::triSurfaceToVTK().
|
inline |
Definition at line 77 of file subSurface.hpp.
References subSurface::pointEnd_.
Referenced by pFlow::TSFtoVTK::triSurfaceToVTK().
|
inline |
Definition at line 82 of file subSurface.hpp.
References subSurface::name_.
|
inline |
Definition at line 87 of file subSurface.hpp.
References subSurface::end_, and subSurface::start_.
Referenced by pFlow::TSFtoVTK::triSurfaceToVTK().
|
inline |
Definition at line 92 of file subSurface.hpp.
References subSurface::pointEnd_, and subSurface::pointStart_.
Referenced by pFlow::TSFtoVTK::triSurfaceToVTK().
|
friend |
|
friend |
operator
|
private |
Definition at line 30 of file subSurface.hpp.
Referenced by subSurface::operator()(), pFlow::operator<<(), pFlow::operator>>(), subSurface::size(), and subSurface::start().
|
private |
Definition at line 32 of file subSurface.hpp.
Referenced by subSurface::end(), pFlow::operator<<(), pFlow::operator>>(), and subSurface::size().
|
private |
Definition at line 34 of file subSurface.hpp.
Referenced by subSurface::numPoints(), pFlow::operator<<(), pFlow::operator>>(), and subSurface::pointStart().
|
private |
Definition at line 36 of file subSurface.hpp.
Referenced by subSurface::numPoints(), pFlow::operator<<(), pFlow::operator>>(), and subSurface::pointEnd().
|
private |
Definition at line 38 of file subSurface.hpp.
Referenced by subSurface::name(), pFlow::operator<<(), and pFlow::operator>>().