INMOST
A toolkit for distributed mathematical modeling
INMOST::TagMemory Class Reference

This class is a data container for class Tag, contains all the necessary information to access mesh data in class TagManager. More...

#include <inmost_data.h>

Public Member Functions

 ~TagMemory ()
 Destructor should not do anything.
 
 TagMemory (Mesh *m, const TagMemory &other)
 Copy constructor, copies all the data except for m_link. More...
 
TagMemoryoperator= (TagMemory const &other)
 Assignment operator should not be ever used, but is here for convinience.
 

Friends

class Tag
 Provide access to interface.
 
class Storage
 For debug purposes only.
 

Detailed Description

This class is a data container for class Tag, contains all the necessary information to access mesh data in class TagManager.

It is never exposed to the user directly, should be accessed through interface class Tag. Functions are implemented in tag.cpp.

Definition at line 143 of file inmost_data.h.

Constructor & Destructor Documentation

◆ TagMemory()

INMOST::TagMemory::TagMemory ( Mesh m,
const TagMemory other 
)

Copy constructor, copies all the data except for m_link.

Main purpose is to create an exact copy for different mesh, whenever another mesh is created.


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