* Returns the named used by VTK to correspond to a vtkDataAssembly * associated with the structure of a composite dataset. */
| 38 | * associated with the structure of a composite dataset. |
| 39 | */ |
| 40 | static const char* HierarchyName() { return "Hierarchy"; } |
| 41 | |
| 42 | /** |
| 43 | * Convenience method to get a named vtkDataAssembly from a |
no outgoing calls