| 209 | } |
| 210 | |
| 211 | VTK_ALWAYS_INLINE |
| 212 | void InsertNext(APIType val) const { this->Array->InsertNextTuple1(val); } |
| 213 | |
| 214 | VTK_ALWAYS_INLINE |
| 215 | void InsertNext(APIType* tuple) const { this->Array->InsertNextTuple(tuple); } |
nothing calls this directly
no test coverage detected