Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
ibeamcontact.h
Go to the documentation of this file.
1 #pragma once
2 //ibeamcontact.h
3 
9 #include "iblockdef.h"
10 
11 namespace block
12 {
16  {
17  public:
19  static const FInt next = 0;
20  };
21 } // namespace block
22 // EoF
Int FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition: iblockdef.h:19
Fortran to C++ type declarations.
static const FInt next
linked list offset for next beam contact
Definition: ibeamcontact.h:19
This interface provides access to beam contact data.
Definition: ibeamcontact.h:15