Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ ClearArrays
Method
ClearArrays
Filters/General/vtkPassArrays.cxx:130–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void vtkPassArrays::ClearArrays()
131
{
132
if (!this->Implementation->Arrays.empty())
133
{
134
this->Modified();
135
}
136
this->Implementation->Arrays.clear();
137
}
138
139
void vtkPassArrays::ClearPointDataArrays()
140
{
Callers
5
RequestData
Method · 0.45
RequestData
Method · 0.45
RequestData
Method · 0.45
TestPassArrays
Function · 0.45
RequestData
Method · 0.45
Calls
3
empty
Method · 0.45
Modified
Method · 0.45
clear
Method · 0.45
Tested by
1
TestPassArrays
Function · 0.36