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

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

#include <CADSystem.h>

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

Public Attributes

std::vector< CADCurveSharedPtredges
 
std::vector
< CADOrientation::Orientation
edgeo
 
Array< OneD, NekDoublecenter
 
NekDouble area
 

Detailed Description

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

Definition at line 78 of file CADSystem.h.

Member Data Documentation

NekDouble Nektar::NekMeshUtils::CADSystem::EdgeLoop::area

Definition at line 83 of file CADSystem.h.

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

Definition at line 82 of file CADSystem.h.

std::vector<CADOrientation::Orientation> Nektar::NekMeshUtils::CADSystem::EdgeLoop::edgeo

Definition at line 81 of file CADSystem.h.

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

Definition at line 80 of file CADSystem.h.