MCPcopy 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
97unsigned 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
106Attributes::Attributes()
107{

Callers 15

BuildVTKGridFunction · 0.45
UpdateResampledVolumeMethod · 0.45
ExecuteMethod · 0.45
RequestDataMethod · 0.45
IntegrateMethod · 0.45
ExtractSegmentsMethod · 0.45
DoRequestDataMethod · 0.45
WavePropagationMethod · 0.45
RequestDataMethod · 0.45
PillarGridGeneratorFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected