Changeset 11291 for issm/trunk-jpl/src/c/objects/Inputs/PentaP1Input.h
- Timestamp:
- 02/01/12 13:47:42 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Inputs/PentaP1Input.h
r11288 r11291 1 /*! \file Penta VertexInput.h1 /*! \file PentaP1Input.h 2 2 * \brief: header file for triavertexinput object 3 3 */ … … 14 14 /*}}}*/ 15 15 16 class Penta VertexInput: public Input, public PentaRef{16 class PentaP1Input: public Input, public PentaRef{ 17 17 18 18 public: … … 21 21 double values[6]; 22 22 23 /*Penta VertexInput constructors, destructors: {{{1*/24 Penta VertexInput();25 Penta VertexInput(int enum_type,double* values);26 ~Penta VertexInput();23 /*PentaP1Input constructors, destructors: {{{1*/ 24 PentaP1Input(); 25 PentaP1Input(int enum_type,double* values); 26 ~PentaP1Input(); 27 27 /*}}}*/ 28 28 /*Object virtual functions definitions:{{{1 */ … … 39 39 Object* copy(); 40 40 /*}}}*/ 41 /*Penta VertexInput management: {{{1*/41 /*PentaP1Input management: {{{1*/ 42 42 int InstanceEnum(); 43 43 Input* SpawnTriaInput(int* indices);
Note:
See TracChangeset
for help on using the changeset viewer.