------------------------------------------------------------------------------ Description: Return the type of data object.
| 207 | // Description: |
| 208 | // Return the type of data object. |
| 209 | int vtkGenericDataSet::GetDataObjectType() VTK_FUTURE_CONST |
| 210 | { |
| 211 | return VTK_GENERIC_DATA_SET; |
| 212 | } |
| 213 | |
| 214 | //------------------------------------------------------------------------------ |
| 215 | vtkGenericDataSet* vtkGenericDataSet::GetData(vtkInformation* info) |
no outgoing calls