#include <IoModel.h>
Definition at line 34 of file IoModel.h.
◆ ~IoData()
Definition at line 109 of file IoModel.cpp.
110 xDelete<char>(this->
name);
111 xDelete<IssmDouble>(this->
data);
◆ IoData() [1/2]
◆ IoData() [2/2]
IoData::IoData |
( |
IssmDouble * |
matrix, |
|
|
int |
code, |
|
|
int |
layout_in, |
|
|
int |
M, |
|
|
int |
N, |
|
|
const char * |
name_in |
|
) |
| |
Definition at line 114 of file IoModel.cpp.
116 this->
code = code_in;
121 _assert_(code_in==5 || code_in==6 || code_in==7);
124 int len=strlen(name_in);
125 this->
name=xNew<char>(len+1);
126 memcpy(this->
name,name_in,(len+1)*
sizeof(
char));
◆ code
◆ data
◆ isindependent
bool IoData::isindependent |
◆ layout
◆ name
The documentation for this class was generated from the following files: