Home
last modified time | relevance | path

Searched defs:MapPoints (Results 1 – 16 of 16) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/Points/
H A DvtkPointCloudFilter.cxx40 struct MapPoints struct
42 T *InPoints;
43 T *OutPoints;
44 const vtkIdType *PointMap;
45 ArrayList Arrays;
47 MapPoints(vtkIdType, T *inPts, vtkIdType numOutPts, T *outPts, in MapPoints() function
54 void operator() (vtkIdType ptId, vtkIdType endPtId) in operator ()()
75 static void Execute(vtkIdType numInPts, T *inPts, in Execute()
H A DvtkHierarchicalBinningFilter.cxx364 class MapPoints class
371 MapPoints(BinTree<T> *tree, const TPts *pts) : in MapPoints() function in __anonb11690da0211::BinTree::MapPoints
/dports/games/scorched3d/scorched/src/client/landscape/
H A DMapPoints.cpp35 MapPoints::MapPoints() in MapPoints() function in MapPoints
/dports/math/vtk9/VTK-9.1.0/Filters/Points/
H A DvtkPointCloudFilter.cxx41 struct MapPoints struct
44 void operator()(InPointsT* inPointsArray, OutPointsT* outPointsArray, vtkIdType* map, in operator ()()
H A DvtkHierarchicalBinningFilter.cxx356 class MapPoints class
363 MapPoints(BinTree<T>* tree, const TPts* pts) in MapPoints() function in __anon3dc8005b0211::BinTree::MapPoints
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GKComponents/GKUI/Components/
H A DGKMapBrowser.cs63 public ExtList<GeoPoint> MapPoints property in GKUI.Components.GKMapBrowser
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/MVP/Controls/
H A DControlHandlers.cs59 ExtList<GeoPoint> MapPoints { get; } property
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKComponents/GKUI/Components/
H A DGKMapBrowser.cs71 public ExtList<GeoPoint> MapPoints property in GKUI.Components.GKMapBrowser
/dports/math/vtk9/VTK-9.1.0/Rendering/Image/
H A DvtkDepthImageToPointCloud.cxx46 void MapPoints( in MapPoints() function
/dports/math/vtk8/VTK-8.2.0/Rendering/Image/
H A DvtkDepthImageToPointCloud.cxx45 void MapPoints(vtkIdType numPts, T *depths, bool cullNear, bool cullFar, in MapPoints() function
/dports/games/njam/njam-1.25-src/src/
H A Dnjam.h52 int MapPoints; member
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h3975 struct MapPoints struct
3979 MapPoints(const std::vector<PointIndexLeafNode*>& pointIndexNodes, in MapPoints() argument
4010 }; // struct MapPoints argument
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dtca_correct.cpp440 typedef std::multimap<double, vigra::Diff2D> MapPoints; typedef
H A Dalign_image_stack.cpp117 typedef std::multimap<double, vigra::Diff2D> MapPoints; typedef
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DGLPreviewFrame.cpp3455 typedef std::multimap<double, vigra::Diff2D> MapPoints; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/Devices/Core/
H A Dmod.rs214 …pub fn MapPoints<'a, Param1: ::windows::runtime::IntoParam<'a, super::super::super::Perception::Sp… in MapPoints() method