MeshKit  1.0
MeshScheme Class Reference

A class that generates mesh. More...

#include <meshkit/MeshScheme.hpp>

Inheritance diagram for MeshScheme:

List of all members.

Public Member Functions

 MeshScheme (MKCore *mkcore, const MEntVector &me_vec=MEntVector())
 Full constructor.
 MeshScheme (const MeshScheme &mesh_scheme)
 Copy constructor.
virtual ~MeshScheme ()
 Destructor.
void constrain_even ()
 Constrain all edges bounding ModelEnts to be even.

Detailed Description

A class that generates mesh.

A MeshScheme generates mesh on one or more ModelEnt objects.

Definition at line 18 of file MeshScheme.hpp.


Constructor & Destructor Documentation

MeshScheme ( MKCore mkcore,
const MEntVector me_vec = MEntVector() 
) [inline]

Full constructor.

Parameters:
mkcoreMKCore instance to which this scheme instance is associated
me_vecMEntVector of model entities

Definition at line 44 of file MeshScheme.hpp.

MeshScheme ( const MeshScheme mesh_scheme) [inline]

Copy constructor.

Parameters:
mesh_schemeObject being copied

Definition at line 50 of file MeshScheme.hpp.

~MeshScheme ( ) [inline, virtual]

Destructor.

Definition at line 54 of file MeshScheme.hpp.


Member Function Documentation

void constrain_even ( )

Constrain all edges bounding ModelEnts to be even.

Definition at line 8 of file MeshScheme.cpp.


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