MCPcopy Create free account
hub / github.com/Kitware/VTK / SetRectanglesArrayName

Method SetRectanglesArrayName

Rendering/Label/vtkLabeledTreeMapDataMapper.cxx:114–117  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

112
113//------------------------------------------------------------------------------
114void 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.

Callers 2

vtkTreeMapToPolyDataMethod · 0.80

Calls 1

Tested by

no test coverage detected