Nektar++
|
base class of sizing point for octree construction these carry information the octree needs and have various types More...
#include <SourcePoint.hpp>
Public Member Functions | |
SPBase (Array< OneD, NekDouble > l) | |
virtual | ~SPBase () |
SPType | GetType () |
Array< OneD, NekDouble > | GetLoc () |
virtual NekDouble | GetDelta () |
virtual void | SetDelta (NekDouble i) |
virtual void | GetCAD (int &surf, Array< OneD, NekDouble > &uv) |
bool | HasDelta () |
bool | Isboundary () |
Protected Attributes | |
SPType | m_type |
type More... | |
Array< OneD, NekDouble > | m_loc |
x,y,z location More... | |
Friends | |
class | MemoryManager< SPBase > |
base class of sizing point for octree construction these carry information the octree needs and have various types
Definition at line 59 of file SourcePoint.hpp.
Definition at line 64 of file SourcePoint.hpp.
References m_loc.
|
inlinevirtual |
Definition at line 69 of file SourcePoint.hpp.
|
inlinevirtual |
Reimplemented in Nektar::NekMeshUtils::SrcPoint, Nektar::NekMeshUtils::BPoint, and Nektar::NekMeshUtils::CPoint.
Definition at line 91 of file SourcePoint.hpp.
|
inlinevirtual |
Reimplemented in Nektar::NekMeshUtils::SrcPoint, Nektar::NekMeshUtils::BPoint, and Nektar::NekMeshUtils::CPoint.
Definition at line 81 of file SourcePoint.hpp.
Definition at line 76 of file SourcePoint.hpp.
References m_loc.
|
inline |
|
inline |
Definition at line 96 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::eCBoundary, Nektar::NekMeshUtils::eSrcPoint, and m_type.
|
inline |
Definition at line 110 of file SourcePoint.hpp.
References Nektar::NekMeshUtils::eCBoundary, Nektar::NekMeshUtils::ePBoundary, and m_type.
Reimplemented in Nektar::NekMeshUtils::SrcPoint, Nektar::NekMeshUtils::BPoint, and Nektar::NekMeshUtils::CPoint.
Definition at line 86 of file SourcePoint.hpp.
|
friend |
Definition at line 62 of file SourcePoint.hpp.
x,y,z location
Definition at line 128 of file SourcePoint.hpp.
Referenced by Nektar::NekMeshUtils::BPoint::ChangeType(), GetLoc(), and SPBase().
|
protected |
type
Definition at line 126 of file SourcePoint.hpp.
Referenced by Nektar::NekMeshUtils::BPoint::BPoint(), Nektar::NekMeshUtils::CPoint::CPoint(), GetType(), HasDelta(), Isboundary(), and Nektar::NekMeshUtils::SrcPoint::SrcPoint().