Get the value of a triplet at a particular index.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(TripletList_r), | intent(in) | :: | this | The triplet list to get the value from.  | 
  
||
| integer(kind=c_int), | intent(in) | :: | index | The index from which to get the triplet.  | 
  
||
| type(Triplet_r), | intent(out) | :: | triplet_value | The extracted triplet value.  | 
  
Get the value of a triplet at a particular index.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(TripletList_c), | intent(in) | :: | this | The triplet list to get the value from.  | 
  
||
| integer(kind=c_int), | intent(in) | :: | index | The index from which to get the triplet.  | 
  
||
| type(Triplet_c), | intent(out) | :: | triplet_value | The extracted triplet value.  |