* Return the name used for Ghost Arrays. * An array with this name is considered to be the GhostArray for this field. * Ghost arrays are used in distributed context to add per-element semantic * useful to handle data splited among many ranks. * See vtkDataSetAttributes::CellGhostTypes and vtkDataSetAttributes::PointGhostTypes */
| 422 | * See vtkDataSetAttributes::CellGhostTypes and vtkDataSetAttributes::PointGhostTypes |
| 423 | */ |
| 424 | static const char* GhostArrayName() { return "vtkGhostType"; } |
| 425 | |
| 426 | protected: |
| 427 | vtkFieldData(); |
no outgoing calls