public double GetDistance2ToInnerBoundary(double x, double y, double z, vtkOctreePointLocatorNode top)
 {
     return(vtkOctreePointLocatorNode.vtkOctreePointLocatorNode_GetDistance2ToInnerBoundary_10(base.GetCppThis(), x, y, z, (top == null) ? default(HandleRef) : top.GetCppThis()));
 }
 public void ComputeOctreeNodeInformation(vtkOctreePointLocatorNode Parent, ref int NextLeafId, ref int NextMinId, IntPtr coordinates)
 {
     vtkOctreePointLocatorNode.vtkOctreePointLocatorNode_ComputeOctreeNodeInformation_01(base.GetCppThis(), (Parent == null) ? default(HandleRef) : Parent.GetCppThis(), ref NextLeafId, ref NextMinId, coordinates);
 }
 public double GetDistance2ToBoundary(double x, double y, double z, IntPtr boundaryPt, vtkOctreePointLocatorNode top, int useDataBounds)
 {
     return(vtkOctreePointLocatorNode.vtkOctreePointLocatorNode_GetDistance2ToBoundary_09(base.GetCppThis(), x, y, z, boundaryPt, (top == null) ? default(HandleRef) : top.GetCppThis(), useDataBounds));
 }