Changeset 9883 for issm/trunk/src/c/objects/Inputs/PentaVertexInput.h
- Timestamp:
- 09/22/11 10:23:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/PentaVertexInput.h
r9777 r9883 36 36 void Demarshall(char** pmarshalled_dataset); 37 37 #endif 38 int Enum();38 int ObjectEnum(); 39 39 Object* copy(); 40 40 /*}}}*/ 41 41 /*PentaVertexInput management: {{{1*/ 42 int EnumType();42 int InstanceEnum(); 43 43 Input* SpawnTriaInput(int* indices); 44 44 Input* PointwiseDivide(Input* inputB);
Note:
See TracChangeset
for help on using the changeset viewer.