------------------------------------------------------------------------------
| 244 | |
| 245 | //------------------------------------------------------------------------------ |
| 246 | int vtkExtractStructuredGridHelper::GetSize(int dim) |
| 247 | { |
| 248 | assert("pre: dimension dim is out-of-bounds!" && (dim >= 0) && (dim < 3)); |
| 249 | return (static_cast<int>(this->IndexMap->Mapping[dim].size())); |
| 250 | } |
| 251 | VTK_ABI_NAMESPACE_END |
| 252 | |
| 253 | //------------------------------------------------------------------------------ |
no test coverage detected