MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::DomainClassifier::DomainSet Struct Reference

#include <DomainClassifier.hpp>

+ Collaboration diagram for MBMesquite::DomainClassifier::DomainSet:

Public Member Functions

MESQUITE_EXPORT DomainSet (MeshDomain *dom)
MESQUITE_EXPORT DomainSet ()
MESQUITE_EXPORT void set_vertices (const std::vector< Mesh::VertexHandle > &verts)
MESQUITE_EXPORT void set_elements (const std::vector< Mesh::ElementHandle > &elems)
MESQUITE_EXPORT void get_vertices (std::vector< Mesh::VertexHandle > &verts) const
MESQUITE_EXPORT void get_elements (std::vector< Mesh::ElementHandle > &elems) const

Public Attributes

MeshDomaindomain
std::vector< Mesh::VertexHandlevertices
std::vector< Mesh::ElementHandleelements

Detailed Description

Definition at line 135 of file DomainClassifier.hpp.


Constructor & Destructor Documentation


Member Function Documentation

Definition at line 152 of file DomainClassifier.hpp.

References elements.

        {
            elems = elements;
        }

Definition at line 148 of file DomainClassifier.hpp.

References vertices.

        {
            verts = vertices;
        }

Definition at line 144 of file DomainClassifier.hpp.

References elements.

        {
            elements = elems;
        }

Definition at line 140 of file DomainClassifier.hpp.

References vertices.

        {
            vertices = verts;
        }

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