MFEM  v3.0
 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 151 of file ncmesh.hpp.

Constructor & Destructor Documentation

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

Definition at line 155 of file ncmesh.hpp.

Member Function Documentation

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

Definition at line 157 of file ncmesh.hpp.

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

Definition at line 160 of file ncmesh.hpp.

Member Data Documentation

int mfem::NCMesh::RefCount::ref_count

Definition at line 153 of file ncmesh.hpp.


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