 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file. 1 #ifndef _ELEMENTINPUT2_H_
2 #define _ELEMENTINPUT2_H_
31 virtual void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction)=0;
40 virtual void Serve(
int numindices,
int* indices)=0;
41 virtual void Serve(
int row,
int numindices)=0;