------------------------------------------------------------------------------
| 112 | |
| 113 | //------------------------------------------------------------------------------ |
| 114 | void vtkLabeledTreeMapDataMapper::SetRectanglesArrayName(const char* name) |
| 115 | { |
| 116 | this->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); |
| 117 | } |
| 118 | |
| 119 | //------------------------------------------------------------------------------ |
| 120 | // Release any graphics resources that are being consumed by this mapper. |
no test coverage detected