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

Method GetDimension

Common/DataModel/vtkCellTreeLocator.cxx:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 return (this->Index >> 2) + 1;
152 }
153 T GetDimension() const { return this->Index & 3; }
154 const double& GetLeftMaxValue() const { return this->LeftMax; }
155 const double& GetRightMinValue() const { return this->RightMin; }
156 void MakeLeaf(const T& start, const T& size)

Callers 4

SetChildrenMethod · 0.95
NextMethod · 0.45
ClassifyMethod · 0.45
SplitNodeBoxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected