CellGPU  0.8.0
GPU-accelerated simulations of cells
Public Member Functions | Public Attributes | List of all members
triangle Struct Reference

contains a triplet of integers {i,j,k} of vertex labels More...

#include <structures.h>

Public Member Functions

 ~triangle ()
 blank constructor
 
 triangle (int ii, int jj, int kk)
 destructor
 

Public Attributes

int i
 vertex 1 of the triangle
 
int j
 vertex 2 of the triangle
 
int k
 vertex 3 of the triangle
 

Detailed Description

contains a triplet of integers {i,j,k} of vertex labels


The documentation for this struct was generated from the following file: