* Copy \a other into this instance (which must be of the same type). * * These methods exist so subclasses know when they are being copied; * the base class has no data to copy, so both ShallowCopy and DeepCopy * do nothing. */
| 133 | * do nothing. |
| 134 | */ |
| 135 | virtual void ShallowCopy(vtkCellMetadata* vtkNotUsed(other)) {} |
| 136 | virtual void DeepCopy(vtkCellMetadata* vtkNotUsed(other)) {} |
| 137 | |
| 138 | /// Return the set of registered responder types. |
no outgoing calls
no test coverage detected