INMOST
A toolkit for distributed mathematical modeling
|
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... | |
TagMemory & | operator= (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. | |
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.
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.