MFEM  v3.2
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::NCMesh::RefCount Struct Reference

#include <ncmesh.hpp>

Inheritance diagram for mfem::NCMesh::RefCount:
[legend]

Public Member Functions

 RefCount ()
 
int Ref ()
 
int Unref ()
 

Public Attributes

int ref_count
 

Detailed Description

We want vertices and edges to autodestruct when elements stop using (i.e., referencing) them. This base class does the reference counting.

Definition at line 287 of file ncmesh.hpp.

Constructor & Destructor Documentation

mfem::NCMesh::RefCount::RefCount ( )
inline

Definition at line 291 of file ncmesh.hpp.

Member Function Documentation

int mfem::NCMesh::RefCount::Ref ( )
inline

Definition at line 293 of file ncmesh.hpp.

int mfem::NCMesh::RefCount::Unref ( )
inline

Definition at line 297 of file ncmesh.hpp.

Member Data Documentation

int mfem::NCMesh::RefCount::ref_count

Definition at line 289 of file ncmesh.hpp.


The documentation for this struct was generated from the following file: