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

Method GetColorMapColors

Rendering/Core/vtkMapper.cxx:1093–1096  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1091
1092//-------------------------------------------------------------------
1093vtkUnsignedCharArray* vtkMapper::GetColorMapColors()
1094{
1095 return this->Colors;
1096}
1097
1098//-------------------------------------------------------------------
1099vtkFloatArray* vtkMapper::GetColorCoordinates()

Callers 3

WriteMeshFunction · 0.80
WriteMeshFunction · 0.80
ORenderPolyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected