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

Method vtkClosestPointStrategy

Common/DataModel/vtkClosestPointStrategy.cxx:16–25  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14
15//------------------------------------------------------------------------------
16vtkClosestPointStrategy::vtkClosestPointStrategy()
17{
18 // Preallocate for performance
19 this->PointIds->Allocate(16);
20 this->Neighbors->Allocate(32);
21 this->CellIds->Allocate(32);
22 this->NearPointIds->Allocate(32);
23
24 this->PointLocator = nullptr;
25}
26
27//------------------------------------------------------------------------------
28vtkClosestPointStrategy::~vtkClosestPointStrategy()

Callers

nothing calls this directly

Calls 1

AllocateMethod · 0.45

Tested by

no test coverage detected