Nektar++
|
class for CAD curves. More...
#include <CADObj.h>
Public Member Functions | |
CADObj () | |
Default constructor. More... | |
virtual | ~CADObj () |
int | GetId () |
Return ID of the vertex. More... | |
cadType | GetType () |
Protected Attributes | |
int | m_id |
ID of the vert. More... | |
cadType | m_type |
type of the cad object More... | |
Friends | |
class | MemoryManager< CADObj > |
class for CAD curves.
This class wraps the OpenCascade BRepAdaptor_Curve class for use with Nektar++.
|
inline |
|
inlinevirtual |
|
inline |
Return ID of the vertex.
Definition at line 79 of file CADObj.h.
References m_id.
Referenced by Nektar::NekMeshUtils::CADSurf::Test().
|
inline |
|
friend |
|
protected |
ID of the vert.
Definition at line 91 of file CADObj.h.
Referenced by Nektar::NekMeshUtils::CADSurf::CADSurf(), Nektar::NekMeshUtils::CADVert::CADVert(), and GetId().
|
protected |
type of the cad object
Definition at line 93 of file CADObj.h.
Referenced by Nektar::NekMeshUtils::CADSurf::CADSurf(), Nektar::NekMeshUtils::CADVert::CADVert(), and GetType().