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

Method Allocate

Common/DataModel/vtkPath.cxx:35–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33
34//------------------------------------------------------------------------------
35void vtkPath::Allocate(vtkIdType size, int extSize)
36{
37 this->Points->Allocate(size, extSize);
38 this->PointData->Allocate(size, extSize);
39}
40
41//------------------------------------------------------------------------------
42void vtkPath::GetCell(vtkIdType, vtkGenericCell* cell)

Callers 15

InsertUniquePointMethod · 0.45
operator()Method · 0.45
ExportLegacyFormatMethod · 0.45
operator()Method · 0.45
BuildLinksMethod · 0.45
AllocateExactMethod · 0.45
InternalCopyAllocateMethod · 0.45
GetCellNeighborsMethod · 0.45
GetDistinctCellTypesMethod · 0.45
ComputeNormalsMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestPolyhedronContouringFunction · 0.36
ComparePointLocatorsFunction · 0.36
TestPathFunction · 0.36
TestOCTFunction · 0.36
TestMemkindDataFunction · 0.36
TestMappedGridDeepCopyFunction · 0.36