MeshKit  1.0
CutFraction Struct Reference

stores boundary element edge cut fraction More...

#include <EBMesher.hpp>

List of all members.

Public Member Functions

 CutFraction ()
 CutFraction (int dir, const std::vector< double > &val)
void add (int dir, const std::vector< double > &val)

Public Attributes

std::vector< double > fraction [3]

Detailed Description

stores boundary element edge cut fraction

Definition at line 28 of file EBMesher.hpp.


Constructor & Destructor Documentation

CutFraction ( ) [inline]

Definition at line 31 of file EBMesher.hpp.

CutFraction ( int  dir,
const std::vector< double > &  val 
) [inline]

Definition at line 33 of file EBMesher.hpp.


Member Function Documentation

void add ( int  dir,
const std::vector< double > &  val 
) [inline]

Definition at line 37 of file EBMesher.hpp.


Member Data Documentation

std::vector<double> fraction[3]

Definition at line 29 of file EBMesher.hpp.


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