Home
last modified time | relevance | path

Searched defs:InsertNextPoint (Results 1 – 24 of 24) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPath.cxx96 void vtkPath::InsertNextPoint(float pts[], int code) in InsertNextPoint() function in vtkPath
107 void vtkPath::InsertNextPoint(double pts[], int code) in InsertNextPoint() function in vtkPath
113 void vtkPath::InsertNextPoint(double x, double y, double z, int code) in InsertNextPoint() function in vtkPath
H A DvtkCellLinks.cxx251 vtkIdType vtkCellLinks::InsertNextPoint(int numLinks) in InsertNextPoint() function in vtkCellLinks
H A DvtkPointLocator.cxx58 int InsertNextPoint(const int x[3]) in InsertNextPoint() function in vtkNeighborPoints
1227 vtkIdType vtkPointLocator::InsertNextPoint(const double x[3]) in InsertNextPoint() function in vtkPointLocator
H A DvtkIncrementalOctreePointLocator.cxx1340 vtkIdType vtkIncrementalOctreePointLocator::InsertNextPoint( const double x[3] ) in InsertNextPoint() function in vtkIncrementalOctreePointLocator
H A DvtkCellLocator.cxx50 inline int vtkNeighborCells::InsertNextPoint(int *x) in InsertNextPoint() function in vtkNeighborCells
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPath.cxx96 void vtkPath::InsertNextPoint(float pts[], int code) in InsertNextPoint() function in vtkPath
106 void vtkPath::InsertNextPoint(double pts[], int code) in InsertNextPoint() function in vtkPath
112 void vtkPath::InsertNextPoint(double x, double y, double z, int code) in InsertNextPoint() function in vtkPath
H A DvtkCellLinks.cxx219 vtkIdType vtkCellLinks::InsertNextPoint(int numLinks) in InsertNextPoint() function in vtkCellLinks
H A DvtkPointLocator.cxx55 int InsertNextPoint(const int x[3]) in InsertNextPoint() function in vtkNeighborPoints
1197 vtkIdType vtkPointLocator::InsertNextPoint(const double x[3]) in InsertNextPoint() function in vtkPointLocator
H A DvtkIncrementalOctreePointLocator.cxx1303 vtkIdType vtkIncrementalOctreePointLocator::InsertNextPoint(const double x[3]) in InsertNextPoint() function in vtkIncrementalOctreePointLocator
H A DvtkCellLocator.cxx53 inline int vtkNeighborCells::InsertNextPoint(int* x) in InsertNextPoint() function in vtkNeighborCells
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPath.cxx98 void vtkPath::InsertNextPoint(float pts[], int code) in InsertNextPoint() function in vtkPath
109 void vtkPath::InsertNextPoint(double pts[], int code) in InsertNextPoint() function in vtkPath
115 void vtkPath::InsertNextPoint(double x, double y, double z, int code) in InsertNextPoint() function in vtkPath
H A DvtkCellLinks.cxx246 vtkIdType vtkCellLinks::InsertNextPoint(int numLinks) in InsertNextPoint() function in vtkCellLinks
H A DvtkPointLocator.cxx54 int InsertNextPoint(const int x[3]) in InsertNextPoint() function in vtkNeighborPoints
1254 vtkIdType vtkPointLocator::InsertNextPoint(const double x[3]) in InsertNextPoint() function in vtkPointLocator
H A DvtkIncrementalOctreePointLocator.cxx1364 vtkIdType vtkIncrementalOctreePointLocator::InsertNextPoint( const double x[3] ) in InsertNextPoint() function in vtkIncrementalOctreePointLocator
H A DvtkCellLocator.cxx50 inline int vtkNeighborCells::InsertNextPoint(int *x) in InsertNextPoint() function in vtkNeighborCells
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkPoints2D.h163 vtkIdType InsertNextPoint(const float x[2]) in InsertNextPoint() function
165 vtkIdType InsertNextPoint(const double x[2]) in InsertNextPoint() function
252 inline vtkIdType vtkPoints2D::InsertNextPoint(double x, double y) in InsertNextPoint() function
H A DvtkPoints.h198 vtkIdType InsertNextPoint(const float x[3]) in InsertNextPoint() function
200 vtkIdType InsertNextPoint(const double x[3]) in InsertNextPoint() function
294 inline vtkIdType vtkPoints::InsertNextPoint(double x, double y, double z) in InsertNextPoint() function
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkPoints2D.h160 vtkIdType InsertNextPoint(const float x[2]) { return this->Data->InsertNextTuple(x); } in InsertNextPoint() function
161 vtkIdType InsertNextPoint(const double x[2]) { return this->Data->InsertNextTuple(x); } in InsertNextPoint() function
247 inline vtkIdType vtkPoints2D::InsertNextPoint(double x, double y) in InsertNextPoint() function
H A DvtkPoints.h205 vtkIdType InsertNextPoint(const float x[3]) { return this->Data->InsertNextTuple(x); } in InsertNextPoint() function
206 vtkIdType InsertNextPoint(const double x[3]) { return this->Data->InsertNextTuple(x); } in InsertNextPoint() function
299 inline vtkIdType vtkPoints::InsertNextPoint(double x, double y, double z) in InsertNextPoint() function
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkPoints2D.h142 vtkIdType InsertNextPoint(const float x[2]) in InsertNextPoint() function
144 vtkIdType InsertNextPoint(const double x[2]) in InsertNextPoint() function
224 inline vtkIdType vtkPoints2D::InsertNextPoint(double x, double y) in InsertNextPoint() function
H A DvtkPoints.h158 vtkIdType InsertNextPoint(const float x[3]) in InsertNextPoint() function
160 vtkIdType InsertNextPoint(const double x[3]) in InsertNextPoint() function
236 inline vtkIdType vtkPoints::InsertNextPoint(double x, double y, double z) in InsertNextPoint() function
/dports/math/vtk8/VTK-8.2.0/Filters/Hybrid/
H A DvtkGreedyTerrainDecimation.cxx104 inline vtkIdType vtkGreedyTerrainDecimation::InsertNextPoint(vtkIdType inputPtId, in InsertNextPoint() function in vtkGreedyTerrainDecimation
/dports/math/vtk9/VTK-9.1.0/Filters/Hybrid/
H A DvtkGreedyTerrainDecimation.cxx110 inline vtkIdType vtkGreedyTerrainDecimation::InsertNextPoint(vtkIdType inputPtId, double x[3]) in InsertNextPoint() function in vtkGreedyTerrainDecimation
/dports/math/vtk6/VTK-6.2.0/Filters/Hybrid/
H A DvtkGreedyTerrainDecimation.cxx106 inline vtkIdType vtkGreedyTerrainDecimation::InsertNextPoint(vtkIdType inputPtId, in InsertNextPoint() function in vtkGreedyTerrainDecimation