* @brief Obtain the transformation vector (0 if none is set) */
| 348 | * @brief Obtain the transformation vector (0 if none is set) |
| 349 | */ |
| 350 | const std::vector<db::DCplxTrans> *trans_vector () const |
| 351 | { |
| 352 | return mp_trans_vector; |
| 353 | } |
| 354 | |
| 355 | /** |
| 356 | * @brief Get the cellview index that this marker refers to |