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

Method InitFlags

Common/DataModel/vtkPointsProjectedHull.cxx:45–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void vtkPointsProjectedHull::InitFlags()
46{
47 int i;
48
49 this->Pts = nullptr;
50 this->Npts = 0;
51
52 for (i = 0; i < 3; i++)
53 {
54 this->CCWHull[i] = nullptr;
55 this->HullSize[i] = 0;
56 for (int j = 0; j < 4; j++)
57 {
58 this->HullBBox[i][j] = 0.0;
59 }
60 }
61}
62
63void vtkPointsProjectedHull::ClearAllocations()
64{

Callers 3

InitializeMethod · 0.95
UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected