------------------------------------------------------------------------------
| 1136 | |
| 1137 | //------------------------------------------------------------------------------ |
| 1138 | std::vector<unsigned int> vtkDataAssembly::GetDataSetIndices( |
| 1139 | int id, bool traverse_subtree, int traversal_order) const |
| 1140 | { |
| 1141 | std::vector<int> ids; |
| 1142 | ids.push_back(id); |
| 1143 | return this->GetDataSetIndices(ids, traverse_subtree, traversal_order); |
| 1144 | } |
| 1145 | |
| 1146 | //------------------------------------------------------------------------------ |
| 1147 | std::vector<unsigned int> vtkDataAssembly::GetDataSetIndices( |