Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetColors
Method
SetColors
Web/WebGLExporter/vtkWebGLDataSet.cxx:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void vtkWebGLDataSet::SetColors(unsigned char* c)
69
{
70
delete[] this->colors;
71
this->colors = c;
72
this->hasChanged = true;
73
}
74
75
void vtkWebGLDataSet::SetPoints(float* p, int size)
76
{
Callers
3
SetMesh
Method · 0.45
SetLine
Method · 0.45
SetPoints
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected