MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::XYRectangle::VertexConstraint Struct Reference

Single constraint on a vertex (reduces degrees of freedom by 1) More...

Public Types

enum  Constraint { XC = 0, YC = 1, ZC = 2 }

Public Member Functions

 VertexConstraint (int a, double c)

Public Attributes

Constraint axis
double coord

Detailed Description

Single constraint on a vertex (reduces degrees of freedom by 1)

Definition at line 118 of file XYRectangle.hpp.


Member Enumeration Documentation

Enumerator:
XC 
YC 
ZC 

Definition at line 120 of file XYRectangle.hpp.

        {
            XC = 0,
            YC = 1,
            ZC = 2
        };

Constructor & Destructor Documentation

Definition at line 126 of file XYRectangle.hpp.

: axis( (Constraint)a ), coord( c ) {}

Member Data Documentation

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines