Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Nektar::NekMeshUtils::EdgeLoop Struct Reference

struct which descibes a collection of cad edges which for a loop on the cad surface More...

#include <CADSurf.h>

Collaboration diagram for Nektar::NekMeshUtils::EdgeLoop:
Collaboration graph
[legend]

Public Attributes

std::vector< CADCurveSharedPtredges
 
std::vector< int > edgeo
 
Array< OneD, NekDoublecenter
 
NekDouble area
 

Detailed Description

struct which descibes a collection of cad edges which for a loop on the cad surface

Definition at line 60 of file CADSurf.h.

Member Data Documentation

NekDouble Nektar::NekMeshUtils::EdgeLoop::area

Definition at line 65 of file CADSurf.h.

Array<OneD, NekDouble> Nektar::NekMeshUtils::EdgeLoop::center

Definition at line 64 of file CADSurf.h.

Referenced by Nektar::NekMeshUtils::CADSystem::LoadCAD().

std::vector<int> Nektar::NekMeshUtils::EdgeLoop::edgeo

Definition at line 63 of file CADSurf.h.

Referenced by Nektar::NekMeshUtils::CADSystem::LoadCAD().

std::vector<CADCurveSharedPtr> Nektar::NekMeshUtils::EdgeLoop::edges

Definition at line 62 of file CADSurf.h.

Referenced by Nektar::NekMeshUtils::CADSystem::LoadCAD().