Ice Sheet System Model  4.18
Code documentation
Data Structures
Hook.h File Reference

: header file for hook object. A hook is a class that can store the id, offset, and object corresponding to this id and offset into a dataset. For example, an element has a hook to its nodes. A node has a hook to its vertex. The hook abstracts the need for having ids and offsets (necesarry for proper configuration of an object) in our objects. More...

#include "../datastructures/datastructures.h"

Go to the source code of this file.

Data Structures

class  Hook
 

Detailed Description

: header file for hook object. A hook is a class that can store the id, offset, and object corresponding to this id and offset into a dataset. For example, an element has a hook to its nodes. A node has a hook to its vertex. The hook abstracts the need for having ids and offsets (necesarry for proper configuration of an object) in our objects.

Definition in file Hook.h.