Home
last modified time | relevance | path

Searched refs:OctreeRootNode (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx159 this->OctreeRootNode = nullptr; in vtkIncrementalOctreePointLocator()
187 if (this->OctreeRootNode) in FreeSearchStructure()
190 this->OctreeRootNode->Delete(); in FreeSearchStructure()
191 this->OctreeRootNode = nullptr; in FreeSearchStructure()
205 return (this->OctreeRootNode == nullptr) ? 0 : this->OctreeRootNode->GetNumberOfPoints(); in GetNumberOfPoints()
211 if (this->OctreeRootNode) in GetBounds()
236 if (this->OctreeRootNode == nullptr || this->OctreeRootNode->GetNumberOfPoints() == 0 || in FindClosestInsertedPoint()
292 if (this->OctreeRootNode == nullptr) in GenerateRepresentation()
593 if (this->OctreeRootNode == nullptr || this->OctreeRootNode->GetNumberOfPoints() == 0) in FindClosestPoint()
627 this->OctreeRootNode->GetDistance2ToBoundary(x, initialPt, this->OctreeRootNode, 1); in FindClosestPoint()
[all …]
H A DvtkIncrementalOctreePointLocator.h328 vtkIncrementalOctreeNode* GetRoot() const { return OctreeRootNode; } in GetRoot()
347 vtkIncrementalOctreeNode* OctreeRootNode; variable
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx163 this->OctreeRootNode = NULL; in vtkIncrementalOctreePointLocator()
191 if ( this->OctreeRootNode ) in FreeSearchStructure()
195 this->OctreeRootNode->Delete(); in FreeSearchStructure()
196 this->OctreeRootNode = NULL; in FreeSearchStructure()
209 return ( this->OctreeRootNode == NULL ) in GetNumberOfPoints()
217 if ( this->OctreeRootNode ) in GetBounds()
246 if ( this->OctreeRootNode == NULL || in FindClosestInsertedPoint()
301 if ( this->OctreeRootNode == NULL ) in GenerateRepresentation()
452 nodesBase.push( this->OctreeRootNode ); in FindClosestPointInSphere()
608 if ( this->OctreeRootNode == NULL || in FindClosestPoint()
[all …]
H A DvtkIncrementalOctreePointLocator.h292 vtkIncrementalOctreeNode * OctreeRootNode; variable
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkIncrementalOctreePointLocator.cxx164 this->OctreeRootNode = nullptr; in vtkIncrementalOctreePointLocator()
192 if ( this->OctreeRootNode ) in FreeSearchStructure()
196 this->OctreeRootNode->Delete(); in FreeSearchStructure()
197 this->OctreeRootNode = nullptr; in FreeSearchStructure()
210 return ( this->OctreeRootNode == nullptr ) in GetNumberOfPoints()
218 if ( this->OctreeRootNode ) in GetBounds()
247 if ( this->OctreeRootNode == nullptr || in FindClosestInsertedPoint()
300 if ( this->OctreeRootNode == nullptr ) in GenerateRepresentation()
448 nodesBase.push( this->OctreeRootNode ); in FindClosestPointInSphere()
604 if ( this->OctreeRootNode == nullptr || in FindClosestPoint()
[all …]
H A DvtkIncrementalOctreePointLocator.h329 vtkIncrementalOctreeNode * OctreeRootNode; variable