Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/ParaView
/ GetCellPoints
Method
GetCellPoints
Examples/Catalyst/CxxFullExample/FEDataStructures.cxx:97–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
unsigned int* Grid::GetCellPoints(size_t cellId)
98
{
99
if (cellId >= this->Cells.size())
100
{
101
return nullptr;
102
}
103
return &(this->Cells[cellId * 8]);
104
}
105
106
Attributes::Attributes()
107
{
Callers
15
BuildVTKGrid
Function · 0.45
UpdateResampledVolume
Method · 0.45
ComputeVisiblePointsIfNeeded
Method · 0.45
Execute
Method · 0.45
RequestData
Method · 0.45
Integrate
Method · 0.45
ExtractSegments
Method · 0.45
ExtractSegmentsFromExtremity
Method · 0.45
DoRequestData
Method · 0.45
WavePropagation
Method · 0.45
RequestData
Method · 0.45
PillarGridGenerator
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected